-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathhugo.yaml
More file actions
39 lines (33 loc) · 786 Bytes
/
hugo.yaml
File metadata and controls
39 lines (33 loc) · 786 Bytes
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
baseurl: "https://grml.org"
title: "Grml.org"
languageCode: "en-us"
defaultContentLanguage: "en"
cleanDestinationDir: true
disablePathToLower: true
disableHugoGeneratorInject: true
disableKinds:
- taxonomy
- term
security:
enableInlineShortcodes: true
exec:
allow: ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^npx$', '^postcss$', '^tailwindcss$', '^asciidoctor$']
osEnv: ['(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+|(XDG_CONFIG_)?HOME|USERPROFILE|SSH_AUTH_SOCK|DISPLAY|LANG|SYSTEMDRIVE)$']
markup:
goldmark:
renderer:
unsafe: true
outputs:
home:
- html
page:
- html
section:
- html
params:
current_release:
version: "2026.04"
codename: "CashFloh"
current_prerelease:
version: ""
codename: ""