fix syntax highlighting
This commit is contained in:
parent
0164d7c823
commit
cee883940b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: Install Zola
|
||||
run: |
|
||||
ZOLA_VERSION="0.19.2"
|
||||
ZOLA_VERSION="0.22.1"
|
||||
wget -q "https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
|
||||
tar -xzf "zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
|
||||
sudo mv zola /usr/local/bin/
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ generate_feeds = true
|
|||
feed_filenames = ["rss.xml"]
|
||||
|
||||
[markdown]
|
||||
highlighting = { theme = "GitHub-Dark" }
|
||||
highlighting = { light_theme = "github-light", dark_theme = "github-dark" }
|
||||
external_links_target_blank = true
|
||||
|
||||
[extra]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue