Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grego committed May 23, 2021
1 parent 008193f commit 8f0cf91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blades"
version = "0.1.3"
version = "0.1.4"
authors = ["Maroš Grego <maros@grego.site>"]
edition = "2018"
description = "Blazing fast dead simple static site generator"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ content using the provided templates.
Thanks to the amazing [Ramhorns](https://github.com/maciejhirsz/ramhorns) templating engine,
[zero-copy](https://serde.rs/lifetimes.html#borrowing-data-in-a-derived-impl) deserialisation
and [rayon](https://github.com/rayon-rs/rayon) parallel iterators, it renders the whole site in
milliseconds, possibly up to [10 times](https://github.com/grego/ssg-bench) faster than other generators like Hugo.
milliseconds, possibly more than [10 times](https://github.com/grego/ssg-bench) faster than other generators like Hugo.

It's made for easy setup and use. A static site generator should be a no brainer.
It uses [mustache](https://mustache.github.io/mustache.5.html) templates with extremely minimal
Expand All @@ -44,8 +44,7 @@ is welcome! `:)`
They shave the [mustache](https://mustache.github.io/mustache.5.html) off.

## Installing
Currently, Blades is available on [AUR](https://aur.archlinux.org/packages/blades-bin/). You can
install it with some AUR helper, like `yay -S blades-bin`.
Currently, Blades is available on [AUR](https://aur.archlinux.org/packages/blades-bin/).

If you have the Rust toolchain installed, you can install Blades from [Crates.io](https://crates.io/crates/blades)
``` bash
Expand Down

0 comments on commit 8f0cf91

Please sign in to comment.