generated from brennanbrown/enjoyment-work
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
107 lines (96 loc) · 2.36 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
# Site Data
title: "Dev Logs"
tagline: " — my develop logs."
name: "HsiangNianian"
author_bio: |
Artificial Intelligence, Music Theories. There’s going to be something more academic and something that fascinates me. I have always had an absurd idea-composing music in a programming language and programming in a music language.
notes_url: "https://hsiangnianian.github.io/symmetrical-octo-adventure/"
profile_pic: "https://brennanbrown.ca/img/avatar.jpg"
favicon: /assets/img/favicon.png
baseurl: "/symmetrical-octo-adventure" # the subpath of your site, e.g. /blog
url: "https://hsiangnianian.github.io" # the base hostname & protocol for your site, e.g. https://example.com
theme_color: white
encoding: utf-8
# Links and Social Media
donate_link: https://ko-fi.com/brennanbrown
repository: https://github.com/brennanbrown/enjoyment-work
github: https://github.com/brennanbrown
twitter: https://twitter.com/brennankbrown
portfolio: https://brennanbrown.ca
email: [email protected]
# 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: journalbar
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-