about summary refs log tree commit diff
path: root/pkgs/applications/misc/zola
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-09zola: 0.12.2 -> 0.13.00x4A6F1-3/+3
- 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`
2020-10-08zola: 0.12.1 -> 0.12.20x4A6F1-4/+4
2020-09-27zola: 0.12.0 -> 0.12.1Matthias Totschnig1-3/+3
2020-09-05zola: 0.11.0 -> 0.12.0Mario Rodas1-5/+7
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-05-26zola: 0.10.1 -> 0.11.0Oleksii Filonenko1-3/+3
2020-03-13zola: 0.10.0 -> 0.10.1Mario Rodas1-3/+3
2020-02-19zola: 0.9.0 -> 0.10.0Vladyslav M2-38/+6
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
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.
2019-11-23zola: fix build on macOSPascal Hertleif2-2/+31
Patches lockfile to update sass-sys to a version which includes compass-rs/sass-rs#60 Fixes #72972
2019-09-29zola: 0.8.0 -> 0.9.00x4A6F1-3/+3
2019-07-03zola: remove cf-privateDaiderd Jordan1-2/+3
2019-06-22zola: 0.7.0 -> 0.8.0Vladyslav M1-3/+3
2019-04-28zola: 0.6.0 -> 0.7.0Vladyslav M1-3/+3
2019-03-25zola: 0.5.1 -> 0.6.0Vladyslav M1-7/+7
2019-02-20zola: 0.5.0 -> 0.5.10x4A6F1-3/+3
2018-11-18gutenberg: 0.4.2 -> zola: 0.5.0Vladyslav Mykhailichenko1-0/+35