Skip to content

Commit

Permalink
v.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Prouillet committed Jul 14, 2017
1 parent 61e6154 commit 903b456
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gutenberg"
version = "0.0.7"
version = "0.1.0"
authors = ["Vincent Prouillet <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 903b456

Please sign in to comment.