-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (36 loc) · 852 Bytes
/
_config.yml
File metadata and controls
41 lines (36 loc) · 852 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
40
41
# Site settings
title: paris mitton
email: paris@parismitton.com
author: Paris Mitton
description: "The musings and ramblings of a tech nerd."
baseurl: ""
url: "http://parismitton.com/blog"
# 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: true
github_username: parismi
stackoverflow_id:
twitter_username: parismitton
google_plus_id:
linkedin_username: parismitton
bitcoin_url:
paypal_url:
flattr_button:
# Build settings
markdown: redcarpet
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: pretty
paginate: 4
paginate_path: "/blog/:num/"
permalink: /blog/:title/
sass:
compressed: true