-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathconfig.toml
83 lines (68 loc) · 2.09 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
contentDir="topics"
baseURL = "/"
title = "Maistra.io"
theme = "hugo-theme-learn-master"
enableRobotsTXT = true
PygmentsCodeFences = true
canonifyurls = false
ignorefiles=["DRAFTS/.*"]
languageCode = "en-US"
alwaysopen=true
# make URLs ending in .html
uglyurls = true
# 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 = "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"
[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-bullhorn'></i> Contribute"
url = "/contribute"
weight = 30
[outputs]
home = [ "HTML", "RSS", "JSON"]