-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
118 lines (101 loc) · 3.65 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
baseurl = "https://delossetegels.nl/"
languageCode = "nl-nl"
title = "De Losse Tegels Podcast"
googleAnalytics = ""
paginate = "9"
[permalinks]
# page = "/:filename/"
about = "/:filename/"
episode = "/:filename/"
# The theme supports menus with up to one submenu per menu item
# The menu name must be "Main"
# The menus are sorted based upon their identifier
[[Menu.Main]]
name = "Over ons"
identifier = "guests"
url = "guest"
[[Menu.Main]]
name = "Achtergrond"
identifier = "resources"
url = "#!"
[[Menu.Main]]
name = "Over Stadsdeelpolitiek"
identifier = "stadsdeel"
url = "stadsdeel"
parent = "resources"
[[Menu.Main]]
name = "Over GroenLinks Amsterdam"
identifier = "groenlinks"
url = "groenlinks"
parent = "resources"
[[Menu.Main]]
name = "Links"
identifier = "external"
url = "#!"
[[Menu.Main]]
name = "GroenLinks - Afdeling Amsterdam Centrum"
identifier = "GLCentrum"
url = "https://amsterdam-centrum.groenlinks.nl/"
parent = "external"
[[Menu.Main]]
name = "Stadsdeel Centrum - Organisatie"
identifier = "stadsdeel_org"
url = "https://www.amsterdam.nl/bestuur-organisatie/stadsdelen/stadsdeel-centrum/"
parent = "external"
[[Menu.Main]]
name = "Vergaderagenda Stadsdeelcommissie Centrum"
identifier = "notubiz"
url = "https://centrum.notubiz.nl"
parent = "external"
[[Menu.Main]]
name = "Stem van Centrum - bewoners agenderen in Stadsdeelcommissie"
identifier = "stemvan"
url = "https://stemvancentrum.amsterdam.nl"
parent = "external"
[[Menu.Bottom1]]
name = "Over ons"
identifier = "guests"
url = "guest"
[[Menu.Bottom1]]
name = "Stadsdeelpolitiek"
identifier = "stadsdeel"
url = "stadsdeel"
[[Menu.Bottom2]]
name = "Notubiz Centrum"
identifier = "notubiz"
url = "https://centrum.notubiz.nl"
[[Menu.Bottom2]]
name = "GroenLinks Centrum"
identifier = "extern_GLCentrum"
url = "https://amsterdam-centrum.groenlinks.nl/"
[params]
site_theme = "grey"
# site_layout = "grid"
site_layout = "grid"
enable_jumbo = "true"
# custom_css = ["custom.css", "other_custom.css"]
# enable_jumbo = "false"
# truncate = "100"
# itunes_subscribe = "http://itunes.apple.com/us/podcast/arrested-devops/id773888088?mt=2&uo=4&at=11lsCi"
# android_subscribe = "http://subscribeonandroid.com/feeds.podtrac.com/VGAulpN7MY1U"
# spotify_subscribe = "https://open.spotify.com/show/..."
# google_play_subscribe = "https://goo.gl/app/playmusic?ibi=com.google.PlayMusic&isi=691797987&ius=googleplaymusic&link=https://play.google.com/music/m/Ihj4yege3lfmp3vs5yoopgxijpi?t%3DArrested_DevOps"
# stitcher_subscribe = "http://www.stitcher.com/podcast/arrested-devops-2/arrested-devops"
# soundcloud_subscribe = "http://feeds.soundcloud.com/users/soundcloud:users:203144248/sounds.rss"
# pocketcasts_subscribe = "http://pcasts.in/feed/feeds.soundcloud.com/users/soundcloud:users:203144248/sounds.rss"
# mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4cbcac996bb9df25f970a89&id=154fa76bcc"
#rss_subscribe = "http://feed.com/myfeed" #only set this if you don't want to use the built-in feed
media_prefix = "https://delossetegels.nl/"
[params.authors]
[params.authors.GL]
name = "GroenLinks Amsterdam Centrum"
thumbnail = "/uploads/groenlinks-logo.png"
bio = "GroenLinks Amsterdam Centrum"
[params.authors.GL.social]
facebook = "GroenLinksAmsterdam"
twitter = "GLcentrum"
homepage = "https://amsterdam-centrum.groenlinks.nl/"
[params.links]
[params.links.GLC]
name = "GroenLinks Amsterdam Centrum"
url = "https://amsterdam-centrum.groenlinks.nl/"