Skip to content

Commit 8f0cf91

Browse files
committed
Version bump
1 parent 008193f commit 8f0cf91

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blades"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Maroš Grego <maros@grego.site>"]
55
edition = "2018"
66
description = "Blazing fast dead simple static site generator"

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ content using the provided templates.
1818
Thanks to the amazing [Ramhorns](https://github.com/maciejhirsz/ramhorns) templating engine,
1919
[zero-copy](https://serde.rs/lifetimes.html#borrowing-data-in-a-derived-impl) deserialisation
2020
and [rayon](https://github.com/rayon-rs/rayon) parallel iterators, it renders the whole site in
21-
milliseconds, possibly up to [10 times](https://github.com/grego/ssg-bench) faster than other generators like Hugo.
21+
milliseconds, possibly more than [10 times](https://github.com/grego/ssg-bench) faster than other generators like Hugo.
2222

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

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

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

0 commit comments

Comments
 (0)