forked from ChrisCummins/chriscummins.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
109 lines (94 loc) · 2.23 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
# Where things are
source: .
destination: ./_site
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
collections:
posts:
output: true
# Handling Reading
safe: true
include: [".htaccess"]
exclude: [
"*/README.md",
"Gemfile",
"Gemfile.lock",
"Makefile",
"node_modules",
"README.md",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/"
]
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
strict_front_matter: false
# Filtering Content
show_drafts: null
limit_posts: 0
future: true
unpublished: false
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Serving
detach: false
port: 4000
host: 127.0.0.1
url: "https://chriscummins.cc"
# baseurl: "/staging"
show_dir_listing: false
# Outputting
permalink: /:year/:title/
timezone: null
quiet: false
verbose: false
defaults:
-
values:
layout: "default"
liquid:
error_mode: warn
# Markdown Processors
rdiscount:
extensions: []
redcarpet:
extensions: []
kramdown:
auto_ids: true
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: false
footnote_nr: 1
# Extensions
plugins:
- jekyll-redirect-from # enable "refirect_from" in front matter
- jekyll-github-metadata # add 'site.github' github metadata
sass:
style: compressed
# Styling
jumbotron_min_height: 300
jumbotron_max_height: 500
jumbotron_content_gap: 30
# logos for social networks. Obfuscated names to prevent simple rule-based
# ad blocking.
social_images:
facebook: /img/atw/8dd8ef87f47c829d6dc1a491e06929bb.png
github: /img/atw/1ed153fe358ed0d5d38553df372687d6.png
instagram: /img/atw/377f06eddd346708cb64ed05bf1c29f9.png
linkedin: /img/atw/5c95cc032204cec372b9d9ccbd84191d.png
twitter: /img/atw/adfe26fbae672bf83b5f4f86fe3d0329.png
youtube: /img/atw/9cef326ed4d66a12df92fe82fe04228e.png
copyright:
owner: Chris Cummins
year: 2013-2020
license: MIT (https://github.com/ChrisCummins/chriscummins.github.io/blob/master/LICENSE)