Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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