-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
136 lines (119 loc) · 4.06 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
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
baseurl = "https://blog.gc2.at"
title = "GC2 Blog"
theme = "hugo-nederburg-theme"
defaultContentLanguage = "de"
languageCode = "de-de"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
# Stuff for syntax highlighting
pygmentsCodeFences = true
pygmentsOptions = "linenos=table,linenostart=1,style=friendly,nobackground=true"
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[params]
# Unmark to use post folder for images. Default is static folder.
#usepostimgfolder = true
slogan = "Infos rund um Computer, Programmierung, Elektronik und sonstige Informatik"
description = "Blog des Grazer Computer Club - GC2" # meta description
# You need to set author to have an author bio. If you have a writer in the markdown file it will override this.
author = "GC2"
authorLink = "https://gc2.at"
bio = [
"GC2 - Grazer Computer Club e. V.",
"ZVR: 1093020071",
"Rechtlicher Sitz: Graz"
]
copyright = [
"CC-BY-4.0 https://creativecommons.org/licenses/by/4.0/",
"2022, Grazer Computer Club e. V.",
"Nederburg Hugo Theme by [Appernetic](https://appernetic.io).",
]
# Contact page
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below (it is also used in Gravatar for the bio).
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
email = "[email protected]"
# Nav links in the side bar
[[menu.main]]
name = "Blog (Deutsch)"
url = "https://blog.gc2.at/index.html"
weight = 1
[[menu.main]]
name = "Blog (English)"
url = "https://grazercomputerclub.github.io/BlogEN/index.html"
weight = 1
[[menu.main]]
name = "Impressum"
url = "impressum/"
weight = 2
# [[menu.main]]
# name = "Kontakt"
# url = "contact/"
# weight = 3
[[menu.main]]
name = "Hauptseite"
url = "http://gc2.at"
weight = 4
# this will also be in author bio if there is no writer.
[params.social]
email = "[email protected]"
twitter = "https://twitter.com/_gc2_"
github = "https://github.com/GrazerComputerClub/"
rss = true
# Add a writer, then use it in the markdown front matter like this: writer = "Martin Strohmayer"
[params.writers]
[params.writers."Martin Strohmayer"]
link = "http://strohmayers.com"
email = "[email protected]"
bio = [
"Softwareentwickler und Raspberry Pi Enthusiast."
]
twitter = "https://twitter.com/m_stroh"
github = "https://github.com/mstroh76"
[params.writers."Manfred Wallner"]
link = "https://mwallner.net"
email = "[email protected]"
bio = [
"Softwareentwickler und PowerShell Evangelist."
]
twitter = "https://twitter.com/schusterfredl"
github = "https://github.com/mwallner"
[params.writers."Christoph Woergoetter"]
email = "[email protected]"
link = "https://woergi.wordpress.com/"
bio = [
"ZisrIHN1cmp1ZHBwbGh1aHU="
]
twitter = "https://twitter.com/woergi"
github = "https://github.com/woergi"
[params.writers."Christof Hirndler"]
email = "[email protected]"
bio = [
"Softwareentwickler, Snooker Fan, Skeptiker"
]
twitter = "https://twitter.com/chirndler"
github = "https://github.com/chirndler"
[params.utterances]
#comment system Utterances, using GitHub issues with blog title
enable = true
GitHubRepro="GrazerComputerClub/Blog"
themelight = true