-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
executable file
·154 lines (130 loc) · 3.11 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Site settings
url : https://www.keithbuhler.com
baseurl :
locale: "en"
title: "keithbuhler.com"
description: "Thoughts and projects of Dr. Keith Buhler, philosopher, classical educator, and writer."
comments:
provider: "facebook"
facebook:
appid: #optional
num_posts: 5
colorscheme : #"light" (default", "dark")
reading_time : true
words_per_minute: 200
# Social
facebook:
username : "keithedbuhler"
github :
username : "keithbuhler"
# Your site's domain goes here (eg: https://mmistakes.github.io, http://yourdomain.com, etc)
# When testing locally leave blank or use http://localhost:4000
# author info
author:
name : "Keith Buhler"
avatar : "avatar.png"
bio : "Philosopher, classical educator, and author"
email : "keithedbuhler@gmail.com"
url : "https://www.keithbuhler.com"
google_plus: "+KeithBuhler"
facebook : "keithedbuhler"
twitter : "Keith_Buhler"
youtube : "https://www.youtube.com/channel/UCDxfeT2v6-kFM12T7zD-K9Q"
social:
type:
name:
links:
- "https://twitter.com/Keith_Buhler"
- "https://facebook.com/keithedbuhler"
- "https://www.linkedin.com/in/yourprofile"
- "https://plus.google.com/+Keith_Buhler"
# Analytics and webmaster tools stuff goes here
google_analytics: UA-71712734-1
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
analytics:
provider: "google-universal"
tracking_id: "UA-71712734-1"
timezone: America/New_York
future: true
highlighter: rouge
# Gems
gems:
- [jekyll-paginate]
- [jekyll-sitemap]
- [jekyll-feed]
- [jekyll-gist]
- [jekyll-archives]
sass:
sass_dir: _sass
style: compressed
# 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
teaser: "400x400.gif"
og_image: "keithbuhler-bw-small.png"
# Outputting
permalink: /:categories/:title/
paginate: 5
paginate_path: /page:num/
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
collections:
papers:
output: true
teaching:
output: true
presentations:
output: true
defaults:
- scope:
path: "" # empty string for all files
type:
values:
layout: "page"
- scope:
path: "posts"
type: ""
layout: "post" # overrides previous default layout
values:
read_time: false
comments: true
share: false
related: false
author_profile: true
words_per_minute: 200
- scope:
path: "slideshows"
type: "slideshows"
values:
layout: "slide"
# defaults:
# _pages
# - scope:
# path: ""
# type: pages
# values:
# layout: single