forked from sbueringer/kubecon-slides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (38 loc) · 1.07 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
baseURL= "https://sbueringer.github.io/kubecon-slides"
languageCode = "en-us"
title = "KubeCon Slides"
theme = "meghna-hugo"
# Google Analytics
googleAnalytics = "UA-119567122-2"
custom_css = ["css/custom.css"]
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
# Menu
[menu]
# Site params
[params]
home= "Overview"
logo = "images/logo.png"
# Meta data
description = "Airspace Hugo theme"
author = "Themefisher"
# footer
[params.footer]
copyright = "Themefisher Team"
copyrightURL = "http://www.themefisher.com"
[[params.footer.socialIcon]]
icon = "tf-ion-social-twitter"
url = "https://twitter.com/sbueringer"
[[params.footer.socialIcon]]
icon = "tf-ion-social-github"
url = "https://github.com/sbueringer"
[[params.footer.socialIcon]]
icon = "tf-ion-social-facebook"
url = "https://www.facebook.com/stefan.buringer"
[[params.footer.socialIcon]]
icon = "tf-ion-social-linkedin"
url = "https://www.linkedin.com/in/stefan-b%C3%BCringer-a1b33258"