diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a1d189c..c1cf2bc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: ref: ${{ env.BRANCH }} - name: Run Zola - uses: shalzz/zola-deploy-action@v0.19.2 + uses: shalzz/zola-deploy-action@v0.22.1 env: BUILD_ONLY: true diff --git a/config.extension.toml b/config.extension.toml index 28b8f5b..90b4e79 100644 --- a/config.extension.toml +++ b/config.extension.toml @@ -24,10 +24,12 @@ include_path = true # Whether to include the rendered content of the page/section in the index include_content = true -[markdown] -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = true +[markdown.highlighting] +# Theme can be customised by setting the `theme` variable to a theme supported by Zola +theme = "slack-dark" + +# Whether to error when a theme is missing highlights for a specific language +error_on_missing_language = true [extra] # Docs BlueOS extension manages software versions at root docs path diff --git a/config.toml b/config.toml index 3601a2f..1d29335 100644 --- a/config.toml +++ b/config.toml @@ -24,10 +24,12 @@ include_path = true # Whether to include the rendered content of the page/section in the index include_content = true -[markdown] -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = true +[markdown.highlighting] +# Theme can be customised by setting the `theme` variable to a theme supported by Zola +theme = "slack-dark" + +# Whether to error when a theme is missing highlights for a specific language +error_on_missing_language = true [extra] version_choices = "@/data.json"