-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
_BLANK_config.yml
107 lines (96 loc) · 1.77 KB
/
_BLANK_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
# Site Data
title:
tagline:
name:
author_bio: >
footer_description: >
notes_url:
profile_pic:
favicon: /assets/img/favicon.png
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. https://example.com
theme_color: white
encoding: utf-8
# Links and Social Media
donate_link:
repository:
github:
twitter:
portfolio:
email:
# Build Settings
theme: null
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-archives
- jekyll-minifier
- jekyll-toc
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
math_engine: mathjax
smart_quotes: ["apos", "apos", "quot", "quot"]
syntax_highlighter: rouge
sass:
style: compressed
JEKYLL_ENV: "production"
collections:
notes:
output: true
permalink: /notes/:title
journals:
output: true
permalink: /journals/:title
pages:
output: true
permalink: /page/:name
disqus:
shortname:
defaults:
- scope:
path: ""
type: posts
values:
layout: post
permalink: /posts/:title
content-type: post
category: "Post"
toc: true
- scope:
path: ""
type: notes
values:
layout: post
content-type: notes
- scope:
path: ""
type: journals
values:
layout: post
content-type: journals
- scope:
path: ""
type: pages
values:
layout: page
content-type: pages
jekyll-archives:
enabled: []
layout: default
permalinks:
year: "/:year/"
month: "/:year/:month/"
day: "/:year/:month/:day/"
tag: "/tag/:name/"
category: "/category/:name/"
toc:
min_level: 1
max_level: 6
ordered_list: false
no_toc_section_class: no-toc
list_class: section-nav
sublist_class: ""
item_class: entry
item_prefix: toc-