-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
103 lines (78 loc) · 2.22 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
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
######################## default configuration ####################
baseURL = "https://kubecloud.github.io/website/"
canonifyURLs = false
languageCode = "en-us"
title = "kubecloud"
summaryLength = "50"
paginate = 6
disqusShortname = ""
[outputs]
home = ["HTML", "AMP", "RSS", "JSON"]
############################# Plugins ##############################
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
URL = "plugins/themify-icons/themify-icons.css"
# JS Plugins
[[params.plugins.js]]
URL = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
URL = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
URL = "plugins/search/fuse.min.js"
[[params.plugins.js]]
URL = "plugins/search/mark.js"
[[params.plugins.js]]
URL = "plugins/search/search.js"
############################## navigation ###############################
[menu]
# main menu
[[menu.main]]
name = "About"
URL = "about"
weight = 3
# footer menu
# main menu
[[menu.footer]]
name = "Blog"
URL = "blog"
weight = 2
[[menu.footer]]
name = "About"
URL = "about/about"
weight = 3
#################### default parameters ################################
[params]
logo = "images/kubecloud.png"
footerLogo = "images/kubecloud.png"
home = "Home"
# Meta data
description = "Kubernetes, Raspberry Pi, Cloud Native"
author = "kubecloud.io"
# Google Analitycs
googleAnalitycsID = "Your ID"
location = "Aarhus, Denmark"
# copyright
copyright = " @2020 [kubecloid.io](https://kubecloud.io) All Rights Reserved "
# Preloader
[params.preloader]
enable = true
preloader = "" # use .png , .svg or .gif format
# search
[params.search]
enable = true
############################# social site ########################
[[params.social]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "https://twitter.com/phennex"
[[params.social]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "https://twitter.com/mrjensens"
[[params.social]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "https://github.com/kubecloud"