File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " blades"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44authors = [" Maroš Grego <maros@grego.site>" ]
55edition = " 2018"
66description = " Blazing fast dead simple static site generator"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ content using the provided templates.
1818Thanks 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
2020and [ 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
2323It's made for easy setup and use. A static site generator should be a no brainer.
2424It uses [ mustache] ( https://mustache.github.io/mustache.5.html ) templates with extremely minimal
@@ -44,8 +44,7 @@ is welcome! `:)`
4444They 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
5049If you have the Rust toolchain installed, you can install Blades from [ Crates.io] ( https://crates.io/crates/blades )
5150``` bash
You can’t perform that action at this time.
0 commit comments