-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
205 lines (186 loc) · 5.11 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
url: https://workers.tools
baseurl: ''
lang: en
title: Worker Tools
tagline: Tools for writing HTTP servers
description: >
Worker Tools are a collection of TypeScript libraries for writing web servers in Worker Runtimes such as Cloudflare Workers.
Workers Tools accomplish many of the same goals as a web framework, but they are provided as standalone libraries.
clap_button: false
logo: /assets/img/logo_s.svg
favicon: /favicon.ico
apple_touch_icon: /assets/img/logo.svg
author:
name: Florian Klampfer
email: [email protected]
social:
github: https://github.com/worker-tools
npm: https://www.npmjs.com/org/worker-tools
menu:
- title: Examples
url: /examples/
- title: Guides
url: /guides/
# legal:
# - title: LICENSE
# url: /LICENSE/
# - title: CHANGELOG
# url: /CHANGELOG/
copyright: © 2022 Florian Klampfer [qwtel.com](https://qwtel.com/)
permalink: /:categories/:year-:month-:day-:title/
collections:
featured_categories:
permalink: /:name/
output: true
featured_tags:
permalink: /tag-:name/
output: true
projects:
permalink: /examples/:path/
output: true
tools:
permalink: /:path/
output: true
theme: jekyll-theme-hydejack
google_fonts: false
font: false
font_heading: false
font_code: false
accent_image:
background: 'linear-gradient(to bottom, #e9bc4b, #f38020)'
overlay: false
accent_color: rgb(243,128,32)
# theme_color: rgb(243,128,32)
theme_color: '#ee9b33'
defaults:
- scope:
path: ''
values:
invert_sidebar: true
- scope:
path: README
values:
layout: welcome
- scope:
path: assets/
values:
sitemap: false
- scope:
path: licenses/
values:
sitemap: false
- scope:
type: projects
values:
seo:
type: WebPage
- scope:
type: featured_categories
values:
seo:
type: WebPage
- scope:
type: featured_tags
values:
seo:
type: WebPage
kramdown:
math_engine: katex
math_engine_opts: {}
footnote_backlink: '↩︎'
hydejack:
post_addons: [about, newsletter, related, random, comments]
project_addons: [about, newsletter, other, comments]
no_mark_external: false
no_push_state: false
no_drawer: false
no_navbar: false
no_search: true
no_inline_css: false
no_page_style: false
no_break_layout: false
no_toc: false
no_third_column: false
no_large_headings: false
no_structured_data: false
no_theme_color: false
use_lsi: true
cookies_banner: false
advertise: false
hide_dates: false
dark_mode:
always: false
dynamic: true
icon: true
offline:
enabled: false
cache_version: 7
precache_assets:
- /assets/img/swipe.svg
exclude:
- .jekyll-cache
- .sass-cache
- vendor
- Gemfile
- Gemfile.lock
- wrangler.toml
include:
- .well-known
- LICENSE.md
plugins:
# - jekyll-paginate
- jekyll-default-layout
- jekyll-feed
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-redirect-from
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-titles-from-headings
- jekyll-include-cache
- jekyll-last-modified-at
optional_front_matter:
remove_originals: true
readme_index:
remove_originals: true
with_frontmatter: true
relative_links:
collections: true
titles_from_headings:
strip_title: true
collections: true
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [development]
sass:
style: compressed
jekyll_compose:
default_front_matter:
drafts:
layout: post
description: >
A short ~160 character description of your post for search engines,
social media previews, etc.
image:
path: /assets/img/sidebar-bg.jpg
posts:
layout: post
description: >
A short ~160 character description of your post for search engines,
social media previews, etc.
image:
path: /assets/img/sidebar-bg.jpg
projects:
layout: project
description: >
A short ~160 character description of your post for search engines,
social media previews, etc.
image:
path: /assets/img/sidebar-bg.jpg
links:
- title: Project Link
url: https://example.com