Skip to content

Commit 9029411

Browse files
committed
feat: bump zola to v0.22.0
1 parent 7fa9c80 commit 9029411

10 files changed

Lines changed: 10 additions & 557 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
env:
26-
ZOLA_VERSION: 0.20.0
26+
ZOLA_VERSION: 0.22.0
2727
steps:
2828
- name: Install Zola
2929
run: |

config.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@ taxonomies = [
1212

1313
[markdown]
1414
github_alerts = true
15-
highlight_code = true
1615
bottom_footnotes = true
1716
definition_list = true
18-
highlight_theme = "css"
19-
extra_syntaxes_and_themes = ["syntax"]
2017

21-
highlight_themes_css = [
22-
{ theme = "kanagawa-dragon", filename = "syntax-dark.css" },
23-
{ theme = "kanagawa-lotus", filename = "syntax-light.css" },
24-
]
18+
[markdown.highlighting]
19+
style = "class"
20+
light_theme = "kanagawa-lotus"
21+
dark_theme = "kanagawa-dragon"
2522

2623
[extra]
2724
nav_items = [

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
description = "Nix flake template for C";
3-
42
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
53

64
outputs = {

static/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url("syntax-dark.css");
1+
@import url("giallo-dark.css");
22

33
:root {
44
color-scheme: dark;

static/light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url("syntax-light.css");
1+
@import url("giallo-light.css");
22

33
:root {
44
color-scheme: light;

static/syntax-dark.css

Lines changed: 0 additions & 57 deletions
This file was deleted.

static/syntax-light.css

Lines changed: 0 additions & 57 deletions
This file was deleted.

syntax/kanagawa-dragon.tmTheme

Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
 (0)