-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathhugo.yaml
More file actions
92 lines (91 loc) · 2.18 KB
/
hugo.yaml
File metadata and controls
92 lines (91 loc) · 2.18 KB
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
baseURL: https://splunk.github.io/
relativeURLs: false
#canonifyURLs: true
noChmod: true
#contentDir: content/en
title: Splunk Observability Cloud Workshops
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
enableMissingTranslationPlaceholders: false
enableRobotsTXT: true
enableGitInfo: true
module:
hugoVersion:
extended: true
min: 0.155.3
max: 0.155.3
imports:
- path: github.com/McShelby/hugo-theme-relearn
languages:
en:
title: "Splunk Observability Cloud Workshops"
languageName: English
languageCode: en
contentDir: content/en
weight: 1
ja:
title: "Splunk Observability Cloud Workshops"
contentDir: content/ja
languageCode: ja
languageName: 日本語
weight: 2
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
parser:
attribute:
block: true
outputs:
home:
- HTML
- PRINT
section:
- HTML
- PRINT
# page:
# - HTML
# - PRINT
params:
alwaysopen: false
showVisitedLinks: true
collapsibleMenu: true
search.disable: false
disableBreadcrumb: false
disableInlineCopyToClipBoard: true
disableNextPrev: false
disableLandingPageButton: false
titleSeparator: "::"
themeVariant: ["auto", "splunk-light", "splunk-dark"]
additionalContentLanguage: ["ja"]
# versions:
# - version: latest
# url: ""
# - version: v5.94
# url: https://splunk.github.io/observability-workshop/v5.94
# - version: v5.95
# url: https://splunk.github.io/observability-workshop/v5.95
url_latest_version: https://splunk.github.io/observability-workshop/
stable_otel_version: 0.136.0
imageEffects:
border: false
shadow: false
boxStyle:
- color: "#ce0070"
i18n: ""
icon: circle-info
identifier: splunk
title: Splunk
menu:
shortcuts:
- name: "<i class='fab fa-fw fa-github'></i> GitHub Repository"
url: "https://github.com/splunk/observability-workshop"
weight: 10
- name: <i class="fab fa-fw fa-wpexplorer"></i> OpenTelemetry
url: "https://opentelemetry.io"
weight: 20
- name: <i class="fab fa-fw fa-twitter"></i> Twitter
url: "https://twitter.com/splunk"
weight: 30