-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathhugo.toml
154 lines (124 loc) · 3.21 KB
/
hugo.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
baseURL = "https://festiwalswiatla.hs3.pl/"
languageCode = "pl-pl"
title = "Festiwal Światła"
timeout = 600000
DefaultContentLanguage = "pl"
[module]
[module.hugoVersion]
extended = true
min = "0.128.0"
[[module.imports]]
path = 'github.com/DoomHammer/hugo-serif-theme'
[[module.imports]]
path = 'github.com/DoomHammer/hugo-shortcode-gallery'
theme = ["hugo-serif-theme", "hugo-shortcode-gallery"]
[[module.mounts]]
source = 'en/content/galeria'
target = 'en/content/galeria'
[[module.mounts]]
source = 'pl/content/galeria'
target = 'en/content/galeria'
[languages]
[languages.pl]
languageName = "🇵🇱"
contentDir = 'content/pl'
[languages.en]
title = "Festival of Light 2024"
contentDir = 'content/en'
languageName = "🇬🇧"
[params]
# In most cases you will only want to set the google_analytics_id OR the google_tag_manager_id. If you have Google Analytics included in your GTM tags don't put your GA ID here. Otherwise your data might be useless.
google_analytics_id = ""
google_tag_manager_id = ""
custom_css = ["css/custom.css"]
custom_js = ["js/custom.js"]
[params.homepage]
show_contact_box = true # show / hide the contaxt box on the homepage
show_services_button = true # show / hide the "view all services" button
[params.logo]
mobile = "images/logo/newlogo.svg"
mobile_height = "36px"
desktop = "images/logo/newlogo.svg"
desktop_height = "36px"
alt = "Logo Festiwalu Światła - FŚ"
[params.fonts]
# sets the google font link in layouts/partials/google-fonts.html
google_fonts = 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap'
heading = "Poppins"
base = "Poppins"
[params.colors]
primary = "#956dfe"
black = "#000000"
white = "#ffffff"
white_offset = "#f6f7ff"
grey = "#8b8b8b"
[params.seo]
meta_twitter_site = "@hs3city"
meta_twitter_creator = "@hs3city"
meta_og_image = "https://festiwalswiatla.hs3.pl/images/program/program2022.png"
[params.team]
summary_large_truncate = 120 # How many characters to include in the summary of the team bios (large layout) before truncating
[languages.pl.params.footer]
copyright_text = 'Dołącz do nas!'
copyright_link = '/kontakt'
[languages.en.params.footer]
copyright_text = 'Join us!'
copyright_link = '/kontakt'
[menu]
# Main Menu
[[menu.main]]
identifier = "about-us"
url = "/o-nas/"
weight = 5
[[menu.main]]
identifier = "gallery"
url = "/galeria/"
weight = 6
[[menu.main]]
identifier = "contact"
url = "/kontakt/"
weight = 7
[[menu.main]]
identifier = "program"
url = "/program/"
weight = 1
[[menu.main]]
identifier = "exhibitions"
url = "/wystawy/"
weight = 2
[[menu.main]]
identifier = "workshops"
url = "/warsztaty/"
weight = 2
[[menu.main]]
identifier = "shows"
url = "/pokazy/"
weight = 3
[[menu.main]]
identifier = "artists"
url = "/artysci/"
weight = 4
[[menu.main]]
identifier = "previous-editions"
url = "/poprzednie-edycje/"
weight = 8
# Footer Menu
[[menu.footer]]
identifier = "contact"
url = "/kontakt/"
weight = 2
[[menu.footer]]
identifier = "homepage"
url = "/"
weight = 1
[[menu.footer]]
name = "Hackerspace Trójmiasto"
url = "https://hs3.pl"
weight = 3
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.renderHooks]
[markup.goldmark.renderHooks.image]
enableDefault = true