Skip to content

Commit 5502cab

Browse files
committed
rename hugo.yaml
1 parent b99d7ef commit 5502cab

File tree

3 files changed

+148
-141
lines changed

3 files changed

+148
-141
lines changed

config.yaml

Lines changed: 46 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -6,78 +6,7 @@ defaultContentLanguageInSubdir: false
66
enableMissingTranslationPlaceholders: true
77
enableRobotsTXT: true
88
theme:
9-
- github.com/google/docsy
10-
- github.com/google/docsy/dependencies
11-
enableGitInfo: true
12-
taxonomies:
13-
tag: tags
14-
category: categories
15-
params:
16-
taxonomy:
17-
taxonomyCloud:
18-
- tags
19-
- categories
20-
taxonomyCloudTitle:
21-
- Tag Cloud
22-
- Categories
23-
taxonomyPageHeader:
24-
- tags
25-
- categories
26-
pygmentsCodeFences: true
27-
pygmentsUseClasses: false
28-
pygmentsUseClassic: false
29-
pygmentsStyle: tango
30-
copyright: Splunk Inc.
31-
privacy_policy: ''
32-
archived_version: false
33-
version_menu: Releases
34-
versions:
35-
- version: latest
36-
url: https://splunk.github.io/observability-workshop/latest/
37-
- version: v4.53
38-
url: https://splunk.github.io/observability-workshop/v4.53
39-
- version: v4.54
40-
url: https://splunk.github.io/observability-workshop/v4.54
41-
url_latest_version: https://splunk.github.io/observability-workshop/
42-
#github_repo: https://github.com/splunk/observability-workshop
43-
#github_project_repo: https://github.com/splunk/observability-workshop
44-
#gcs_engine_id: d72aa9b2712488cc3
45-
workshop_menu: More Workshops
46-
workshop_menu_urls:
47-
- name: Pet Clinic Java Workshop
48-
url: https://splunk.github.io/observability-workshop/latest/pet-clinic/
49-
- name: O11y Bootcamp
50-
url: https://splunk.github.io/observability-workshop/latest/bootcamp/
51-
- name: Resources
52-
url: https://splunk.github.io/observability-workshop/latest/resources/
53-
algolia_docsearch: false
54-
offlineSearch: true
55-
ui:
56-
breadcrumb_disable: false
57-
footer_about_disable: false
58-
navbar_logo: true
59-
navbar_translucent_over_cover_disable: false
60-
sidebar_menu_compact: false
61-
sidebar_search_disable: false
62-
sidebar_menu_foldable: false
63-
readingtime:
64-
enable: true
65-
links:
66-
developer:
67-
- name: "GitHub"
68-
url: "https://github.com/splunk/observability-workshop"
69-
icon: "fab fa-github"
70-
user:
71-
- name: Twitter
72-
url: 'https://twitter.com/splunk'
73-
icon: fab fa-twitter
74-
desc: Follow us on Twitter to get the latest news!
75-
permalinks:
76-
blog: '/:section/:year/:month/:day/:slug/'
77-
imaging:
78-
resampleFilter: CatmullRom
79-
quality: 75
80-
anchor: smart
9+
- github.com/McShelby/hugo-theme-relearn
8110
languages:
8211
en:
8312
title: 'Splunk Observability Cloud Workshops'
@@ -87,16 +16,58 @@ languages:
8716
ja:
8817
title: 'Splunk Observability Cloud Workshops'
8918
description: Splunk Observability ワークショップ
90-
languageName: 日本語
9119
contentDir: content/ja
20+
languageName: 日本語
21+
weight: 2
9222
markup:
9323
goldmark:
9424
renderer:
9525
unsafe: true
96-
handwrap: false
9726
highlight:
98-
style: manni
27+
style: tango
9928
outputs:
29+
home:
30+
- HTML
31+
- RSS
32+
- PRINT
33+
- SEARCH
34+
- SEARCHPAGE
10035
section:
10136
- HTML
10237
- RSS
38+
- PRINT
39+
page:
40+
- HTML
41+
- RSS
42+
- PRINT
43+
params:
44+
description: "Splunk Observability Workshops"
45+
showVisitedLinks: true
46+
collapsibleMenu: true
47+
disableBreadcrumb: false
48+
disableInlineCopyToClipBoard: true
49+
disableNextPrev: false
50+
disableLandingPageButton: false
51+
titleSeparator: "::"
52+
themeVariant: ["splunk-light", "splunk-dark", "aws"]
53+
additionalContentLanguage: [ "ja" ]
54+
versions:
55+
- version: latest
56+
url: https://splunk.github.io/observability-workshop/latest/
57+
- version: v4.53
58+
url: https://splunk.github.io/observability-workshop/v4.53
59+
- version: v4.54
60+
url: https://splunk.github.io/observability-workshop/v4.54
61+
url_latest_version: https://splunk.github.io/observability-workshop/
62+
menu:
63+
shortcuts:
64+
- name: "<i class='fab fa-fw fa-github'></i> GitHub Repository"
65+
url: "https://github.com/splunk/observability-workshop"
66+
weight: 10
67+
- name: <i class="fab fa-fw fa-wpexplorer"></i> OpenTelemetry
68+
url: "https://opentelemetry.io"
69+
weight: 20
70+
- name: <i class="fab fa-fw fa-twitter"></i> Twitter
71+
url: "https://twitter.com/splunk"
72+
weight: 30
73+

config.yaml.old

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
baseURL: https://splunk.github.io/
2+
title: Splunk Observability Cloud Workshops
3+
contentDir: content/en
4+
defaultContentLanguage: en
5+
defaultContentLanguageInSubdir: false
6+
enableMissingTranslationPlaceholders: true
7+
enableRobotsTXT: true
8+
theme:
9+
- github.com/google/docsy
10+
- github.com/google/docsy/dependencies
11+
enableGitInfo: true
12+
taxonomies:
13+
tag: tags
14+
category: categories
15+
params:
16+
taxonomy:
17+
taxonomyCloud:
18+
- tags
19+
- categories
20+
taxonomyCloudTitle:
21+
- Tag Cloud
22+
- Categories
23+
taxonomyPageHeader:
24+
- tags
25+
- categories
26+
pygmentsCodeFences: true
27+
pygmentsUseClasses: false
28+
pygmentsUseClassic: false
29+
pygmentsStyle: tango
30+
copyright: Splunk Inc.
31+
privacy_policy: ''
32+
archived_version: false
33+
version_menu: Releases
34+
versions:
35+
- version: latest
36+
url: https://splunk.github.io/observability-workshop/latest/
37+
- version: v4.53
38+
url: https://splunk.github.io/observability-workshop/v4.53
39+
- version: v4.54
40+
url: https://splunk.github.io/observability-workshop/v4.54
41+
url_latest_version: https://splunk.github.io/observability-workshop/
42+
#github_repo: https://github.com/splunk/observability-workshop
43+
#github_project_repo: https://github.com/splunk/observability-workshop
44+
#gcs_engine_id: d72aa9b2712488cc3
45+
workshop_menu: More Workshops
46+
workshop_menu_urls:
47+
- name: Pet Clinic Java Workshop
48+
url: https://splunk.github.io/observability-workshop/latest/pet-clinic/
49+
- name: O11y Bootcamp
50+
url: https://splunk.github.io/observability-workshop/latest/bootcamp/
51+
- name: Resources
52+
url: https://splunk.github.io/observability-workshop/latest/resources/
53+
algolia_docsearch: false
54+
offlineSearch: true
55+
ui:
56+
breadcrumb_disable: false
57+
footer_about_disable: false
58+
navbar_logo: true
59+
navbar_translucent_over_cover_disable: false
60+
sidebar_menu_compact: false
61+
sidebar_search_disable: false
62+
sidebar_menu_foldable: false
63+
readingtime:
64+
enable: true
65+
links:
66+
developer:
67+
- name: "GitHub"
68+
url: "https://github.com/splunk/observability-workshop"
69+
icon: "fab fa-github"
70+
user:
71+
- name: Twitter
72+
url: 'https://twitter.com/splunk'
73+
icon: fab fa-twitter
74+
desc: Follow us on Twitter to get the latest news!
75+
permalinks:
76+
blog: '/:section/:year/:month/:day/:slug/'
77+
imaging:
78+
resampleFilter: CatmullRom
79+
quality: 75
80+
anchor: smart
81+
languages:
82+
en:
83+
title: 'Splunk Observability Cloud Workshops'
84+
description: Splunk Observability Workshops
85+
languageName: English
86+
weight: 1
87+
ja:
88+
title: 'Splunk Observability Cloud Workshops'
89+
description: Splunk Observability ワークショップ
90+
languageName: 日本語
91+
contentDir: content/ja
92+
markup:
93+
goldmark:
94+
renderer:
95+
unsafe: true
96+
handwrap: false
97+
highlight:
98+
style: manni
99+
outputs:
100+
section:
101+
- HTML
102+
- RSS

hugo.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)