-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
38 lines (34 loc) · 946 Bytes
/
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
baseurl = "https://golangleipzig.space" # baseurl = "https://golang-leipzig.github.io/"
title = "Leipzig Gophers"
languageCode = "en-us"
theme = "simple-hugo-theme"
pygmentsCodefences = true
pygmentsCodeFencesGuessSyntax = true
# pygmentsoptions = "linenos=table"
pygmentsStyle = "github"
paginate = 256 # we do not have a db
[menu]
[[menu.main]]
url = "/posts/"
name = "blog"
weight = 1
[[menu.footer]]
url = "https://www.meetup.com/Leipzig-Golang/"
name = "Meetup"
weight = 1
[[menu.footer]]
url = "https://github.com/golang-leipzig"
name = "GitHub"
weight = 3
[[menu.footer]]
url = "https://raw.githubusercontent.com/golang-leipzig/golang-leipzig.github.io/source/Impressum.txt"
name = "Imprint"
weight = 4
[[menu.footer]]
url = "https://golangleipzig.space/qr.png"
name = "QR"
weight = 5
[[menu.footer]]
url = "https://1mb.club/"
name = "1MB"
weight = 6