-
Notifications
You must be signed in to change notification settings - Fork 438
/
_config.yml
424 lines (337 loc) · 13.5 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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
# Config
# ========================================================================================
# Uncomment and set the URL of your site (with protocol, e.g. `https://`)
# NOTE: You don't need to provide this property when hosting on GitHub Pages or Netlify.
# url: https://username.github.io
# Uncomment and set the "base URL" of your site.
# When your site is in a subdirectory, set to `/<name of directory>`,
# with a leading `/` but no trailing `/`. Use the empty string '' otherwise.
# NOTE: You don't need to provide this property when hosting on GitHub Pages or Netlify.
# baseurl: '/hydejack-starter-kit'
# General settings
# ---------------------------------------------------------------------------------------
# Language of your content in 2-letter code, e.g.: en, de.
# You may also provide a location, e.g.: en-us, de_AT.
lang: en
# The title of your blog. Used in the sidebar and the browser tab.
title: Starter Kit
# A short description (~150 chars) of the page used for the meta description tag.
# Can use markdown, but no more than one paragraph (enforced by `>`)
description: >
Hydejack is a boutique Jekyll theme for hackers, nerds, and academics,
with a focus on personal sites that are meant to impress.
# A shorter description for the sidebar.
tagline: Change `tagline` in `_config.yml`
# A list of keywords for your blog
keywords: []
# A (square) logo for your site.
# If provided, it will be shown at the top of the sidebar.
# It also used by the `jekyll-seo-tag` plugin.
logo: /assets/img/logo.png
# This should be the same author as first entry in `_data/authors.yml`.
author:
# Used by `jekyll-feed`:
name: <firstname> <lastname>
email: <mail@domain.tld>
# # Used by `jekyll-seo-tag`:
# twitter: <username>
# Add links to the sidebar.
menu:
- title: Example
url: /example/
- title: Documentation
url: /docs/
- title: About
url: /about/
# Add links to the footer.
# Typically you'll want to link to your cookie- or privacy policy (if appliable), etc..
legal:
- title: LICENSE
url: /LICENSE/
- title: NOTICE
url: /NOTICE/
- title: CHANGELOG
url: /CHANGELOG/
# This text will appear in a `<small>` tag in the footer of every page.
copyright: © 2024. All rights reserved.
# Format of the permalinks
permalink: /:categories/:year-:month-:day-:title/
# Pagination configuration (used by the `blog` layout)
paginate: 10
paginate_path: /:num/
# Theme
# ---------------------------------------------------------------------------------------
# This will use the gem `jekyll-theme-hydejack`, as defined in the sibling `Gemfile`.
theme: jekyll-theme-hydejack
# You can uncomment `theme` above and replace it with `remote_theme` here iff you are using the
# `jekyll-remote-theme` plugin (which is the case when using the legacy GitHub Pages pipeline).
# This will fetch the `v9` branch of the public Hydejack repository on GitHub.
# remote_theme: hydecorp/hydejack@v9
# Customizaton
# ----------------------------------------------------------------------------------------
# Sidebar image and theme color of the site.
accent_image: /assets/img/sidebar-bg.jpg
accent_color: rgb(79,177,186)
# This is used for the `theme-color` meta tag,
# which changes the background color of the browser UI in certain browsers.
# Defaults to `accent_color`.
theme_color: rgb(25,55,71)
# IMPORTANT:
# As of Hydejack 9.2, Google Fonts are turned off by default due to a stronger focus on privacy.
# Hydejack will use the default font of your visitor's operating system instead.
# If you want to match the look of hydejack.com, remove the following line and uncomment
# the font-related options below:
# The string encoding which fonts to fetch from Google Fonts.
# See: <https://hydejack.com/docs/configuration/>
# google_fonts: Roboto+Slab:700|Noto+Sans:400,400i,700,700i
# The text font. Expects a string that is a valid CSS font-family value.
# To change font-weight, see _sass/variables.scss
# font: Noto Sans, Helvetica, Arial, sans-serif
# The font used for headings. Expects a string that is a valid CSS font-family value.
# To change font-weight, see _sass/variables.scss
# font_heading: Roboto Slab, Helvetica, Arial, sans-serif
# The font used for code blocks. Expects a string that is a valid CSS font-family value.
# Defaults to the [System Monospace Font Stack](https://qwtel.com/posts/software/the-monospaced-system-ui-css-font-stack/).
# font_code: Fira Code, Menlo, Monaco, Consolas, monospace;
defaults:
# You can use this to provide a default accent color and background for
# all pages under a given path:
- scope:
path: hyde/
values:
accent_color: rgb(38,139,210)
theme_color: rgb(32,32,32)
accent_image:
background: rgb(32,32,32)
overlay: false
# Don't include documents in assets in the sitemap
- scope:
path: assets/
values:
sitemap: false
# Don't include licenses in sitemap (feel free to delete)
- scope:
path: licenses/
values:
layout: plain
sitemap: false
# # You can use the following to enable comments on all posts.
# - scope:
# type: posts
# values:
# comments: true
# `jekyll-seo-tag` will mark collection outputs as `BlogPosting`,
# but we want them to be `WebPage`s:
- 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 Settings
# ----------------------------------------------------------------------------------------
# These settings are specific to Hydejack.
hydejack:
# Configure the order of complementary content on blog posts
post_addons: [about, newsletter, related, random, comments]
# Configure the order of complementary content on project pages
project_addons: [about, newsletter, other, comments]
# Set to `true` if you don't want to show an icon indicating external links
no_mark_external: false
# Set to `true` if third party plugins fail to work with dynamically loaded pages
no_push_state: false
# Set to `true` if you want to disable the drawer
no_drawer: false
# Set to `true` if you don't to use the auto-hiding (JavaScript based) navbar.
# Note that this will not hide the navbar completely, only replace it with a static one.
# Use custom css to hide completely, e.g. `#_navbar { display: none }`.
no_navbar: false
# Set to true to disable the built-in search functionality.
# Note that search is disabled during local use to save on build time.
# Run Jekyll with the `JEKYLL_ENV` environment variable set to `production` to enable.
no_search: false
# Set to `true` if you do not want parts of the css inlined in <head/>
# This will increase site build speed dramatically!
no_inline_css: false
# Set to `true` if you don't intend on changing the accent color on a per-page basis.
# This will increase site build speed!
no_page_style: false
# Code blocks and tables "break" the layout by spanning the full available width.
# Set this to true if you want them to be the same width as other content.
no_break_layout: true
# Set to `true` to disable the dynamic Table of Contents on large screens.
no_toc: false
# When set to `true`, will not extend the content in the "third column" on large screens.
# Instead, all content will remains within the center column.
# Note that this will not affect the Table of Contents, use `no_toc` instead.
no_third_column: false
# Set to `true` if you don't like oversized headlines on large screens.
no_large_headings: false
# Set to `true` if you do not want to expose your resume and projects
# in machine-readable formats.
no_structured_data: false
# You can set this to `true` if you don't want to set the `theme-color` meta tag,
# This only affects the meta tag, not the color specified in the app manifest.
no_theme_color: false
# Disable the breadcrumbs above the title
no_breadcrumbs: false
# Set to `true` when building with the `--lsi` option.
# The net effect is to use the Jekyll-provided `site.related_posts` variable.
use_lsi: true
# When using Google Analytics, set to `true` to display a cookie notice banner.
# When enabled, no user-related data will be stored until the user gives consent.
cookies_banner: false
# Set to `true` if you would like to add a "Powered by Hydejack" link in the footer.
# Note that this setting has no effect when using the free version.
advertise: false
# Buyers of the PRO version can opt to hide all dates from the theme.
# Frequent consumers of online content will know that nothing devalues a post like
# seeing an old date.
hide_dates: false
# Similarly, showing last modified date can devalue a post if it is too far in the past.
hide_last_modified: false
# Note that dark mode only works in the PRO version of Hydejack.
dark_mode:
# Set to `true` to always use the dark theme.
always: false
# Set to `true` to use the dark theme based on visitors' preference (OS setting).
dynamic: true
# Set to `true` to allow visitors to switch between light and dark mode.
icon: true
# ⚡️ DANGER ZONE ⚡️
# ----------------
# This is an _experimental_ feature.
# Only use if you know what Service Workers are and how they can impact your site!
offline:
enabled: false
cache_version: 13
precache_assets:
- /assets/img/swipe.svg
# Collections
# ----------------------------------------------------------------------------------------
collections:
featured_categories:
permalink: /:name/
output: true
featured_tags:
permalink: /tag-:name/
output: true
projects:
permalink: /projects/:path/
output: true
# File inclusion/exclusion
# ----------------------------------------------------------------------------------------
exclude:
- .jekyll-cache
- .sass-cache
- .ruby-lsp
- .wrangler
- '*.toml'
- vendor
- Gemfile
- Gemfile.lock
- functions
include:
- _routes.json
- .well-known
- LICENSE.md
# Plugins
# ----------------------------------------------------------------------------------------
plugins:
- jekyll-default-layout
- jekyll-feed
- jekyll-optional-front-matter
- jekyll-paginate
- 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
# SEO Tag
# ---------------------------------------------------------------------------------------
# Where you proof that you own this site (used by jekyll-seo-tag)
# google_site_verification: <verification-id>
# -- or --
# webmaster_verifications:
# google: <verification-id>
# bing: <verification-id>
# alexa: <verification-id>
# yandex: <verification-id>
# Used for twitter cards
# twitter:
# username: <username>
# Used for facebook open graph
# facebook:
# app_id: <id>
# publisher: <id>
# admins: <id>
# Used on index and about sites
# social:
# name: <firstname> <lastname>
# links:
# - https://twitter.com/<username>
# - https://github.com/<username>
# Plugin Configs
# ---------------------------------------------------------------------------------------
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 Defaults
# ---------------------------------------------------------------------------------------
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