-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (34 loc) · 742 Bytes
/
_config.yml
File metadata and controls
39 lines (34 loc) · 742 Bytes
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
# Site settings
title: Abner's Blog
email: ilchenearly@gmail.com
author: Abner Lee
description: "Where I write stuff"
baseurl: ""
url: "http://abnerlee.github.io/"
# Google analytics
google_analytics: UA-60625113-1
# Optional features
animated: false
show_related_posts: false
show_post_footers: false
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname: abnerlee
# Social icons
show_social_icons: false
github_username: abnerlee
stackoverflow_id:
twitter_username: leeabner
google_plus_id:
linkedin_username:
bitcoin_url:
paypal_url:
flattr_button:
# Build settings
markdown: kramdown
kramdown:
input: GFM
permalink: pretty
paginate: 3
sass:
compressed: true