Skip to content

[pull] master from getzola:master#86

Open
pull[bot] wants to merge 720 commits into
jakeswenson:masterfrom
getzola:master
Open

[pull] master from getzola:master#86
pull[bot] wants to merge 720 commits into
jakeswenson:masterfrom
getzola:master

Conversation

@pull

@pull pull Bot commented Dec 8, 2021

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Keats and others added 28 commits June 24, 2024 23:03
For unknown reasons, it seems some environments emit a `DataChange::Any` event,
rather than specifying content or size, when a file is edited. As an example:

    [src/fs_utils.rs:72:9] &event = DebouncedEvent {
        event: Event {
            kind: Modify(
                Data(
                    Any,
                ),
            ),
            paths: [
                "/home/redacted/content/blog/2024-06-23_example.md",
            ],
            attr:tracker: None,
            attr:flag: None,
            attr:info: None,
            attr:source: None,
        },
        time: Instant {
            tv_sec: 78544,
            tv_nsec: 936740729,
        },
    }

Consequently, because this isn't treated by Zola as a modification, the
site is not rebuilt, which regresses on previous behavior.

This patch fixes this particular case by treating any data modification
events as a modification.

Closes: #2536
* Metainfo: Add 0.19.1

* Metainfo: Fix date for 0.19.0

I entered the wrong date originally.

Fixes 7d612c6

* Update zola.metainfo.xml

---------

Co-authored-by: Vincent Prouillet <balthek@gmail.com>
Co-authored-by: GitHub Action <action@github.com>
…#2569)

When installing `zola` from repositories,
the bash, zsh and fish autocompletion packages
are co-installed as recommended packages.

Package details for all distributions:
https://software.opensuse.org/package/zola?baseproject=ALL
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
* Refine YAML date regex

This commit does a few changes:

- Introduce a new regex
  - it is a bit off-spec (it allows one-digit months and days in date-only mode)
  - uses named groups
  - avoids group duplication
- parses offset once

Fixes #2538

* Fix nanosecond parsing

* Rename variables for brewity

* Add tests
* Add feature to disable robots.txt and sitemap.xml from the config file.

Addresses feature request #2248

* Add documentation for no_sitemap & no_robots

* Rename no_robots and no_sitemap into generate_robots_txt and generate_sitemap (default to true)

* fix rustfmt issues

* Change documentation to show defaults

* Update documentation for the fields generate_sitemaps (resp. robots_txt), now that the default is true and false is needed to disable
- Some error messages refer to `get_taxonomy_term_by_name` instead of
`get_taxonomy_term`
- If a term cannot be found in a taxonomy, the error message
erroneously pretends that the taxonomy itself is unknown instead of
the term.
Cleanup code by using `Option::is_some_and()` and
`Option::as_deref()` instead of recoding them.
* update docs

* add config option, logic, and tests

* remove config option
…ion) (#2606)

* Fix shortcode/continue-reading parsing with inline HTML (smaller version)

* Remove inline <!-- more -->
Keats and others added 30 commits January 13, 2026 09:07
Describe how to enable 'class' syntax highlighting
Co-authored-by: Keats <680355+Keats@users.noreply.github.com>
Separate search index item collection and serialization.
Updated changelog to reflect breaking changes in version 0.22.0.
Co-authored-by: Keats <680355+Keats@users.noreply.github.com>
Signed-off-by: zyxhere💭 <zyx@envs.net>
Co-authored-by: Keats <680355+Keats@users.noreply.github.com>
)

* docs: Add link to TextMate themes in configuration and highlighting docs #3088

* docs: revise TextMate themes link wording
Signed-off-by: SAY-5 <say.apm35@gmail.com>
The documentation (and some doc comments) state that `lower` corresponds
to earlier pages and `higher` to later pages when sorting by date. This
is the opposite of what the code actually does.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.