File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ yarn watch
2424Or 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```
Original file line number Diff line number Diff 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: => 😄)
8671render_emoji = false
You can’t perform that action at this time.
0 commit comments