-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
168 lines (157 loc) · 4.63 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
baseURL = 'https://romug.ro'
title = 'RomUG'
theme = "LoveIt"
#enable emoji - default = false
enableEmoji = true
[params.social]
linkedin = "company/romug"
twitter = "@RomanianUG"
facebook = "RomanianUG"
#meetup = "members/396952579/"
eventbrite = "https://www.eventbrite.com/o/romanian-user-group-68352661633"
# determines default content language ["en", "ro",...]
defaultContentLanguage = "ro"
languageCode = 'ro'
[languages]
[languages.ro]
weight = 1
title = "RomUG"
languageCode = "ro"
languageName = "Romana"
[languages.ro.menu]
[[languages.ro.menu.main]]
weight = 1
identifier = "events"
pre = ""
post = ""
name = "Evenimente"
url = "/events/"
title = ""
[[languages.ro.menu.main]]
weight = 2
identifier = "about"
pre = ""
post = ""
name = "Despre noi"
url = "/about/"
title = ""
[[languages.ro.menu.main]]
weight = 3
identifier = "sponsors"
pre = ""
post = ""
name = "Sponsori"
url = "/sponsors/"
title = ""
[[languages.ro.menu.main]]
weight = 4
identifier = "github"
pre = "<i class='fab fa-github fa-fw' aria-hidden='true'></i>"
post = ""
name = ""
url = "https://github.com/romanianUG"
title = "GitHub"
[languages.ro.params.home]
#rss = 10
[languages.ro.params.home.profile]
subtitle = "RomUG - Connect, Empower, Innovate!"
[languages.ro.params.footer]
enable = true
# Custom content (HTML format is supported)
custom = "RomUG - Creat cu ajutorul Hugo și hostat prin Netlify"
[languages.en]
weight = 2
title = "RomUG"
languageCode = "en"
languageName = "English"
[languages.en.menu]
[[languages.en.menu.main]]
weight = 1
identifier = "events"
pre = ""
post = ""
name = "Events"
url = "/events/"
title = ""
[[languages.en.menu.main]]
weight = 2
identifier = "about"
pre = ""
post = ""
name = "About"
url = "/about/"
title = ""
[[languages.en.menu.main]]
weight = 3
identifier = "sponsors"
pre = ""
post = ""
name = "Sponsors"
url = "/sponsors/"
title = ""
[[languages.en.menu.main]]
weight = 6
identifier = "github"
pre = "<i class='fab fa-github fa-fw' aria-hidden='true'></i>"
post = ""
name = ""
url = "https://github.com/romanianUG"
title = "GitHub"
[languages.en.params.home]
#rss = 10
[languages.en.params.home.profile]
subtitle = "RomUG - Connect, Empower, Innovate!"
[params]
# site default theme ["auto", "light", "dark"]
defaultTheme = "dark"
# website title for Open Graph and Twitter Cards
title = "RomUG"
# website description for RSS, SEO, Open Graph and Twitter Cards
description = "Romanian User Group - Brings Romanian IT professionals passionate about Intune and ConfigMgr together"
# Header config
[params.header]
# desktop header mode ["fixed", "normal", "auto"]
desktopMode = "fixed"
# mobile header mode ["fixed", "normal", "auto"]
mobileMode = "auto"
# Header title config
[params.header.title]
# URL of the LOGO
#logo = "/favicon.ico"
# title name
name = "Romanian User Group"
# you can add extra information before the name (HTML format is supported), such as icons
pre = "<i class='fas fa-solid fa-computer fa-fw' aria-hidden='true'></i>"
# Footer config
[params.footer]
enable = true
# Custom content (HTML format is supported)
custom = "RomUG - Created using Hugo and deployed through Netlify"
# whether to show Hugo and theme info
hugo = false
# whether to show copyright info
copyright = true
# site creation time
since = 2023
# Home page config
[params.home]
# amount of RSS pages
rss = 10
# Home page profile
[params.home.profile]
enable = true
# URL of avatar shown in home page
avatarURL = "/avatar1.png"
# title shown in home page (HTML format is supported)
title = "Romanian User Group"
# subtitle shown in home page (HTML format is supported)
#subtitle = "RomUG - Connect, Empower, Innovate!"
# whether to use typeit animation for subtitle
typeit = true
# whether to show social links
social = true
# Home page posts events
[params.home.events]
enable = true
# special amount of posts in each home posts page
#paginate = 6