Skip to content

Commit a0d7fcf

Browse files
authored
Merge pull request #119 from aliceinwire/hugo_docs
Update hugo website
2 parents e62d3fb + 09cbc5c commit a0d7fcf

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

hugo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://kernelci.github.io/kci-dev/'
1+
baseURL = 'https://kci.dev/'
22
languageCode = 'en-us'
33
title = 'kci-dev'
44
description = 'Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI'
@@ -7,14 +7,14 @@ contentDir = "docs/"
77
pygmentsCodeFences = true
88
pygmentsUseClasses = false
99
pygmentsUseClassic = 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]
2020
sidebar_search_disable = true

0 commit comments

Comments
 (0)