forked from brennanbrown/enjoyment-work
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
99 lines (88 loc) · 2.18 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
# Site Data
title: "Celestial Entity"
tagline: " — a Digital Garden 🌱"
name: "Celestial Entity"
author_bio:
"A celestial Entity floating in Zero Gravity"
description: "A Digital Garden."
footer_description:
'The phrase "digital garden" is a metaphor for thinking about writing and creating that focuses less on the
resulting "showpiece" and more on the process, care, and craft it takes to get there. While not everybody
has or works in a dirt garden, we all share a familiarity with the idea of what a garden is.'
notes_url: "https://garud.netlify.app"
profile_pic: "https://brennanbrown.ca/img/avatar.jpg"
favicon: /assets/img/favicon.png
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://enjoyment-work.netlify.app/" # the base hostname & protocol for your site, e.g. https://example.com
theme_color: white
encoding: utf-8
# Links and Social Media
repository: https://github.com/stardoom4/enjoyment-work
github: https://github.com/stardoom4
# 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
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: 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-