-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (35 loc) · 871 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
# Site settings
title: HarmonyHu's Blog
email: [email protected]
author: HarmonyHu
description: "A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff."
baseurl: ""
url: "http://harmonyhu.com"
# Google analytics
google_analytics:
# Optional features
animated: false
show_related_posts: false
show_post_footers: false
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname:
# Social icons
show_social_icons: false
github_username:
stackoverflow_id:
twitter_username:
google_plus_id:
linkedin_username:
bitcoin_url:
paypal_url:
flattr_button:
# Build settings
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
permalink: pretty
paginate: 8
sass:
compressed: true