-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
51 lines (42 loc) · 1.04 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
40
41
42
43
44
45
46
47
48
49
50
51
# Site settings
title: Nangka
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Welcome to my awesome blog.
baseurl: "/Nangka" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
google_analytics: #your GA unique id, e.g. UA-xxxxxxxx-x
disqus_username: #Your disqus_username to add comments on the post
# Optional settings
github: #your github username
linkedin: #linkedin username
twitter:
username: #twitter username here
facebook:
app_id: 1234
publisher: 1234
google_plus: #gplus id or username
ads: true
# Build settings
markdown: kramdown
sass:
style: compressed
gems:
- jekyll-redirect-from
- jekyll-mentions
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jemoji
defaults:
- {scope: {type: posts}, values: {layout: post, permalink : '/:year/:title'}}
include:
- _pages
exclude:
- CNAME
- README.md
- Gemfile
- Gemfile.lock
paginate: 5
paginate_path: 'p/:num'