-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
188 lines (166 loc) · 3.25 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
#
# Basic settings.
#
# url: http://qckanemoto.github.io # or http://you.github.io
lang: en-US
url: http://neontapir.github.io
baseurl: ""
title: The Neon Tapir
description: By Chuck Durfee, casting his eerie glow upon the masses
avatar: /assets/img/tapir-hex.png
show_drafts: false
# Additional Jekyll SEO tag information
author: chuckdurfee
facebook:
app_id: 194566184373771
publisher: 10153287725984334
admins: 10153287725984334
logo: /assets/img/tapir-hex.png
social:
name: Chuck Durfee
links:
- http://twitter.com/ChuckDurfee
- https://www.linkedin.com/in/neontapir
- https://github.com/neontapir
- https://keybase.io/neontapir
#
# Defaults
#
defaults:
- scope:
path: ""
type: "posts"
values:
logo: /assets/img/tapir-hex.png
social:
name: Chuck Durfee
mastodon:
username: ruby.social/neontapir
twitter:
username: ChuckDurfee
author:
login: Chuck
email: [email protected]
display_name: Chuck
first_name: Chuck
last_name: Durfee
read_stats:
wpm: 160
#
# Icons via https://github.com/FortAwesome/Font-Awesome
#
icons:
behance:
bitbucket:
chess-com: ChuckDurfee
dribbble:
email: [email protected]
facebook: chuck.durfee
# flickr: tangentier
github: neontapir
instagram: neontapir
linkedin: chuck-durfee
mastodon: [email protected]
# patreon: agilechuckwagon
pinterest:
reddit: neontapir
rss: true
soundcloud:
stack_exchange: 19520/neontapir
steam:
tumblr:
twitch: neontapir
twitter: ChuckDurfee
# wordpress: neontapir
youtube: neontapir
#
# Prettify url.
#
permalink: pretty
#
# Scripts.
#
google_analytics: UA-67306270-1
disqus: neontapir-dot-com
#
# Localizations.
#
str_next: Next
str_prev: Prev
str_read_more: Read more...
str_search: Search
str_recent_posts: Recent posts
str_show_all_posts: Show all posts
#
# Recent posts.
#
recent_posts_num: 10
#
# Pagination.
#
paginate: 5
paginate_path: page/:num
#
# Theme version
#
version: 2.1.0
#
# Social.
#
share_buttons:
mastodon: true
twitter: true
facebook: true # needs ogp.fb.app_id
hatena: false # styling has been removed
ogp:
image_url: /assets/img/tapir-hex.png
fb:
admin: 10153287725984334 # facebook admin id
app_id: 194566184373771 # facebook application id
#
# Gems, first default includes, then custom
#
plugins:
- jekyll-coffeescript
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-relative-links
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
# - octopress-minify-html
#
# Styles: see "_sass/base/_variables.scss"
#
#
# !! Danger zone !!
#
include: ["_pages"]
markdown: kramdown
highlighter: rouge
excerpt_separator: <!--more-->
sass:
sass_dir: _sass
style: :compressed # or :expanded
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- NOTES.md
- Rakefile.rb
- README.md
- vendor
theme: jekyll-theme-cayman
# theme: jekyll-theme-dinky
# search will not normally work locally because of CORS
# uncomment the follow to bypass this for debugging
# webrick:
# headers:
# Access-Control-Allow-Origin: '*'