* Fix shortcode/continue-reading parsing with inline HTML (smaller version)
* fix: zola panic if no static dir
* Add config option to ignore code blocks for word count
* chore(components/config): cleanup code
* fix(taxonomies): fix error messages
* fix: handle another fs event to fix change monitoring on Windows 10
* Add fields to disable sitemap.xml and robots.txt generation
* Add documentation on deploying to Codeberg Pages
* Ensure file exists when receiving events for zola serve
OBS-URL: https://build.opensuse.org/package/show/utilities/zola?expand=0&rev=37
- Make sure rust version is higher than 1.77
- Update to version 0.19.1:
* Fix `config.generate_feeds` being still serialized as `config.generate_feed`. Both are available for now
* Fix `zola serve` not reacting to changes on some OSes
* Updates the pulldown-cmark dependency to v0.11.0. This improves footnote handling, and may also introduce some minor behavior changes such as reducing the amount of unnecessary HTML-escaping of text content.
* Add bottom footnotes with backreference option
* Fix link check report inconsistency
* Fix resizing for images with EXIF orientation
* Add MIME type to get_image_metadata
* Fix hot loading for config.toml in some cases
* Add `render = false` capability to pages
* Handle string dates in YAML front-matter
* Add support for fuse.js search format
* Added support for generating multiple kinds of feeds at once
* Changed config options named `generate_feed` to `generate_feeds` (both in config.toml and in section front-matter)
* Changed config option `feed_filename: String` to `feed_filenames: Vec<String>`
* The config file no longer allows arbitrary fields outside the `[extra]` section
OBS-URL: https://build.opensuse.org/request/show/1184072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zola?expand=0&rev=11
* Fix `config.generate_feeds` being still serialized as `config.generate_feed`. Both are available for now
* Fix `zola serve` not reacting to changes on some OSes
* Updates the pulldown-cmark dependency to v0.11.0. This improves footnote handling, and may also introduce some minor behavior changes such as reducing the amount of unnecessary HTML-escaping of text content.
* Add bottom footnotes with backreference option
* Fix link check report inconsistency
* Fix resizing for images with EXIF orientation
* Add MIME type to get_image_metadata
* Fix hot loading for config.toml in some cases
* Add `render = false` capability to pages
* Handle string dates in YAML front-matter
* Add support for fuse.js search format
* Added support for generating multiple kinds of feeds at once
* Changed config options named `generate_feed` to `generate_feeds` (both in config.toml and in section front-matter)
* Changed config option `feed_filename: String` to `feed_filenames: Vec<String>`
* The config file no longer allows arbitrary fields outside the `[extra]` section
OBS-URL: https://build.opensuse.org/package/show/utilities/zola?expand=0&rev=34
- Remove cargo_config. Part of vendored tarball now.
- Update to version 0.18.0:
* update dependencies
* remove some dummy file
* fix taxonomies missing lang in sitemap
* remove code blocks from search index
* elasticlunr-rs hu language support
OBS-URL: https://build.opensuse.org/package/show/utilities/zola?expand=0&rev=31
I apologize for the confusion. Here is the new changelog.
- Increase memory size to fix "Out of memory error" during builds
- Increase disk size to fix "No space left on device" during builds
- Update to version 0.17.1:
* fix `zola serve` not respecting `preserve_dotfiles_in_output` (#2113)
* Pass section.generate_feed
* Fix colocated assets in content directory
* Fix typo in pages-sections.md (#2115)
- Generate shell completions through zola binary in specfile.
- Update to version 0.17.0:
* Update changelog & test-case
* Allow external links to start with "www.*" (#2100)
* Remove println
* cargo fmt
* Add test for #1566
* Downgrade mockito to not raise MSRV
* Update changelog & mockito
* feat: External URL redirect (#2080)
* Page and config authors (#2024) (#2092)
* Try to disable uninlined format lint
* Update toml lib
* Bump Rust CI version
* clippy
* Procimage refactor (#2086)
* Removed faulty Windows-specific path check/conversion. Fixes#2076. (#2088)
* Errors on empty taxonomies term
* Filter out temp files or with no extensions from colocated assets
* Handle pages named index.md in sections
* Revert "Use reqwest rustls-tls"
* Remove built-in shortcodes
* Use reqwest rustls-tls
* Add plain text syntax alias to text
* fmt + changelog + updates
* Reduced cachebust fingerprint to be more reasonable (#2074)
* Remove code blocks from search index
* Update changelog
* Use macro for LanguageOptions::merge
* Merge default language data with section language data (#2039)
* Update base64
* Update changelog
* Add upgrade guide for Sass
* libsass -> grass is a breaking change
* Clippy + 1.63
* Fmt + change min version
* Replace libsass by grass
* Update some deps
* Expose `markdown` config property to templates (#2052)
* Add details in the doc on CommonMark extension (#2034)
* Small update to the docs for get_url (#2033)
* add preserve_dotfiles_in_output configuration option (#1985)
* Fix needless_borrow warnings
* Add clippy to CI
* markdown: Fix clippy warnings
* imageproc: Fix clippy warning
* content: Fix clippy warnings
* templates: Fix clippy warning
* Site: fix clippy warnings
* Fix clippy::manual_retain
* Fix clippy::derive_partial_eq_without_eq
* Cargo fmt (#2009)
* Filter more than 1 footnote in summary (#2017)
* Search json index (#1998)
* Do not overfilter HTML when removing footnotes (#2008)
* Fix no-port-append default
* Add new flag 'port_append' to give the ability to remove port from base url (#2003)
* Fix current_url in taxonomy term (#2000)
* Fix test
* Minify embedded css and js with additional lib flags (#1922)
* Update changelog
* add get_hash function (#1962)
* Use BufWriter in imageproc (#1996)
* Handle colocated links to assets
* Update deps
* Add flag to override prompt for existing dir (#1986)
* Tera date-locale feature (#1978)
* Add sorting by slug (#1926)
* Simplify taxonomy term struct
* Get term fn (#1964)
* Add slugify.paths_keep_dates option. Update docs.
* Add completion subcommand (#1968)
* Imporved is_colocated_asset_links (#1972)
* Metainfo: Add 0.16.1
* Next version
* Update `zola-deploy-action` version on docs (#2098)
* Fix typo
* document installing via github actions (#2097)
* Document the render field on taxonomies (#2094)
* Fix erroring suggestion in docs (#2087)
* Best way to install Zola on Fedora now is COPR (#2070)
* Update themes gallery (#2047)
* docs: rebrand Layer0 to Edgio (#2068)
* Moved source uwe-arzt.de from github to codeberg (#2062)
* Fix typos (#2056)
* documentation: Add pkgsrc. (#1812)
* Update creating-a-theme.md (#2045)
* add: more example websites (#2023)
* Update themes gallery (#2038)
* Fixed default_language typo (#2040)
* Update Shortcodes doc to add details on Macros for templates (#2035)
* Update themes gallery (#2014)
* update version of zola-deploy-action (#2012)
* Quotation mark bug fix (#2005)
* Update themes gallery (#1999)
* docs: github action version updates (#1977)
* Update themes gallery (#1971)
OBS-URL: https://build.opensuse.org/request/show/1067934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zola?expand=0&rev=6
* get ready for release
* Update changelog & test-case
* Allow external links to start with "www.*" (#2100)
* Remove println
* cargo fmt
* Add test for #1566
* Downgrade mockito to not raise MSRV
* Update changelog & mockito
* feat: External URL redirect (#2080)
* Page and config authors (#2024) (#2092)
* Try to disable uninlined format lint
* Update toml lib
* Bump Rust CI version
* clippy
* Procimage refactor (#2086)
* Removed faulty Windows-specific path check/conversion. Fixes#2076. (#2088)
* Errors on empty taxonomies term
* Filter out temp files or with no extensions from colocated assets
* Handle pages named index.md in sections
* Revert "Use reqwest rustls-tls"
* Remove built-in shortcodes
* Use reqwest rustls-tls
* Add plain text syntax alias to text
* fmt + changelog + updates
* Reduced cachebust fingerprint to be more reasonable (#2074)
* Remove code blocks from search index
* Update changelog
* Use macro for LanguageOptions::merge
* Merge default language data with section language data (#2039)
* Update base64
* Update changelog
* Add upgrade guide for Sass
* libsass -> grass is a breaking change
* Clippy + 1.63
* Fmt + change min version
* Replace libsass by grass
* Update some deps
* Expose `markdown` config property to templates (#2052)
* Add details in the doc on CommonMark extension (#2034)
* Small update to the docs for get_url (#2033)
* add preserve_dotfiles_in_output configuration option (#1985)
* Fix needless_borrow warnings
* Add clippy to CI
* markdown: Fix clippy warnings
* imageproc: Fix clippy warning
* content: Fix clippy warnings
* templates: Fix clippy warning
* Site: fix clippy warnings
* Fix clippy::manual_retain
* Fix clippy::derive_partial_eq_without_eq
* Cargo fmt (#2009)
* Filter more than 1 footnote in summary (#2017)
* Search json index (#1998)
* Do not overfilter HTML when removing footnotes (#2008)
* Fix no-port-append default
* Add new flag 'port_append' to give the ability to remove port from base url (#2003)
* Fix current_url in taxonomy term (#2000)
* Fix test
* Minify embedded css and js with additional lib flags (#1922)
* Update changelog
* add get_hash function (#1962)
* Use BufWriter in imageproc (#1996)
* Handle colocated links to assets
* Update deps
* Add flag to override prompt for existing dir (#1986)
* Tera date-locale feature (#1978)
* Add sorting by slug (#1926)
* Simplify taxonomy term struct
* Get term fn (#1964)
* Add slugify.paths_keep_dates option. Update docs.
* Add completion subcommand (#1968)
* Imporved is_colocated_asset_links (#1972)
* Metainfo: Add 0.16.1
* Next version
* Update `zola-deploy-action` version on docs (#2098)
* Fix typo
* document installing via github actions (#2097)
* Document the render field on taxonomies (#2094)
* Fix erroring suggestion in docs (#2087)
* Best way to install Zola on Fedora now is COPR (#2070)
* Update themes gallery (#2047)
* docs: rebrand Layer0 to Edgio (#2068)
* Moved source uwe-arzt.de from github to codeberg (#2062)
* Fix typos (#2056)
* documentation: Add pkgsrc. (#1812)
* Update creating-a-theme.md (#2045)
* add: more example websites (#2023)
* Update themes gallery (#2038)
* Fixed default_language typo (#2040)
* Update Shortcodes doc to add details on Macros for templates (#2035)
* Update themes gallery (#2014)
* update version of zola-deploy-action (#2012)
* Quotation mark bug fix (#2005)
* Update themes gallery (#1999)
* docs: github action version updates (#1977)
* Update themes gallery (#1971)
OBS-URL: https://build.opensuse.org/package/show/utilities/zola?expand=0&rev=13
* Fix outdated release windows image
* Update MSRV
* Last cargo update
* Strip binary artifact when building for release (#1949)
* Remove logging
* The Glob library does not work correctly on windows. This changes the approach to use the normal WalkDir crate, and the Globset crate instead to find the filter. This new code correctly compiles sass files across platforms now. (#1950)
* Update deps
* parse also *.yml file suffix as YAML; closes#1958 (#1959)
* Fix overriding built-in shortcodes
OBS-URL: https://build.opensuse.org/package/show/utilities/zola?expand=0&rev=5