diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce4299d..d460e16 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.0 - name: Build and deploy - uses: shalzz/zola-deploy-action@v0.17.2 + uses: shalzz/zola-deploy-action@v0.19.2 env: PAGES_BRANCH: gh-pages GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/config.toml b/config.toml index 05cd174..7def840 100644 --- a/config.toml +++ b/config.toml @@ -7,11 +7,6 @@ base_url = "https://proseandconst.xyz" # Whether to automatically compile all Sass files in the sass directory compile_sass = true -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = true -highlight_theme = "ayu-dark" - # Whether to build a search index to be used later on by a JavaScript library build_search_index = true @@ -19,7 +14,13 @@ taxonomies = [ { name = "tags" } ] -generate_feed = true +generate_feeds = true + +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +[markdown] +highlight_code = true +highlight_theme = "ayu-dark" [extra] # Put all your custom variables here