Skip to content

Commit

Permalink
Merge with origin/next
Browse files Browse the repository at this point in the history
  • Loading branch information
vcrn committed Jan 14, 2023
2 parents 8f38b77 + 9dc6be9 commit 5512f7a
Show file tree
Hide file tree
Showing 18 changed files with 785 additions and 487 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,26 @@

### Breaking
- `get_file_hash` is removed, use `get_hash` instead. Arguments do not change
- Replace libsass by a Rust implementation: [grass](https://github.com/connorskees/grass). See https://sass-lang.com/documentation/breaking-changes
for breaking changes with libsass: look for "beginning in Dart Sass"
- Enable locale date formatting for the Tera `date` filter


### Other

- Add `get_taxonomy_term` function
- Add slugify.paths_keep_dates option
- Add `slugify.paths_keep_dates` option
- Add command to generate shell completions
- Fix link generation to colocated assets other than images
- Fix link generation to co-located assets other than images
- Add `get_hash` Tera function
- Minify CSS and JS embedded in HTML
- Fix slow image processing
- Fix current_url in taxonomy term
- Add new flag 'port_append' to give the ability to remove port from base url
- Fix `current_url` in taxonomy term
- Add new flag `zola serve --no_port_append` to give the ability to remove port from base url
- `config.markdown` is now available in templates
- Add `preserve_dotfiles_in_output` option in the config
- Add Elasticlunr JSON output for the search index
- Add sorting by slug for pages


## 0.16.1 (2022-08-14)
Expand Down
Loading

0 comments on commit 5512f7a

Please sign in to comment.