-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
177 lines (160 loc) · 3.61 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
title: Alexandru Nedelcu
description: On programming and personal projects
domain: alexn.org
url: https://alexn.org
baseurl: ""
author:
name: Alexandru Nedelcu
github: alexandru
twitter: alexelcu
facebook: alexelcu.blog
linkedin: alexelcu
mastodon: https://social.alexn.org/@alexelcu
bluesky: https://bsky.app/profile/alexn.org
contact:
email:
username: "low.flag5454"
domain: "ac.alexn.org"
repo_edit: https://github.com/alexandru/alexn.org/blob/main/
include: ["_redirects", ".well-known", "robots.txt", "CNAME"]
exclude: ["_retracted", "scripts", "package.json", "package-lock.json", "vendor", "README.md"]
analytics:
enabled: true
defaults:
# HTML pages
- scope:
path: "docs/*.html"
values:
permalink: /:path/:basename/
- scope:
path: "docs/*.md"
values:
permalink: /:path/:basename/
- scope:
path: "assets/html/*.html"
values:
permalink: /:path/:basename/
# Blog posts (collection)
- scope:
path: "_posts" # an empty string here means all files in the project
values:
permalink: blog/:year/:month/:day/:title/
layout: post
has_contributions: true
has_comments: true
nav_id: /blog/
# Blog drafts
- scope:
path: "_drafts" # an empty string here means all files in the project
values:
permalink: drafts/:title/
layout: post
has_contributions: false
has_comments: false
nav_id: /blog/
# Wiki pages (collection)
- scope:
path: "_wiki" # an empty string here means all files in the project
values:
permalink: wiki/:title/
layout: wiki
has_contributions: true
has_comments: true
nav_id: /wiki/
description: Personal, volatile wiki documentation
# Links (collection)
- scope:
path: "_links"
values:
nav_id: /links/
layout: page
has_contributions: true
collections:
posts:
permalink: /blog/:year/:month/:day/:title/
output: true
wiki:
output: true
links:
output: false
sass:
style: compressed
markdown: kramdown
highlighter: none
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter_opts:
disable: true
css_class: code
plugins:
- jekyll-paginate-v2
- jekyll-redirect-from
- jekyll-relative-links
- jekyll-sitemap
- jekyll-titles-from-headings
relative_links:
enabled: true
collections: true
pagination:
enabled: true
per_page: 50
permalink: "/page/:num/"
title: ":title - page :num"
sort_reverse: true
# thumbnails:
# x200:
# destination: assets/thumbs/x150
# resize: "x150"
# quality: "85"
# strip: true
# interlace: none
# colorspace: sRGB
# unsharp: "0.25x0.25+8+0.065"
# filter: "Triangle"
# dither: None
# posterize: 136
# define:
# - "filter:support=2"
# - "png:compression-strategy=1"
# - "png:compression-filter=5"
# - "png:compression-level=9"
# - "png:exclude-chunk=all"
titles_from_headings:
enabled: true
strip_title: true
collections: true
autopages:
enabled: true
tags:
layouts:
- "auto-posts-tag.html"
- "auto-links-tag.html"
categories:
enabled: false
collections:
enabled: false
navigation:
- title: Blog
url: /blog/
id: /blog/
- title: Wiki
url: /wiki/
id: /wiki/
- title: Links
url: /links/
id: /links/
- title: About
url: /about/
id: /about/
- title: Subscribe
url: /subscribe/
id: /subscribe/
assets:
destination: "/assets/compiled"
caching:
path: ".jekyll-cache/assets"
type: file # Possible values: memory, file
enabled: true
sources:
- assets/media