File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2222 build :
2323 runs-on : ubuntu-latest
2424 env :
25- HUGO_VERSION : 0.137.1
25+ HUGO_VERSION : 0.144.2
2626 steps :
2727 - name : Install Hugo CLI
2828 run : |
@@ -50,13 +50,12 @@ jobs:
5050 HUGO_ENVIRONMENT : production
5151 TZ : America/Los_Angeles
5252 run : |
53- git clone --depth 1 --branch v0.11.0 https://github.com/google/docsy.git themes/docsy
54- sed -i 's/fixed/relative/g' themes/docsy/assets/scss/_nav.scss
53+ git clone --recursive --depth 1 --branch master https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
5554 git clone --depth 1 --branch 6.7.0 https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
5655 git clone --depth 1 --branch v5.3.3 https://github.com/twbs/bootstrap.git themes/github.com/twbs/bootstrap
5756 hugo \
5857 --gc \
59- --theme docsy \
58+ --theme PaperMod \
6059 --minify \
6160 --baseURL "${{ steps.pages.outputs.base_url }}/"
6261 - name : Upload artifact
Original file line number Diff line number Diff line change 1- baseURL = ' https://kernelci.github.io/ kci- dev/'
1+ baseURL = ' https://kci. dev/'
22languageCode = ' en-us'
33title = ' kci-dev'
44description = ' Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI'
@@ -7,14 +7,14 @@ contentDir = "docs/"
77pygmentsCodeFences = true
88pygmentsUseClasses = false
99pygmentsUseClassic = false
10- pygmentsStyle = " tango "
10+ pygmentsStyle = " monokai "
1111
1212[markup ]
1313 [markup .goldmark ]
1414 [markup .goldmark .renderer ]
1515 unsafe = true
1616 [markup .highlight ]
17- style = " tango "
17+ style = " monokai "
1818
1919[params .ui ]
2020sidebar_search_disable = true
You can’t perform that action at this time.
0 commit comments