-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
115 lines (104 loc) · 2.94 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
110
111
112
113
114
115
# Site Data
title: "Enjoyment Work"
tagline: " — a Digital Garden 🌱"
name: "Brennan Kenneth Brown"
author_bio:
"Hey there! My name is Brennan, I'm a 27-year-old Métis web developer and content strategist from Winnipeg,
Manitoba and currently reside in Calgary, Alberta. I've recently compeleted a Full Stack Developer Program
at EvolveU, and I'm looking to help those that need web development work done, or searching for ideas and
management for their next content project."
description: "A Digital Garden: Capturing my daily thoughts and progress, as well as curated ideas with unique synthesis—a personal zettelkasten."
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://enjoyment-work.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
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-