v.0.1.0
This commit is contained in:
parent
61e615467e
commit
903b456276
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -386,7 +386,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gutenberg"
|
name = "gutenberg"
|
||||||
version = "0.0.7"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gutenberg"
|
name = "gutenberg"
|
||||||
version = "0.0.7"
|
version = "0.1.0"
|
||||||
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
|
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -192,6 +192,11 @@ any issues.
|
||||||
|
|
||||||
Individual tag/category pages are only supported for pages having a date.
|
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 themes
|
||||||
Code highlighting can be turned on by setting `highlight_code = true` in `config.toml`.
|
Code highlighting can be turned on by setting `highlight_code = true` in `config.toml`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue