blob: 37b5c32f6e3bfb3beff2b2dc034a7690c0436c1d (
plain)
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
|
# ***************************
# SITE CONFIG
# ***************************
title:
subtitle:
author:
email:
twitter:
github:
# ***************************
# JEKYLL CONFIG
# ***************************
# Markdown engine that will be used.
markdown: rdiscount
# Directory where Jekyll will look to transform files.
source: _site_build
# Directory where Jekyll will save transformed files.
destination: public
# Format that Jekyll will use when generating URLs to posts.
permalink: /archives/:year/:month/:day/:title/
|