-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (45 loc) · 1.72 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
plugins: [jekyll-paginate]
title: Rest for the Wicked
subtitle: Thoughts on networked systems
author: Colin Scott
email: cs@cs
description: "Thoughts on distributed systems"
baseurl: "/" # the subpath of your site, e.g. /blog
#root: /
keywords: SDN, software-defined networking, distributed systems, troubleshooting, Berkeley, Colin Scott, Scott Shenker
url: http://colin-scott.github.io
twitter_username: _colin_scott_
github_username: colin-scott
subscribe_rss: /atom.xml
permalink: /blog/:year/:month/:day/:title/
# Build settings
markdown: kramdown
kramdown:
parse_block_html: false
parse_span_html: false
html_to_native: false
rdiscount:
extensions: [ footnotes ]
parse_block_html: true
google_analytics_tracking_id: UA-29849261-2
disqus_short_name: restforthewicked
disqus_show_comment_count: true
paginate: 10 # Posts per page on the blog index
#pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/
paginate_path: "/blog/page:num/"
# Default date format is "ordinal" (resulting in "July 22nd 2007")
# You can customize the format as defined in
# http://www.ruby-doc.org/core-1.9.2/Time.html#method-i-strftime
# Additionally, %o will give you the ordinal representation of the day
date_format: "ordinal"
code_dir: downloads/code
category_dir: blog/categories
titlecase: true # Converts page and post titles to titlecase
subscribe_rss: /atom.xml