-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
111 lines (93 loc) · 2.22 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Site settings
locale: "en"
title: "keithbuhler.com"
name: "Keith Buhler"
description: "Information on the Inklings"
url: "http://www.keithbuhler.com/inklings"
gh_repo: "https://github.com/keithbuhler/inklings"
teaser : "bio-photo.png"
words_per_minute : 200
email: "keithedbuhler@gmail.com"
comments:
provider: "disqus"
disqus: "keithbuhler"
# Site Author
author:
name : "Keith Buh"
avatar : "keithbuhler-bw-small.png"
bio : "Philosopher, educator, author, Duck-billed Platypus"
location : "Wilmore, KY"
email : "keithedbuhler@gmail.com"
# Build settings
markdown: kramdown
markdown_ext: markdown,mkdown,mkdn,mkd,md
encoding: utf-8
# SEO Related empty
# Social networking links used in footer. Update and remove as you like.
og_image: aristotle50.bmp
# Analytics for Google would go here UA-71712734-1
# Gems
gems: [jekyll-paginate]
-jekyll-sitemap
-jekyll-feed
# For categories and tags
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# Links to include in footer navigation
# For external links add external: true
links:
- title: Home
url: /
external: false
icon: home
- title: <i class="icon-book"></i> Documentation
url: /documentation
- title: Categories
url: /categories
- title: Tags
url: /tags
# Outputting
permalink: /:categories/:title/
paginate: 5
paginate_path: /page:num/
timezone: America/New_York
collections:
papers:
output: true
teaching:
output: true
presentations:
output: true
defaults:
-scope:
path: "" # empty string for all files
values:
layout: "default-buhler"
-
scope:
path: "posts"
type: ""
layout: "post" # overrides previous default layout
values:
read_time: false
comments: true
share: true
related: true
author_profile: true
layout: single
scope:
path: ""
type: "presentations"
values:
layout: "presentation"
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single