-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
233 lines (205 loc) · 7.3 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
# ------------------- Theme Info -------------------
theme: jekyll-theme-chirpy
theme_name: Chirpy
theme_url: https://github.com/cotes2020/jekyll-theme-chirpy
# ------------------ /Theme Info -------------------
# -------------------- Plugins --------------------
plugins:
- jekyll-target-blank
# ------------------- /Plugins --------------------
# ------------- Plugin Configuration --------------
target-blank:
rel: nofollow
add_css_classes: external-link
# ------------ /Plugin Configuration --------------
# ---------------- Global Settings ----------------
lang: en
timezone: 'Europe/London' # https://kevinnovak.github.io/Time-Zone-Picker
theme_mode: # [light | dark] - Leave blank for auto
# The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
#
# e.g. 'https://cdn.com'
# cdn:
# the avatar on sidebar, support local or CORS resources
avatar: "./assets/img/gravatar.png"
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
social_preview_image: # string, local or CORS resources
# boolean type, the global switch for Table of Contents in posts.
# This can be set on a per-page basis in the front matter
toc: true
comments:
provider: giscus # [disqus | utterances | giscus] # Global switch for the post comment system. Keeping it empty means disabled.
# The provider options are as follows:
disqus:
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
# utterances settings › https://utteranc.es/
utterances:
repo: # <gh-username>/<repo>
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: GetOutOfMyBakery/getoutofmybakery.github.io
repo_id: R_kgDOLZ70-A
category: Comments from giscus
category_id: DIC_kwDOLZ70-M4CeBii
mapping: pathname # optional, default to 'pathname'
strict: # optional, default to '0'
input_position: top # optional, default to 'bottom'
lang: # optional, default to the value of `site.lang`
reactions_enabled: 1 # optional, default to the value of `1`
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
assets:
self_host:
enabled: # boolean, keep empty means false
# specify the Jekyll environment, empty means both
# only works if `assets.self_host.enabled` is 'true'
env: # [development | production]
pwa:
enabled: true # the option for PWA feature (installable)
cache:
# Keep this disabled to prevent local cache frustration!
# It creates a cached version of the site and breaks hot-reloading when writing new posts locally
enabled: false # the option for PWA offline cache
# Paths defined here will be excluded from the PWA cache.
# Usually its value is the `baseurl` of another website that
# shares the same domain name as the current website.
deny_paths:
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
paginate: 10
# --------------- /Global Settings ----------------
# ----------- `jekyll-seo-tag` settings -----------
# Docs: https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
title: GetOutOfMyBakery
tagline: Just another voice on the internet.<br>Unqualified musings on life and tech.
description: >-
Blog for GetOutOfMyBakery. Just another voice on the internet. Unqualified musings on life and tech.
url: "https://getoutofmybakery.github.io"
repo: "https://github.com/GetOutOfMyBakery/getoutofmybakery.github.io"
baseurl: ""
github:
username: GetOutOfMyBakery
social:
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: GetOutOfMyBakery
# email: example@domain.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://github.com/GetOutOfMyBakery # change to your github homepage
# - https://twitter.com/username # change to your twitter homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
# Site Verification Settings
# webmaster_verifications:
# google: # fill in your Google verification code
# bing: # fill in your Bing verification code
# alexa: # fill in your Alexa verification code
# yandex: # fill in your Yandex verification code
# baidu: # fill in your Baidu verification code
# facebook: # fill in your Facebook verification code
# ---------- /`jekyll-seo-tag` settings -----------
# ------------------- analytics -------------------
analytics:
goatcounter:
id: mybakery
# google:
# id: # fill in your Google Analytics ID
# umami:
# id: # fill in your Umami ID
# domain: # fill in your Umami domain
# matomo:
# id: # fill in your Matomo ID
# domain: # fill in your Matomo domain
# cloudflare:
# id: # fill in your Cloudflare Web Analytics token
# Pageviews settings
# pageviews:
# provider: goatcounter # now only supports 'goatcounter'
# ------------------ /analytics -------------------
# ------ 'jekyll-theme-chirpy' configuration ------
# The following options are not recommended to be modified
kramdown:
footnote_backlink: "↩︎"
syntax_highlighter: rouge
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
css_class: highlight
# default_lang: console
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
collections:
tabs:
output: true
sort_by: order
defaults:
- scope:
path: "" # An empty string here means all files in the project
type: posts
values:
layout: post
comments: true # Enable comments in posts.
toc: true # Display TOC column in posts.
# DO NOT modify the following parameter unless you are confident enough
# to update the code of all other post links in this project.
permalink: /posts/:title/
- scope:
path: _drafts
values:
comments: false
- scope:
path: ""
type: tabs # see `site.collections`
values:
layout: page
permalink: /:title/
- scope:
path: assets/js/dist
values:
swcache: true
sass:
style: compressed
compress_html:
clippings: all
comments: all
endings: all
profile: false
blanklines: false
ignore:
envs: [development]
exclude:
- "*.gem"
- "*.gemspec"
- docs
- tools
- README.md
- LICENSE
- "*.config.js"
- package*.json
jekyll-archives:
enabled: [categories, tags]
layouts:
category: category
tag: tag
permalinks:
tag: /tags/:name/
category: /categories/:name/
# ------ /'jekyll-theme-chirpy' configuration ------
# -------------- Jekyll configuration --------------
jekyll_compose:
auto_open: true # Automatically open in JEKYLL_EDITOR
default_front_matter:
posts:
description: >-
image:
path: ''
alt: Alt text for the image
categories: [ top_category, sub_category ] # [ TOP_CATEGORY, SUB_CATEGORY ]
tags: [ 'post-tag' ] # TAG names should always be lowercase
published: true
pin: false
# ------------- /Jekyll configuration --------------