Skip to content

Commit

Permalink
Merge branch 'next' into create-pull-request/patch-1607975269
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Dec 14, 2020
2 parents d620f93 + cc3e4f9 commit e1af2c9
Show file tree
Hide file tree
Showing 82 changed files with 1,844 additions and 657 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.13.0 (unreleased)

- Enable HTML minification
- Support `output_dir` in `config.toml`
- Allow sections to be drafted
- Allow specifying default language in filenames
- Render emoji in Markdown content if the `render_emoji` option is enabled
- Enable YouTube privacy mode for the YouTube shortcode
- Add language as class to the `<code>` block
- Add bibtex to `load_data`
- Add a `[markdown]` section to `config.toml` to configure rendering
- Add `highlight_code` and `highlight_theme` to a `[markdown]` section in `config.toml`
- Add `external_links_target_blank`, `external_links_no_follow` and `external_links_no_referrer`
- Add a `smart_punctuation` option in the `[markdown]` section in `config.toml` to turn elements like dots and dashes
into their typographic forms
- Add iteration count variable `nth` for shortcodes to know how many times a shortcode has been invoked in a given
content

## 0.12.2 (2020-09-28)

- Fix `zola serve` being broken on reload
Expand Down
Loading

0 comments on commit e1af2c9

Please sign in to comment.