-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
90 lines (72 loc) · 2.64 KB
/
config.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
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
baseURL = "https://pifco.org/"
languageCode = "de-de"
defaultContentLanguage = "de"
pluralizelisttitles = false # no automatic english plurals for titles
title = "Phineas, Ilominar, Fohleireih & Co."
theme = "hermit-v2"
enableGitInfo = true
pygmentsCodefences = true
pygmentsUseClasses = true
# hasCJKLanguage = true # If Chinese/Japanese/Korean is your main content language, enable this to make wordCount works right.
rssLimit = -1 # Maximum number of items in the RSS feed.
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/functions/emojify/
# googleAnalytics = "UA-123-45"
# disqusShortname = "yourdiscussshortname"
publishDir = "public"
staticDir = ["static", "static-quickref"]
[params.author]
name = "fohleireih"
about = "about"
[blackfriday]
# hrefTargetBlank = true
# noreferrerLinks = true
# nofollowLinks = true
[taxonomies]
tag = "tags"
category = "categories"
[params]
dateform = "2. 1. 2006"
dateformShort = "2. 1."
dateformNum = "02.01.2006"
dateformNumTime = "02.01.2006 15:04"
# Metadata mostly used in document's head
# description = ""
# images = [""]
themeColor = "#494f5c"
homeSubtitle = "Advocati - Campagneri - Arbitracisti"
footerCopyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
footerHideThemeName = true
bgImg = "https://i.imgur.com/NKrDRU9.png" # Homepage background-image URL
# Prefix of link to the git commit detail page. GitInfo must be enabled.
gitUrl = "https://github.com/ac-schmitt/pifco.org/commit/"
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
justifyContent = false # Set "text-align: justify" to `.content`.
relatedPosts = false # Add a related content section to all single posts page
code_copy_button = true # Turn on/off the code-copy-button for code-fields
legacyLayout = true
pinned = "Angeheftetes"
# Add custom css
# customCSS = ["css/foo.css", "css/bar.css"]
# Social Icons
# Check https://github.com/Track3/hermit#social-icons for more info.
[[params.socialLinks]]
name = "email"
url = "mailto:[email protected]"
[menu]
[[menu.main]]
name = "Postsachen"
url = "posts/"
weight = 10
[[menu.main]]
name = "Utensilien"
url = "tools/"
weight = 15
[[menu.main]]
name = "Regeln des Hauses"
url = "houserules/"
weight = 20
[[menu.main]]
name = "Erscheinungsvermerk"
url = "about/"
weight = 30