-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
80 lines (67 loc) · 1.91 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
#
# BASE CONFIGURATION
#
# `base_url` should only be changed if your site isn't hosted at the root of a domain.
# `domain` is used to generate absolute URLs and is only required if `feed` is set to true.
#
# Example:
# http://my-site.com/
# base_url: /
# domain: my-site.com
# http://my-site.com/my-blog/
# base_url: /my-blog/
# domain: my-site.com
base_url: /
domain: blog.kgriffs.com
#
# METADATA
#
# Used in header meta tags and the site feed.
author: Kurt Griffiths
# A description of your site to be used in header meta tags.
description: "This is my blog about building software for humans, not the other way around. We need software that is better-designed, more secure, faster, and far more reliable."
# Used in the site feed.
email: [email protected]
# Your site's subtitle.
# subtitle: "Build software for humans, not the other way around."
# Your site's title.
title: "@kgriffs"
#
# DISPLAY SETTINGS
#
# The amount of posts that will be displayed on the front page.
# Leave blank or set to `false` to disable.
post_limit: 5
#
# THIRD PARTY SETTINGS
#
# If you'd like to enable Google Analytics for your site, set this to your tracking code.
analytics: UA-33985284-1
# Set this to True to enable an Atom feed of your site.
# NOTE: `author`, `domain`, and `title` must be set to generate a valid feed.
feed: true
# Links to profiles on various social networking sites.
# Set any of the following to your username/ID on that site to enable it.
social:
dribbble:
facebook:
github: kgriffs
google_plus:
lastfm:
stack_overflow:
steam:
twitter: kgriffs
include:
- '*.png'
- '*.ico'
#
# Chances are you probably don't need to touch anything below here.
#
archive_layout: archive.html
archives_url: /archives/
jinja:
extensions:
- jinja2.ext.loopcontrols
tag_layout: tag.html
tags_url: /tags/
posts_url: /<year>/<month>/<day>/<slug>