-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
222 lines (182 loc) · 5.62 KB
/
_config.yml
File metadata and controls
222 lines (182 loc) · 5.62 KB
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
# Your site's title and description. You should change these when you create your own site.
title: "Fluid Thinking" # change me
description: >
Think big, start small. Leading teams and organizations with agility.
Blog of Sam Briesemeister.
Developing new strategic capabilities through organizational learning,
Lean process improvement in software engineering, continuous delivery,
DevOps, business intelligence and analtyics.
Also the occasional post on personal reflections, cultural and political.
# Uncomment this line to use the solace theme properly
remote_theme: samba/jekyll-solace-theme@master
# Let Google verify this site.
google_site_verification: FZoDU79BdIo92Bmm-y8w7msNuiqSB7uENwumXr77zIs
# Populate the following with actual usernames, or delete them to prevent showing links
author:
name: Sam Briesemeister # change me
twitter: systemalias # change me
linkedin: sambriesemeister # change me
github: samba # change me
url: http://samb.io/about
# Which service should @mentions reference?
jekyll-mentions:
base_url: https://twitter.com
# alternative: base_url: https://github.com
analytics: null
# google_tag_manager:
# id: GTM-52L37C
sharing:
disabled: false
facebook: false
twitter: true
linkedin: true
reddit: false
email: true
style:
color-mode: medium # options: "medium", "grayscale", "black" or (nil)
# Configuration for navigation behavior
# NB: external links are managed in /_data/navigation.yml
navigation:
pages_disabled: false # disable site's pages in the navigation panel
hide_blog: false # disable site's blog in the navigation panel
hide_blog_tags: false # disable just the blog *tags* in the nav panel
hide_blog_categories: true # disable just the blog *categories* in the nav panel
tag_count: 5 # how many recent tags to show in the nav panel
category_count: 0 # how many recent categories to show in the nav panel
# Configuration for the listing of recent blog posts on home layout.
# (_layouts/home-blog-sections.html)
home:
blog:
enabled: true
pinned:
# enabled: true
# display_mode: excerpt # options are "fullbody" or "excerpt".
recent:
# enabled: true
# display_mode: fullbody # options are "fullbody" or "excerpt".
# Automatically infer title values from page content if needed
# NB: https://github.com/benbalter/jekyll-titles-from-headings
titles_from_headings:
enabled: true # if pages provide an H1 header, but no page.title, automatically use it
strip_title: true
collections: false
# Parse all Markdown files as pages, and interpolate missing frontmatter.
# NOTE: this *may* conflict with readme_index options, when `include` list contains README.md
optional_front_matter:
enabled: true # disable here if desired
remove_originals: true
# If the site has a README, generate <index.html> from it.
# NOTE: if the `include` list below includes README.md, this plugin stops working.
readme_index:
enabled: false # disable here if desired
remove_originals: false
# Automatically resolve relative links correctly, to the generated output files.
relative_links:
enabled: true
collections: false
# If this site is for a GitHub repository, update this and uncomment it:
# repository: username/repo-name
collections:
posts:
title: "Blog"
layout: post
menu: false
hidden:
layout: page
menu: false
hidden: true
output: true
# How many blog posts would you like to see on your /blog pages?
paginate: 3
paginate_path: /blog/page/:num
permalink: /blog/:year/:categories/:slug
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
layout: "post"
hidden: false
body_class: post
menu: false
- scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
layout: "page"
hidden: false
seo_title: null
menu: false
- scope: # this rule prevents blog listing pages from registering in nav menu
path: "blog"
type: "pages"
values:
hidden: false
body_class: blog
menu: false
- scope:
path: "pages" # pages under the /pages/ directory
type: "pages"
values:
layout: "page"
hidden: false
seo_title: null
menu: true
- scope:
path: "assets/**/*.pdf"
values:
sitemap: false # do not include them in the sitemap
- scope:
path: "404.html"
values:
menu: false
hidden: true
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
tables: true
autolink: true
auto_ids: true
syntax_highlighter: rouge
parse_block_html: true
parse_span_html: true
highlighter: rouge
rouge:
css_class: "codehilite"
scope: ".codehilite"
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-relative-links
- jekyll-github-metadata
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-optional-front-matter
- jekyll-feed
- jekyll-gist
- jekyll-avatar
- jemoji
- rouge
- kramdown
# include:
# - README.md
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- jekyll-solace-theme.gemspec
- Makefile
- util/*
- DOCKER_ENV*
- node_modules
- Dockerfile
- Gemfile
- Makefile
- scripts
- OLD
- IGNORE