forked from auchenberg/kenneth.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
83 lines (68 loc) · 2.03 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# ----------------------- #
# Main Configs #
# ----------------------- #
url: https://kenneth.io
title: Kenneth Auchenberg
subtitle: Passion for the web platform.
author: Kenneth Auchenberg
simple_search: http://google.com/search
description:
# 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"
excerpt_separator: <!--more-->
# RSS / Email (optional) subscription links (change if using something like Feedburner)
subscribe_rss: /atom.xml
subscribe_email:
# RSS feeds can list your email address if you like
email:
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
# If publishing to a subdirectory as in http://site.com/project set 'root: /project'
root: /
permalink: /blog/:year/:month/:day/:title/
source: source
destination: _site
plugins: plugins
code_dir: downloads/code
category_dir: blog/categories
markdown: rdiscount
rdiscount:
extensions:
- autolink
- footnotes
- smart
paginate: 5 # Posts per page on the blog index
paginate_path: "blog/page/:num" # Directory base for pagination URLs eg. /blog/page/2/
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
titlecase: false # Converts page and post titles to titlecase
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
# Github repositories
github_user:
github_repo_count: 0
github_show_profile_link: true
github_skip_forks: true
# Twitter
twitter_user: auchenberg
twitter_tweet_button: true
# Disqus Comments
disqus_short_name: blog-kenneth-io
disqus_show_comment_count: true
# Google Analytics
google_analytics_tracking_id:
assets:
# cachebust: none
cache_assets: false
compress:
css: sass
js: uglifier
sources:
- _assets/
- _assets/bower_components
- _assets/javascripts
- _assets/stylesheets