forked from fission/blog.fission.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
119 lines (100 loc) · 3.21 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
############################ Default configuration #########################
baseURL = "https://blog.fission.io"
languageCode = "en-us"
# site title
title = "Fission: FaaS for Kubernetes"
# theme
theme = "northendlab-hugo"
# post pagination
paginate = "8"
# post excerpt
summaryLength = "20"
# disqus short name
# disqusShortname = "" # get your shortname form here : https://disqus.com
[outputs]
home = ["HTML", "AMP", "RSS", "JSON"]
########################## Plugings ######################################
# css plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
# js plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/search/fuse.min.js"
[[params.plugins.js]]
link = "plugins/search/mark.js"
[[params.plugins.js]]
link = "plugins/search/search.js"
########################### Navigation ###################################
# main menu
[[menu.main]]
URL = "https://docs.fission.io/latest/installation/"
name = "Install"
weight = 1
[[menu.main]]
URL = "https://github.com/fission/fission"
name = "GitHub"
weight = 2
[[menu.main]]
URL = "https://join.slack.com/t/fissionio/shared_invite/enQtOTI3NjgyMjE5NzE3LTllODJiODBmYTBiYWUwMWQxZWRhNDhiZDMyN2EyNjAzMTFiYjE2Nzc1NzE0MTU4ZTg2MzVjMDQ1NWY3MGJhZmE"
name = "Join Slack"
weight = 2
# footer menu
[[menu.footer]]
URL = "https://join.slack.com/t/fissionio/shared_invite/enQtOTI3NjgyMjE5NzE3LTllODJiODBmYTBiYWUwMWQxZWRhNDhiZDMyN2EyNjAzMTFiYjE2Nzc1NzE0MTU4ZTg2MzVjMDQ1NWY3MGJhZmE"
name = "Join Slack"
weight = 1
[[menu.footer]]
URL = "https://github.com/fission/fission"
name = "GitHub"
weight = 2
######################### Default Parameters ###########################
[params]
# home
home = "Home"
# logo
logo = "/images/logo_small.png"
# meta data
author = "Themefisher"
description = "This is meta description"
# google tag manager
google_tag_manager = "" # your id
# google analitycs ID
google_analitycs_id = "" # your id
# contact form action
# copyright
copyright = "© 2020 Fission Developers All Rights Reserved"
# preloader
[params.preloader]
enable = true
preloader = "" # use png, jpg, svg or gif format
# search
[params.search]
enable = true
####################### banner #######################################
[params.banner]
#bgImage = "/images/fission-chart2.png"
#image = "images/fission-chart2.png"
title = "Fission: An open source, Kubernetes-native Serverless Framework"
######################## call to action ###############################
[params.cta]
enable = false
image = "images/hugo-muscot.svg"
title = "Get the best hugo templates"
description = "Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus."
[params.cta.button]
enable = true
label = "Visit Here"
link = "https://gethugothemes.com/shop/"
############################## Social Site ##########################
[[params.social]]
icon = "ti-twitter-alt" # themify icon pack https://themify.me/themify-icons
link = "https://twitter.com/fissionio"
[[params.social]]
icon = "ti-github" # themify icon pack https://themify.me/themify-icons
link = "https://github.com/fission/fission"