-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next version #1741
Merged
Next version #1741
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update arg parsing to clap v3
* fix fenced code blocks with linenos and minify_html * fix test cases involving linenos
This adds a path separator between the directory and filenames in the message printed by `zola serve` to indicate it is listening for changes. Before: Listening for changes in /path/to/dir{config.toml, content, sass, static, templates} After: Listening for changes in /path/to/dir/{config.toml, content, sass, static, templates} ^
* Add libs subcrate * Remove last direct lazy_static usage * Update pinned ci version * Update deps
* Make ignored_content work with directories Just had to remove strip_prefix(path) from file ignore code. Added tests for subdirectory globbing. * Add documentation * add more tests to confim that simple filename globs still match paths without strip_prefix
* Treat _index.LANG.md as section, not page (close #1694) Display more advanced information in case of a future crash here * Add link to translated local section in test_site_i18n to catch #1694 It appears linking to another translated page does not trigger the bug, but linking to a section within the same (translated) page does. * Allow (and test for) homepage internal links in broken link detection Co-authored-by: southerntofu <[email protected]>
…ee (#1761) * Make sure that zola serve/build can start from anywhere inside dir tree * make clippy and rustfmt a bit happier * replace unecessary if-else with unwrap_or and display which path could not get canonicalized if it fails at startup * canonicalize config_path to avoid crash when config.toml changes
Co-authored-by: doomy <[email protected]>
mwcz
reviewed
Mar 17, 2022
I tried |
* switch from chrono to time * remove some unused time features * get utc offset before threading begins
* Add `literal` as a new entry for `data source`, to be used by the `load_data` function * Add tests to the module for plain text, json, xml, toml, and csv * Update error messaging to include literal as a potential choice * Update site documentation to include instructions for using `load_data` with a literal
Closes #1845
The [RFC](http://www.robotstxt.org/orig.html) mentions only `Disallow` directive, so it must appear in the file. `Allow` is an ad hoc agreement between search engines that no all of them follow.
Closes #1863
Currently the Configuration docs says to load syntax files into config.toml [markdown] extra_syntaxes. However, ever since commit 23064f5 (released in Zola v0.15.0), the extra_syntaxes property was replaced by extra_syntaxes_and_themes, and used as both syntax and color theme search paths. Following the docs and trying to set the extra_syntaxes property does nothing, and #1723 ran into this issue. Change the docs to consistently reference extra_syntaxes_and_themes.
Previously the heuristic check for links required spaces before the attribute to ensure that attributes suffixed with `id` were not identified. This has now been expanded to any white space character to enable the `id` attribute to start on a new line.
* add a test * CodeBlock text may be split on multiple parts The CodeBlock text events are now concatenated and processed in a single stream at the end. cf pulldown-cmark/pulldown-cmark#457
Too many invalid stuff like emacs files
* Add insert_anchor = "heading" * Update CHANGELOG.md Co-authored-by: Alice Cecile <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.