mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
silly
This commit is contained in:
parent
3c32350fb9
commit
72c2bd4b59
2 changed files with 2 additions and 2 deletions
2
.github/workflows/zola-pages.yml
vendored
2
.github/workflows/zola-pages.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Build Zola + upload Pages artifact
|
- name: Build Zola + upload Pages artifact
|
||||||
uses: getzola/github-pages@066755243e69f508fd1a74739fbf1a65f656c790
|
uses: getzola/github-pages@066755243e69f508fd1a74739fbf1a65f656c790
|
||||||
with:
|
with:
|
||||||
zola_version: v0.22.0
|
zola_version: v0.21.0
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ taxonomies = [
|
||||||
[markdown]
|
[markdown]
|
||||||
# Whether to do syntax highlighting
|
# Whether to do syntax highlighting
|
||||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||||
highlighting = true
|
highlight_code = true
|
||||||
render_emoji = true
|
render_emoji = true
|
||||||
bottom_footnotes = true
|
bottom_footnotes = true
|
||||||
github_alerts = true
|
github_alerts = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue