-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
26 lines (21 loc) · 960 Bytes
/
_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
## so, theoretically, if you set this file up right, you don't need to touch
## global-meta until some new tag/convention comes out. for example, the new
## twitter meta (which isn't there yet).
## setup
markdown: rdiscount # choose markdown engine
exclude: [.gitignore] # '_filename.ext' is also excluded
permalink: /:categories/:year/:month/:day/:title/
future: false # don't publish blog posts for a future date
lsi: true # more thorough "related posts" analysis
## meta info
title: '' # this goes after each page name in title tags and such
longTitle: '' # this can be used for fb & index page
gplus: '' # google plus ID, long numeric string, optional
url: '' # include http(s), no trailing slash
imagePath: '' # relative to root, for social sites
## scripts
modernizrBuild: '' # lives in /js/libs/, don't forget extension
jqVersion: '1.9.1'
ga: 'UA-' # google analytics site id
paginate: 2
paginate_path: "page:num"