File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11baseURL : https://splunk.github.io/
22canonifyURLs : true
3+ relativeURLs : true
34title : Splunk Observability Cloud Workshops
45contentDir : content/en
56defaultContentLanguage : en
67defaultContentLanguageInSubdir : false
78enableMissingTranslationPlaceholders : true
89enableRobotsTXT : true
10+ module :
11+ imports :
12+ - path : github.com/McShelby/hugo-theme-relearn
913theme :
1014 - github.com/McShelby/hugo-theme-relearn
1115languages :
@@ -42,9 +46,11 @@ outputs:
4246 - RSS
4347 - PRINT
4448params :
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
Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ module github.com/splunk/observability-workshop
22
33go 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
Original file line number Diff line number Diff line change 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 =
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments