-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
62 lines (53 loc) · 1.24 KB
/
Copy pathhugo.toml
File metadata and controls
62 lines (53 loc) · 1.24 KB
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
baseURL = 'https://bor1e.github.io/'
languageCode = 'de'
defaultContentLanguage = 'de'
title = 'Elyahu Borodin'
[params]
description = 'AI-Architekt & Gedanken zu Jüdischem – One Blog, Two Perspectives'
author = 'Elyahu Borodin'
[taxonomies]
tag = 'tags'
category = 'categories'
persona = 'personas'
[menus]
[[menus.main]]
name = 'Home'
url = '/'
weight = 1
[[menus.main]]
name = 'Tech'
url = '/tech/'
weight = 2
[[menus.main]]
name = 'Jüdisches'
url = '/lehre/'
weight = 3
[[menus.main]]
name = 'About'
url = '/about/'
weight = 4
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.asciidocExt]
backend = 'html5'
extensions = ['asciidoctor-diagram']
workingFolderCurrent = true
[markup.asciidocExt.attributes]
'source-highlighter' = 'rouge'
'icons' = 'font'
'imagesdir' = '/images/'
[security]
[security.exec]
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^npx$', '^postcss$', '^asciidoctor$']
[security.http]
methods = ['(?i)GET|POST']
urls = ['.*']
[outputs]
home = ['HTML', 'RSS']
section = ['HTML', 'RSS']
[sitemap]
changeFreq = 'weekly'
priority = 0.5
enableRobotsTXT = true