forked from brijeshb42/bitwiser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
37 lines (32 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
##The website title
name: Blog Name
##Markdown processor
markdown: kramdown
##syntax highlighter. change it to pygments
highlighter: pygments
##define base_url for valid usage in sitemap.xml and robots.txt
base_url: http://example.com
sass:
sass_dir: _sass
style: :compressed
paginate: 5
paginate_path: "page:num"
##The website description (to be used in meta tags)
description: Put website description for your home page. (about 50 words or more)
##Some frequently used keywords on your website
keywords: some, relevant, keywords, for, usage, in metatags
##define this for disqus comment support
#disqus: forumname
##set this to enable google analytics
#ga_id: analyticsID
#ga_domain: analyticsDomain
##Some commonly used links
links:
facebook: username
twitter: username
email: [email protected]
github:
##put desired image in img/ directory and set the value accordingly. If not defined, a placeholder image will be used.
about_image: placeholder.jpg
##comment this if you want full width posts with no sidebar
sidebar: on