-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
71 lines (61 loc) · 1.74 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
baseurl = "https://jug-in.bayern"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
title = "JUG Ingolstadt"
canonifyurls = true
defaultContentLanguage = "de"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
#disqusShortname = "XXX"
#googleAnalytics = "UA-158889963-1"
[Params]
navbarTitle = "Java User Group Ingolstadt e.V."
subtitle = "Java User Group Ingolstadt e.V."
logo = "img/jug-in.png"
favicon = "img/favicon.ico"
dateFormat = "02.01.2006"
commit = false
rss = true
comments = true
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
[[Params.bigimg]]
src = "img/coffee.jpg"
[Author]
name = "jug in - Java User Group Ingolstadt e.V."
email = "[email protected]"
mastodon = "ingolstadt"
spreadshop = "jug-in"
meetup = "jug-in"
github = "jug-in"
linkedin = "8766833"
slack = "C01AM08L52P"
ical = "https://calendar.google.com/calendar/embed?src=jug-in.bayern_7f1j2bk8rq8q0bttpfvvm9d2p8%40group.calendar.google.com&ctz=Europe%2FBerlin"
[[menu.main]]
name = "Java-Treff"
url = "page/java-treff/"
weight = 2
[[menu.main]]
name = "Publikationen"
url = "page/publications/"
weight = 3
[[menu.main]]
name = "Verein"
identifier = "verein"
weight = 5
[[menu.main]]
parent = "verein"
name = "Mitglied werden"
url = "https://www.vereinonline.org/jug_ingolstadt/?mitgliedsantrag"
weight = 1
[[menu.main]]
parent = "verein"
name = "Portal"
url = "https://www.vereinonline.org/jug_ingolstadt/"
weight = 2
[[menu.main]]
name = "Talks"
url = "post"
weight = 4