-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
_config.yml
39 lines (28 loc) · 1.03 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#Created by webjeda - http://webjeda.com
# Site settings
title: "I'm Vyaasa"
title-font-size: '4em' # a provision to adjust the size of your title. If it is too long then do resize to a smaller value. By default it will be 4em.
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Vyaasa is a minimal Jekyll theme meant for writers. Long text posts will look good with this layout. This is a free theme and can be used for all kinds of Jekyll blogs.
#baseurl: "/vyaasa" # the subpath of your site, e.g. /blog
url: "http://webjeda.com" # the base hostname & protocol for your site
baseurl: ""
permalink: :title/
# Build settings
markdown: kramdown
highlight: rouge
paginate: 5
paginate_path: /page:num/
# Tracker
analytics: UA-83979019-1
# Comments
disqus-shortname: webjeda-demo
# Contact form
# Go to https://getsimpleform.com and get a API token by signing up with your email and enter that here
api-token:
#CSS
sass:
style: compressed
include: [_pages]
gems: [jekyll-paginate, jekyll-seo-tag]