Skip to content

Commit

Permalink
Update config and workflow for latest Zola
Browse files Browse the repository at this point in the history
  • Loading branch information
dar5hak committed Oct 6, 2024
1 parent c749248 commit 3eeef36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- 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 }}
13 changes: 7 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ 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

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
Expand Down

0 comments on commit 3eeef36

Please sign in to comment.