-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (39 loc) · 848 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
# Site settings
title: Rich Knight
email: hi@rich-knight.com
author: Rich Knight"
description: ""
baseurl: ""
url: "http://rich-knight.com"
# Google analytics
google_analytics: "UA-38039875-1"
# Optional features
animated: true
show_related_posts: false
show_post_footers: true
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname:
# Social icons
show_social_icons: false
github_username: rcknight
stackoverflow_id:
twitter_username: rcknight
google_plus_id:
linkedin_username:
bitcoin_url:
paypal_url:
flattr_button:
# Build settings
markdown: redcarpet
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: /articles/:title/
sass:
style: :compressed
collections:
- projects
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all