From fbe34fd73dc3c38efa220d938cdf85699442fc22 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 15 Jul 2017 12:53:08 +0900 Subject: [PATCH] Update README a bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 522dbf2..aa934f5 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The other options are: - `generate_rss`: Whether to generate RSS, defaults to false - `generate_tags_pages`: Whether to generate tags and individual tag pages if some pages have them. Defaults to true - `generate_categories_pages`: Whether to generate categories and individual category categories if some pages have them. Defaults to true +- `compile_sass`: Whether to compile all `.scss` files in the `sass` directory If you want to add some of your own variables, you will need to put them in the `[extra]` table in `config.toml` or they will be silently ignored.