-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
127 lines (109 loc) · 3.02 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
baseurl = "https://x-hain.de"
title = "xHain"
theme = "xhain-theme"
Paginate = 5
canonifyurls = true
languageCode = "de"
defaultContentLanguage = "de"
DefaultContentLanguageInSubdir = "true"
MetaDataFormat = "yaml"
[permalinks]
post = "/:year/:month/:slug/"
[Languages]
[Languages.de]
weight = 1
[Languages.en]
weight = 2
# Menu Configuration
[[menu.main]]
weight = 0
identifier = "blog"
name = "Blog"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-newspaper-o\"></i>"
url = "/"
#[[menu.main]]
# weight = 1
# identifier = "categories"
# name = "Categories"
# pre = "<i class=\"sidebar-button-icon fa fa-lg fa-bookmark\"></i>"
# url = "/categories"
#[[menu.main]]
# weight = 2
# identifier = "tags"
# name = "Tags"
# pre = "<i class=\"sidebar-button-icon fa fa-lg fa-tags\"></i>"
# url = "/tags"
[[menu.main]]
weight = 4
identifier = "calendar"
name = "Calendar"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-calendar-o\"></i>"
url = "/page/calendar"
[[menu.main]]
weight = 5
identifier = "support"
name = "Support"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-life-ring\"></i>"
url = "/page/support"
[[menu.main]]
weight = 6
identifier = "about"
name = "About"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-info\"></i>"
url = "/page/about"
[[menu.main]]
weight = 6
identifier = "imprint"
name = "Imprint"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-info\"></i>"
url = "/page/imprint"
[[menu.links]]
weight = 1
identifier = "twitter"
name = "Twitter"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-twitter\"></i>"
url = "https://twitter.com/xHain_hackspace"
[[menu.links]]
weight = 2
identifier = "mail"
name = "Mail"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-envelope-o\"></i>"
url = "mailto:[email protected]?subject=http://x-hain.de"
[[menu.links]]
weight = 3
identifier = "github"
name = "GitHub"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-github\"></i>"
url = "https://github.com/xHain-hackspace"
[[menu.misc]]
weight = 0
identifier = "rss"
name = "RSS"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-rss\"></i>"
url = "/index.xml"
[author]
name = "xHain hack+makespace"
picture = "images/global/xhain_logo_small.png"
twitter = "xHain_hackspace"
location = "Grünberger Str. 14 10243 Berlin"
#gravatarEmail = "[email protected]"
[params]
dateFormat = "2. January 2006"
clearReading = true
hierarchicalCategories = true
description = "Hack- & Makespace im Herzen von Friedrichshain, Bastelstube für Technikinteressierte + Raum für Netzpolitisches"
sidebarBehavior = 1
coverImage = "global/background-cover.jpg"
imageGallery = true
thumbnailImage = true
thumbnailImagePosition = "right"
autoThumbnailImage = true
favicon = "images/favicons/"
#archivePagination = true
#categoryPagination = true
#tagPagination = true
#github = "xHain-hackspace"
#twitter = "xHain_hackspace"
#email = "[email protected]"
#slack = "xhain"
#copyright = "<a href=\"https://github.com/kakawait\">kakawait</a>"