-
Notifications
You must be signed in to change notification settings - Fork 955
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
Add default template warning #2205
Open
Raymi306
wants to merge
8
commits into
getzola:next
Choose a base branch
from
Raymi306:add-default-template-warning-redux
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add default template warning #2205
Raymi306
wants to merge
8
commits into
getzola:next
from
Raymi306:add-default-template-warning-redux
Commits on Mar 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d16d17 - Browse repository at this point
Copy the full SHA 8d16d17View commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b00ae42 - Browse repository at this point
Copy the full SHA b00ae42View commit details -
Speedup "zola check" command by reusing the Client (getzola#2171)
* Reuse Client when checking urls and add timeout for requests
Configuration menu - View commit details
-
Copy full SHA for 1ed722c - Browse repository at this point
Copy the full SHA 1ed722cView commit details
Commits on Apr 20, 2023
-
Implement replace_re filter (getzola#2163)
* Implement replace_re filter * Cargo fmt * add regex caching * cargo fmt * update docs, update unit test * rename replace_re -> regex_replace
Configuration menu - View commit details
-
Copy full SHA for 6a5c241 - Browse repository at this point
Copy the full SHA 6a5c241View commit details
Commits on Apr 23, 2023
-
templates: add base URL for feed content (getzola#2190)
Relative links in the entry content do not currently have a base URI, so will be resolved relative to the feed URI: Given an entry with the content: <a href="some-resource.bin"> And URIS of: * entry: https://example.org/blog/some-entry/ * feed: https://example.org/atom.xml The link URI will end up as: https://example.org/some-resource.bin rather than the URI that ends up resolved in the rendered page: https://example.org/blog/some-entry/some-resource.bin The atom and RSS formats allow for an xml:base attribute (itself specified in [1]) to provide a base URI of a subset of a document. This change adds xml:base attributes to each entry, using the page permalink. This gives us something equivalent to: <entry> <content xml:base="https://example.org/blog/some-entry/"> <![CDATA[ <a href="some-resource.bin"> ]]> </content> </entry> [1]: https://www.w3.org/TR/xmlbase/ Signed-off-by: Jeremy Kerr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c48b61a - Browse repository at this point
Copy the full SHA c48b61aView commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 332cf15 - Browse repository at this point
Copy the full SHA 332cf15View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7cfdb - Browse repository at this point
Copy the full SHA eb7cfdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1012340 - Browse repository at this point
Copy the full SHA 1012340View commit details
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.