Skip to content

Commit 6f7dc16

Browse files
committed
⬆️ bump zola version
1 parent 968b0f8 commit 6f7dc16

3 files changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
yarn prod
3131
3232
- name: Zola build and deploy
33-
uses: shalzz/zola-deploy-action@v0.19.2
33+
uses: shalzz/zola-deploy-action@v0.22.0
3434
env:
3535
TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ yarn watch
2424
Or even better :
2525

2626
```bash
27-
docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app -p 1983:1983 ghcr.io/getzola/zola:v0.19.2 serve --interface 0.0.0.0 --port 1983 --base-url localhost
27+
docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app -p 1983:1983 ghcr.io/getzola/zola:v0.22.0 serve --interface 0.0.0.0 --port 1983 --base-url localhost
2828
```

config.toml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,6 @@ build_search_index = true
6666

6767
# Configuration of the Markdown rendering
6868
[markdown]
69-
# When set to "true", all code blocks are highlighted.
70-
highlight_code = true
71-
72-
# A list of directories used to search for additional `.sublime-syntax` files.
73-
extra_syntaxes = []
74-
75-
# The theme to use for code highlighting.
76-
# See below for list of allowed values.
77-
highlight_theme = "css"
78-
79-
highlight_themes_css = [
80-
{ theme = "base16-ocean-dark", filename = "syntax-dark.css" },
81-
{ theme = "base16-ocean-light", filename = "syntax-light.css" },
82-
]
83-
8469
# When set to "true", emoji aliases translated to their corresponding
8570
# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄)
8671
render_emoji = false

0 commit comments

Comments
 (0)