forked from penn5/descendant.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (39 loc) · 904 Bytes
/
_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
# Site settings
title: Descendant
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Get to know your descendance
baseurl: "" # the subpath of your site, e.g. /newpath-for-emping
url: "http://descendant.github.io" # the base hostname & protocol for your site
#twitter_username: jekyllrb
github_username: descendant
GoogleAnalytics: UA-xxxxxx-x
twitter:
username: rmsubekti
facebook:
app_id: 1234567
publisher: 1234567
sass:
style: compressed
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
gems:
- jekyll-redirect-from
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jemoji
defaults:
- {scope: {type: posts}, values: {layout: post, permalink: '/blog/:title'}}
include:
- _pages
exclude:
- CNAME
- README.md
- Gemfile
- Gemfile.lock
paginate: 12
paginate_path: '/blog/:num'