Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name: Build and deploy website preview

env:
ZOLA_VERSION: "0.20.0"
ZOLA_VERSION: "0.22.1"
CNAME: "coderefinery.org"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-upon-push-or-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name: Build and deploy website upon push or merge to main

env:
ZOLA_VERSION: "0.20.0"
ZOLA_VERSION: "0.22.1"
CNAME: "coderefinery.org"

on:
Expand Down
8 changes: 3 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ slugify.paths = "off"

generate_feeds = 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
highlight_theme = "cheerfully-light"
# Syntax highlighting settings
[markdown.highlighting]
theme = "one-light"

[link_checker]
# leads sometimes to "too many redirects" but we can assume the DOI links to not break
Expand Down