diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2695d52..2c22b10 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.137.1 + HUGO_VERSION: 0.144.2 steps: - name: Install Hugo CLI run: | @@ -50,13 +50,12 @@ jobs: HUGO_ENVIRONMENT: production TZ: America/Los_Angeles run: | - git clone --depth 1 --branch v0.11.0 https://github.com/google/docsy.git themes/docsy - sed -i 's/fixed/relative/g' themes/docsy/assets/scss/_nav.scss + git clone --recursive --depth 1 --branch master https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod git clone --depth 1 --branch 6.7.0 https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome git clone --depth 1 --branch v5.3.3 https://github.com/twbs/bootstrap.git themes/github.com/twbs/bootstrap hugo \ --gc \ - --theme docsy \ + --theme PaperMod \ --minify \ --baseURL "${{ steps.pages.outputs.base_url }}/" - name: Upload artifact diff --git a/hugo.toml b/hugo.toml index 6235596..5e21304 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://kernelci.github.io/kci-dev/' +baseURL = 'https://kci.dev/' languageCode = 'en-us' title = 'kci-dev' description = 'Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI' @@ -7,14 +7,14 @@ contentDir = "docs/" pygmentsCodeFences = true pygmentsUseClasses = false pygmentsUseClassic = false -pygmentsStyle = "tango" +pygmentsStyle = "monokai" [markup] [markup.goldmark] [markup.goldmark.renderer] unsafe = true [markup.highlight] - style = "tango" + style = "monokai" [params.ui] sidebar_search_disable = true