Skip to content

Commit ca02fde

Browse files
committed
Fixed showVistedLinks
1 parent 552bef4 commit ca02fde

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
baseURL: https://splunk.github.io/
22
canonifyURLs: true
3+
relativeURLs: true
34
title: Splunk Observability Cloud Workshops
45
contentDir: content/en
56
defaultContentLanguage: en
67
defaultContentLanguageInSubdir: false
78
enableMissingTranslationPlaceholders: true
89
enableRobotsTXT: true
10+
module:
11+
imports:
12+
- path: github.com/McShelby/hugo-theme-relearn
913
theme:
1014
- github.com/McShelby/hugo-theme-relearn
1115
languages:
@@ -42,9 +46,11 @@ outputs:
4246
- RSS
4347
- PRINT
4448
params:
49+
alwaysopen: false
4550
description: "Splunk Observability Workshops"
4651
showVisitedLinks: true
4752
collapsibleMenu: true
53+
disableSearch: false
4854
disableBreadcrumb: false
4955
disableInlineCopyToClipBoard: true
5056
disableNextPrev: false

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ module github.com/splunk/observability-workshop
22

33
go 1.19
44

5-
require (
6-
github.com/McShelby/hugo-theme-relearn v0.0.0-20230207170935-b40a766395ee // indirect
7-
)
5+
require github.com/McShelby/hugo-theme-relearn v0.0.0-20230214203931-8b2380da2dcc // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/McShelby/hugo-theme-relearn v0.0.0-20230207170935-b40a766395ee h1:JiMs1U4eSVO+1mYtyDw54EKYQyldS8SVC6ly0jjCQVM=
2-
github.com/McShelby/hugo-theme-relearn v0.0.0-20230207170935-b40a766395ee/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
1+
github.com/McShelby/hugo-theme-relearn v0.0.0-20230214203931-8b2380da2dcc h1:6SA5dJP71ik1Ex4n+5+ngPx8eq6fU3P1EIyJUVvL4+w=
2+
github.com/McShelby/hugo-theme-relearn v0.0.0-20230214203931-8b2380da2dcc/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=

static/css/theme-splunk-light.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- remove `markup.highlight.noClasses` from your config.toml
44
- set `markup.highlight.style` to a predefined style name in your config.toml
55
- remove the following `@import` of the self-defined chroma stylesheet */
6+
@import "chroma-splunk-light.css";
67

78
:root {
89
--MAIN-TEXT-color: #323232;

0 commit comments

Comments
 (0)