-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
85 lines (72 loc) · 1.88 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
title = "Freifunk Köln, Bonn & Umgebung"
baseURL = "https://kbu.freifunk.net/"
#baseURL = ""
languageCode = "de-de"
theme = "ananke"
MetaDataFormat = "yaml"
DefaultContentLanguage = "de"
#SectionPagesMenu = "main"
Paginate = 400 # this is set low for demonstrating with dummy content. Set to a higher number
#googleAnalytics = ""
enableRobotsTXT = true
summaryLength=20
#[sitemap]
# changefreq = "monthly"
# priority = 0.5
# filename = "sitemap.xml"
[params]
favicon = "https://kbu.freifunk.net/images/icons/logo.ico"
site_logo = "https://kbu.freifunk.net/images/logo.png"
description = ""
facebook = ""
twitter = "https://twitter.com/freifunkkbu"
instagram = ""
youtube = ""
github = "https://github.com/ff-kbu"
gitlab = ""
linkedin = ""
mastodon = ""
slack = ""
stackoverflow = ""
rss = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
# featured_image = "/images/headerbonn2.jpg"
custom_css = ["/css/custom.css", "/css/fontawsome/css/all.min.css"]
cover_dimming_class = "bg-black-40"
recent_posts_number = 40
[[menu.main]]
pre = "<i class='fas fa-question'></i>"
name = "Was ist Freifunk"
url ="/wasistfreifunk/"
weight=1
[[menu.main]]
pre = "<i class='fas fa-newspaper'></i>"
name = "Aktuelles"
url ="/aktuelles/"
weight=1
[[menu.main]]
pre = "<i class='fas fa-user-friends'></i>"
name = "Mitmachen"
url ="/mitmachen/"
weight= 2
[[menu.main]]
pre = "<i class='fas fa-comment'></i>"
name = "Kontakt"
url = "/kontakt/"
weight= 3
[[menu.main]]
pre = "<i class='fas fa-map'></i>"
name = "Karte"
url = "http://map.kbu.freifunk.net/"
weight= 4
[[menu.main]]
pre = "<i class='fas fa-info'></i>"
name = "Wiki"
url = "https://kbu.freifunk.net/wiki/"
weight= 5
[[menu.main]]
pre = "<i class='fas fa-user-shield'></i>"
name = "Datenschutz"
url = "/datenschutz/"
weight= 6