1 file changed
+1
-1
lines changed- .github/workflows/build-and-test.yml+1
- .github/workflows/docs.yml+2-2
- .github/workflows/release.yml+1-1
- CHANGELOG.md+21-4
- Cargo.lock+829-637
- Cargo.toml+5-2
- EXAMPLES.md+3-1
- README.md+1-1
- components/config/src/config/markup.rs+3
- components/content/Cargo.toml+1-1
- components/content/src/page.rs+18
- components/imageproc/Cargo.toml+1-3
- components/imageproc/src/helpers.rs+22-8
- components/imageproc/src/lib.rs+1-1
- components/imageproc/src/meta.rs+10-2
- components/imageproc/src/processor.rs+27-12
- components/imageproc/tests/resize_image.rs+28-4
- components/libs/Cargo.toml+2-2
- components/markdown/src/markdown.rs+16-9
- components/markdown/src/snapshots/markdown__markdown__tests__def_before_use.snap+2-2
- components/markdown/src/snapshots/markdown__markdown__tests__footnote_inside_footnote.snap+2-2
- components/markdown/src/snapshots/markdown__markdown__tests__multiple_refs.snap+2-2
- components/markdown/src/snapshots/markdown__markdown__tests__reordered_footnotes.snap+2-2
- components/markdown/src/snapshots/markdown__markdown__tests__single_footnote.snap+2-2
- components/markdown/tests/markdown.rs+26
- components/markdown/tests/snapshots/markdown__github_alerts.snap+19
- components/markdown/tests/snapshots/markdown__github_style_footnotes.snap+2-2
- components/site/src/minify.rs+1-1
- components/templates/src/global_fns/files.rs+13-13
- docs/config.toml+1-1
- docs/content/documentation/content/linking.md+1-1
- docs/content/documentation/deployment/cloudflare-pages.md+15-4
- docs/content/documentation/deployment/gitlab-pages.md+13-21
- docs/content/documentation/getting-started/overview.md+1-1
- docs/content/themes/BelResume/index.md+200
- docs/content/themes/BelResume/screenshot.png
- docs/content/themes/Ergo/index.md+3-3
- docs/content/themes/abridge/index.md+4-4
- docs/content/themes/academic-workshop/index.md+4-3
- docs/content/themes/anatole-zola/index.md+3-3
- docs/content/themes/anemone/index.md+19-15
- docs/content/themes/anpu/index.md+3-3
- docs/content/themes/apollo/index.md+15-9
- docs/content/themes/book/index.md+11-3
- docs/content/themes/daisy/index.md+217
- docs/content/themes/daisy/screenshot.png
- docs/content/themes/duckquill/index.md+3-3
- docs/content/themes/halve-z/index.md+3-3
- docs/content/themes/hermit/index.md+3-3
- docs/content/themes/homepage-creators/index.md+306-9
- docs/content/themes/homepage-creators/screenshot.png
- docs/content/themes/hook/index.md+4-4
- docs/content/themes/kita/index.md+5-5
- docs/content/themes/lightspeed/index.md+13-44
- docs/content/themes/lightspeed/screenshot.png
- docs/content/themes/linkita/index.md+368-343
- docs/content/themes/linkita/screenshot.png
- docs/content/themes/neovim-theme/index.md+51-34
- docs/content/themes/neovim-theme/screenshot.png
- docs/content/themes/parchment/index.md+160
- docs/content/themes/parchment/screenshot.png
- docs/content/themes/project-portfolio/index.md+199-125
- docs/content/themes/project-portfolio/screenshot.png
- docs/content/themes/radion/index.md+123-18
- docs/content/themes/re137/index.md+3-3
- docs/content/themes/seagull/index.md+3-3
- docs/content/themes/seje2/index.md+10-3
- docs/content/themes/serene/index.md+12-30
- docs/content/themes/serene/screenshot.png
- docs/content/themes/tabi/index.md+11-5
- docs/content/themes/tranquil/index.md+4-4
- docs/content/themes/zallery/index.md+4-3
- docs/content/themes/zluinav/index.md+6-7
- docs/content/themes/zola-futu/index.md+62
- docs/content/themes/zola-futu/screenshot.png
- docs/content/themes/zola-hacker/index.md+4-4
- docs/content/themes/zola-minimal/index.md+4-4
- docs/content/themes/zola-theme-jiaxiang.wang/index.md+17-11
- docs/content/themes/zolarwind/index.md+13-13
- docs/sass/_base.scss+1-1
- docs/sass/_header.scss+7-4
- docs/static/favicon.ico
- docs/static/logos/Zola-icon-coffee-on-white.svg+1
- docs/static/logos/Zola-icon-cream-on-coffee.svg+1
- docs/static/logos/Zola-logo-alt-cream.svg+1
- docs/static/logos/Zola-logo-black.svg+1
- docs/static/logos/Zola-logo-main-coffee.svg+1
- docs/static/logos/Zola-logo-white.svg+1
- docs/templates/index.html+7-3
- docs/templates/theme-tags/list.html+2-2
- snapcraft.yaml+2-2
- src/cmd/init.rs+1-1
- src/cmd/serve.rs+10-12
- src/fs_utils.rs+3-3
- src/prompt.rs+1-1
- zola.metainfo.xml+6
0 commit comments