Commit graph

23 commits

Author SHA1 Message Date
Mario Rodas 7956e6e872 zola: 2021-07-14 -> 0.14.0
https://github.com/getzola/zola/releases/tag/v0.14.0
2021-08-08 06:00:00 -05:00
Daniel Olsen c051d5fcbf zola: add dandellion to maintainers 2021-07-18 19:10:33 +02:00
Daniel Olsen c2403f3672 zola: unstable-2021-07-10 -> unstable-2021-07-14 2021-07-18 18:53:45 +02:00
legendofmiracles 0fcc0e972c
zola: 0.13.0 -> unstable-2021-07-10 (#129956) 2021-07-14 01:47:16 +02:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
0x4A6F 880dcc6848
zola: 0.12.2 -> 0.13.0
- 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 and as `data-lang`
- 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
- Update some highlighting syntaxes and the TS syntax will now be used instead of JS due to issues with it
- Remove `zola serve --watch-only`: since we build the HTML in memory and not on disk, it doesn't make sense anymore
- Update clojure syntax
- Prefer extra syntaxes to the default ones if we have a match for language
- Fix `zola serve` having issues with non-ascii paths
- 404 page now gets the site default language as `lang`
2021-01-09 16:47:10 +00:00
0x4A6F bef990c0aa
zola: 0.12.1 -> 0.12.2 2020-10-08 11:28:53 +00:00
Matthias Totschnig 19becd922c zola: 0.12.0 -> 0.12.1 2020-09-27 20:13:26 +02:00
Mario Rodas b0208c2ef3 zola: 0.11.0 -> 0.12.0 2020-09-05 04:20:00 +00:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Oleksii Filonenko 308185f0de zola: 0.10.1 -> 0.11.0 2020-05-26 23:35:16 +03:00
Mario Rodas cce3d17bda zola: 0.10.0 -> 0.10.1 2020-03-13 03:17:02 +00:00
Vladyslav M 7b04af1b89
zola: 0.9.0 -> 0.10.0 2020-02-19 08:00:03 +02:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Pascal Hertleif c90b210855 zola: fix build on macOS
Patches lockfile to update sass-sys to a version which includes
compass-rs/sass-rs#60

Fixes #72972
2019-11-23 20:51:04 +01:00
0x4A6F a228951a70
zola: 0.8.0 -> 0.9.0 2019-09-29 14:37:27 +00:00
Daiderd Jordan bbf5f7e3da
zola: remove cf-private 2019-07-03 22:20:22 +02:00
Vladyslav M 1ee7d5f936
zola: 0.7.0 -> 0.8.0 2019-06-22 16:19:22 +03:00
Vladyslav M 19e978e847
zola: 0.6.0 -> 0.7.0 2019-04-28 13:27:21 +03:00
Vladyslav M 8df67d6d72
zola: 0.5.1 -> 0.6.0 2019-03-25 23:26:07 +02:00
0x4A6F 64335de9ae
zola: 0.5.0 -> 0.5.1 2019-02-20 20:37:43 +00:00
Vladyslav Mykhailichenko a470750ab4
gutenberg: 0.4.2 -> zola: 0.5.0 2018-11-18 00:53:15 +02:00