-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (43 loc) · 1014 Bytes
/
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
baseURL = "http://www.swisscom.com"
languageCode = "en-us"
title = "Swisscom Student Day"
theme = "hugo-coder"
paginate = 20
enableEmoji = true
pygmentsStyle = "monokai"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[params]
author = "Swisscom Student Day 2022"
info = "Deploy yourself to the Cloud!"
description = "Example hugo site for the Cloud workshop"
keywords = "blog,developer,personal"
avatarurl = "images/avatar.png"
since = 2022
colorScheme = "auto"
hidecolorschemetoggle = false
# Social links
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/swisscom"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
weight = 3
url = "https://twitter.com/swisscom"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "posts/"
[[menu.main]]
name = "About"
weight = 2
url = "about/"