zola/components
Anna Harren 24d47845f4
Ignore sass directories starting with _ (#1084)
Prior to this change, only sass files starting with _ were ignored by
Zola's sass compiler. This made using sass frameworks incredibly
inconvenient, as Zola attempted to compile every single sass file in the
framework, and inevitably errored due to them not being standalone. For
example, to use the Bulma framework, you had to manually add an
underscore to the beginning of *every* sass file in it so Zola would
stop trying to compile them as standalone css files. Now you can change
the directory name to _bulma and have the same result.
2020-07-22 18:46:22 +02:00
..
config Make search index configurable 2020-06-29 20:02:27 +02:00
errors Update syntect, using rust-onig with bindgen temporarily 2020-05-12 20:07:02 +02:00
front_matter clippy + fmt + fix toml dates in extra arrays 2020-06-18 21:12:46 +02:00
imageproc Update image to 0.23 2020-02-10 20:48:52 +01:00
library WIP: add an 'updated' field to pages 2020-04-14 17:29:46 +05:30
link_checker Update syntect, using rust-onig with bindgen temporarily 2020-05-12 20:07:02 +02:00
rebuild Not sure it changes anything but... 2020-06-15 19:14:35 +02:00
rendering Not sure it changes anything but... 2020-06-15 19:14:35 +02:00
search Make search index configurable 2020-06-29 20:02:27 +02:00
site Ignore sass directories starting with _ (#1084) 2020-07-22 18:46:22 +02:00
templates clippy + fmt + fix toml dates in extra arrays 2020-06-18 21:12:46 +02:00
utils Make themes more flexible (#1004) 2020-06-18 22:31:03 +02:00