forked from saikiransripada/mixyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
89 lines (80 loc) · 1.84 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Site settings
title: whaeworld
email: [email protected]
author: Jiho Kang
description: ""
baseurl: ""
url: "https://whae.xyz"
date_format: "%b %-d, %Y"
header_pages:
- about.md
- contact.html
google_analytics:
# Optional features
animated: true
show_related_posts: true
show_post_footers: false
show_social_icons: true
# Preview image for social media aka og:image and twitter:image
post_preview_image: false
# Disqus post comments
disqus_shortname:
# Social icons
github_username: whae421
twitter_username:
linkedin_username:
dev_username:
# Post sharing icons
show_sharing_icons: true
# Change to 'true' to enable individual icons
share_facebook: true
share_twitter: true
share_googleplus: true
share_linkedin: false
share_digg: false
share_tumblr: false
share_reddit: true
share_stumbleupon: false
share_hackernews: false
text:
pagination:
newer: 'Newer'
older: 'Older'
share_buttons:
text: 'Share:'
facebook: 'Share on Facebook'
twitter: 'Share on Twitter'
googleplus: 'Share on Google+'
linkedin: 'Share on LinkedIn'
digg: 'Share on Digg'
tumblr: 'Share on Tumblr'
reddit: 'Share on Reddit'
stumbleupon: 'Share on StumbleUpon'
hackernews: 'Share on Hacker News'
post:
updated: 'Updated'
minute_read: 'minute read'
related_posts: 'Related Posts'
post_footer: 'Lorem ipsum'
index:
coming_soon: 'Coming soon...'
og_locale: 'en_US'
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: pretty
paginate: 3
paginate_path: "/articles/page:num/"
destination: _site/articles
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- vendor