-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
47 lines (37 loc) · 875 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: Too Much of a Person
baseurl: "/"
markdown: kramdown
plugins:
- jekyll-redirect-from
future: true
collections:
stories:
output: true
permalink: /:collection/:path/
events:
output: true
permalink: /:collection/:year/:month/:title/
blog:
output: true
permalink: /:collection/:year/:month/:title/
sponsors:
output: true
defaults:
- scope:
path: "assets/images"
values:
image: true
# Exclude the following from the Jekyll build process.
# Note: "vendor" is for Travis CI.
exclude: ["vendor",
"_assets",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"node_modules",
"package.json"]
# Asset filepaths that are potentially useful
path_stories_images: /assets/images/stories
# Site customisation
num_blog_posts_to_show_on_front_page: 3
show_stories: true