From 903b45627652a1d3c09ac810448fc28602a9aca1 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 14 Jul 2017 21:53:41 +0900 Subject: [PATCH] v.0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a764703..c6becdab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -386,7 +386,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "gutenberg" -version = "0.0.7" +version = "0.1.0" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6e26da98..cf931122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.0.7" +version = "0.1.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" diff --git a/README.md b/README.md index 678c93f3..06288fb5 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,11 @@ any issues. Individual tag/category pages are only supported for pages having a date. +### Sass compilation + +You can automatically compile and watch all `.scss` files by adding `compile_sass = true` in your +`config.toml`. + ### Code highlighting themes Code highlighting can be turned on by setting `highlight_code = true` in `config.toml`.