-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
51 lines (47 loc) · 1.18 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
baseURL = "https://ylitalot.com/"
title = "(Dev)Ops observations"
copyright = "Juha Ylitalo <[email protected]>"
hasCJKLanguage = false
languageCode = "en"
theme = "hugo-coder"
paginate = 10
[menus]
main = [
{Name="Blog", URL="/posts", Weight=1},
{Name="About", URL="/about", Weight=100}
]
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/jylitalo/"
[[params.social]]
name = "Email"
icon = "fa fa-envelope fa-2x"
weight = 2
url = "mailto:[email protected]"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin fa-2x"
weight = 3
url = "https://linkedin.com/in/jylitalo/"
[[params.social]]
name = "RSS"
icon = "fa fa-2x fa-rss"
weight = 4
url = "/index.xml"
rel = "alternate"
type = "application/rss+xml"
[params]
author = "Juha Ylitalo"
info = "working on cloud infrastructure"
description = "Observations from working in cloud environments"
keywords = "blog,developer,personal"
avatarURL = "/images/avatar.jpg"
gravatar = "[email protected]"
since = "2015"
email = "[email protected]"
mainSections = ["posts"]
colorScheme = "auto"
[languages.en]
languageName = ":uk:"