-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhugo.toml
More file actions
180 lines (144 loc) · 6.06 KB
/
Copy pathhugo.toml
File metadata and controls
180 lines (144 loc) · 6.06 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
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
178
179
baseURL = 'https://geekfem.net/'
#languageCode = 'de-de'
theme = "color-your-world"
title = 'Geekfem'
defaultContentLanguage = 'de'
# defaultContentLanguageInSubdir = true
# the following is from https://themes.gohugo.io/themes/hugo-theme-color-your-world/
[params.style]
# Dark mode as default
# User preferences (site/system settings) will still have priority over it
# The default is false
isDark = true
# Accent colors for dark and light mode respectively
darkAccent = "#57e389" # Default is "#1dbc91"
lightAccent = "#813d9c" # Default is "#1f676b"
# More colors, pick as many as you want (not really sure if there's a limit)
# Apparently these may not show up on every modern browser (ie.: Firefox)
# There's no default value. Used here just as example
presets = [ "#1f676b", "#f3a530", "#902b37", "#1dbc91", "#754e85", "#7fc121", "#a8314a", "#ff7433", "#3e6728", "#c063bd" ]
# Disable the use of system settings (prefers-color-scheme)
# Can be used as a workaround for Chrome on Linux
# (Issue 998903: Dark Gtk theme does not affect prefers-color-scheme media query)
# The default is false
ignoreSystemSettings = false
# Use an icon or text for footnote return links
# The default is false
hasIconAsFootnoteReturnLink = false
# For the social shortcode
# Use flexbox (with flex-grow) or grid (equal width)
# The default is false
socialIsFlex = false
# Keep anchor links hidden until it's focused/hovered
# They will always be visible in mobile devices, regardless the option
# The default is false
hideAnchors = true
# CSS animation transition when changing colors
# The default is ".5s ease"
changeTransition = ".3s ease"
[markup.highlight]
# Enable syntax highlighting and code style responsiveness to light/dark mode
noClasses = false
[params.social.decentralized]
[params.social.decentralized.mastodon]
1 = [ "https://chaos.social/haecksen", "Mastodon" ]
## Contact form shortcode # This is not used on the geekfem website.
#[params.contact]
# # formspree.io Form ID
# formspreeFormId = "example"
# # Autocomplete [on/off] and min character length for message
# autoComplete = false # Default is false
# messageMinLength = 140 # Default is 140
# # Subject
# # You can set a single value below (and it will cease to be a dropdown),
# # BUT KEEP IT AS AN ARRAY
# # It can also be disabled entirely (and it will turn into a text field)
# subject = [ 'Just saying "hi"', "I know what you did last winter", "... Is that a sloth?", "お前はもう死んでいる。" ]
# # Text placeholders. As usual, comment the lines if you don't want use them
# # The "subject" below will only be used if the "subject" above doesn't exist (ie.: commented/deleted)
# [params.contact.placeholder]
# name = "Jane Doe"
# email = "janedoe@example.com"
# subject = 'Just saying "hi"'
# message = "Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla nullam quis risus."
[params.notFound]
title = "Page not found"
description = "This page was not found."
paragraph = "Nothing to see here, buddy."
# Used only in the RSS file
copyright = "Copyright Hugo © 2008–2021, Steve Francia and the Hugo Authors; All rights reserved. Copyright Geekfem contens CC-BY-SA"
[params] #
# Site description
description = "Geekfem – FLINTA Hackers in Hamburg"
# Author
author = "Geekfem"
authorDesc = "FLINTA Hackers in Hamburg"
# Footer text
# Each value will become a paragraph
# Keep it as an array
footerText = [ "Generated with [Hugo](https://gohugo.io) using the [Color Your World](https://gitlab.com/rmaguiar/hugo-theme-color-your-world) theme. You can change the colors of this website (also dark/bright mode) by clicking on the icons below." ]
# Site cover, for Open Graph, Twitter Cards and Schema.org
# It will be used if the current page doesn't have an image cover
# File will be picked from the "assets" directory
# Comment the lines if you don't want to use it
# TODO: Add Logo
# cover = "img/cover.jpg"
# coverAlt = "A placeholder that doesn't deserve to be described."
# Shows a message in the footer about JavaScript being disabled
# The default is false
hasNoscriptNotice = false
# Default path for images in posts
# ie.: "content/some-post/img"
# Can also be set PER PAGE
# It can be used to reduce repetition
# There's no default value
imgPath = "img"
# Default classes for markup image
# Modifies the default behavior of images placed via markdown
# Can also be set PER PAGE via front matter
# Available classes are: border and borderless
# There's no default value
markupImgClass = "borderless"
# This will append a separator (of your choice) along the site title to your <title>
# ie.: | ❚ - – — • ⚫
# You can disabled it PER PAGE by using "disableTitleSeparator" at front
# matter or disable it entirely by commenting the line below
titleSeparator = "|"
# [params.search]
#
# # Enable search form (at the post list)
# # The default value is false
# enable = true
#
# # Limit search results
# # The default value is 30
# maxResults = 15
#
# # Limit seach field input and pattern matching
# minLength = 2 # Default is 3
# maxLength = 42 # Default is 32
#
# # Optional placeholder for search field
# placeholder = "ie.: lorem ipsum"
#
# # Stop word filter list
# # Can also be set PER PAGE via front matter
# # There's no default value
# stopWords = [ "a", "an", "and", "in", "the", "to", "was", "were", "with" ]
[languages]
[languages.de]
languageName = "Deutsch"
languageCode = 'de'
[languages.de.menu]
[[languages.de.menu.main]]
name = "Kontakt"
weight = 1
url = "/"
[[languages.de.menu.main]]
name = "Posts"
weight = 2
url = "posts/"
[[languages.de.menu.main]]
name = "Über Geekfem"
weight = 3
url = "about/"