forked from maistra/maistra.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
93 lines (77 loc) · 2.32 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
contentDir="topics"
baseURL = "/"
title = "Maistra.io"
theme = "hugo-theme-learn-master"
enableRobotsTXT = true
PygmentsCodeFences = true
canonifyurls = false
ignorefiles=["DRAFTS/.*"]
languageCode = "en-US"
# Disqus Username
disqusShortname = "disqus_shortname"
# Copyright of your post
copyright = "© This post is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License,please give source if you wish to quote or reproduce."
# Initial site menu, you can extend menu with content.
[[menu.main]]
name = "Docs"
weight = 1
identifier = "docs"
url = "/docs/"
[[menu.main]]
name = "Blog"
weight = 2
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "Contribute"
weight = 3
identifier = "contribute"
url = "/contribute/"
# Social icons to be shown on the right-hand side of the navigation bar
# The "name" field should match the name of the icon to be used
# The list of available icons can be found at http://fontawesome.io/icons/
[[menu.icon]]
url = "https://github.com/maistra"
name = "github"
weight = 1
[[menu.icon]]
url = "https://twitter.com/maistraio"
name = "twitter"
weight = 2
[params]
themeVariant="blue"
ordersectionsby="weight"
disableBreadcrumb = true
disableNextPrev = true
showVisitedLinks = false
disableInlineCopyToClipBoard = true
accent = "#006264"
backgroundColor = "#f5f5f5"
highlightLanguages = ["r", "bash", "go", "yaml"]
# Sets the meta tag description
description = "HTML5 UP theme, Future Imperfect with some extra goodies, ported by Julio Pescador. Powered by Hugo"
# Sets the navbarTitle that appears in the top left of the navigation bar
navbarTitle = "Maistra"
# Sets where "View More Posts" links
viewMorePostLink = "/blog/"
[Languages]
[Languages.en]
title = "Maistra.io -- Istio for OpenShift"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/maistra/istio"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> Blog"
identifier = "hugodoc"
url = "/blog"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Contribute"
url = "/contribute"
weight = 30
[outputs]
home = [ "HTML", "RSS", "JSON"]