-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (44 loc) · 1.27 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
# Site settings
title: (λ) Practical Elegance
subtitle: '"Elegance is not a dispensable luxury." - Edsgar Dijkstra'
author: Jason Lewis
simple_search: http://google.com/search
email: jason@decomplecting.org
description: > # this means to ignore newlines until "baseurl:"
code, ire, and song
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://decomplecting.org" # the base hostname & protocol for your site
twitter_username: canweriotnow
github_username: canweriotnow
# Google Analytics
google_analytics_tracking_id: UA-22978638-1
# Disqus comments
disqus_short_name: canweriotnow
disqus_show_comment_count: false
permalink: /blog/:year/:month/:day/:title/
date_format: "%Y-%m-%d"
titlecase: false
subscribe_rss: http://feeds.feedburner.com/PracticalElegance
# Links for main nav
nav:
- { url: '/', title: 'Posts' }
- { url: '/archive/', title: 'Archive' }
- { url: '/about/', title: 'About' }
- { url: '/feed/', title: 'Subscribe' }
# Build settings
markdown: kramdown
---
excerpt_separator: <!--more-->
---
gems:
- octopress-codeblock
- octopress-codefence
- octopress-image-tag
- octopress-quote-tag
- octopress-solarized
- octopress-social
- octopress-linkblog
- octopress-filter-tag
- octopress-filters
- octopress-comment-tag
- jekyll-sitemap