-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathhugo.toml
52 lines (40 loc) · 1.28 KB
/
hugo.toml
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
baseURL = "https://openstreetmap.de/"
languageCode = "de-de"
title = "OpenStreetMap Deutschland"
disableKinds = ["taxonomy", "taxonomyTerm"]
# Info über letzte Änderung einer Seite kommt aus dem git
enableGitInfo = true
[security]
enableInlineShortcodes = true
############################# Modules ##############################
[module.hugoVersion]
extended = true
min = "0.111.3"
############################# Image Processing ##############################
[imaging]
quality = 95
############################# Outputs ##############################
[outputs]
home = ["html", "json"] # JSON der Homepage wird für die Suche benötigt
section = ['html'] # Andere Seiten nur als HTML, kein RSS
[markup.goldmark.renderer]
unsafe= true
[markup.goldmark.parser.attribute]
block = true
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
############################## Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
# JS Plugins
[[params.plugins.js]]
#################### default parameters ################################
[params]
favicon = "img/favicon.ico"
# Meta data
description = "OpenStreetMap Deutschland"
author = "FOSSGIS e.V."
# search
search = false
copyright = "FOSSGIS e.V"
githubLink = "https://github.com/fossgis/openstreetmap.de/blob/main"