@@ -15,10 +15,10 @@ blazing fast
1515
1616Blades is made to do one job and do it well - generate HTML files from the provided
1717content using the provided templates.
18- Thanks to the amazing [ Ramhorns ] ( https://github.com/maciejhirsz/ramhorns ) templating engine,
19- [ zero-copy ] ( https://serde.rs/lifetimes.html#borrowing-data-in-a-derived-impl ) deserialisation
20- and [ rayon ] ( https://github.com/rayon-rs/rayon ) parallel iterators, it renders the whole site in
21- milliseconds, possibly more than [ 10 times] ( https://github.com/grego/ssg-bench ) faster than other generators like Hugo.
18+ Thanks to [ zero-copy ] ( https://serde.rs/lifetimes.html#borrowing-data-in-a-derived-impl ) deserialization
19+ and the [ Ramhorns ] ( https://github.com/maciejhirsz/ramhorns ) templating engine,
20+ it renders the whole site in milliseconds, possibly more than
21+ [ 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
@@ -32,7 +32,7 @@ to let you focus on your content.
3232* [ CommonMark] ( https://commonmark.org ) markdown with tables and footnotes for content
3333* Automatic syntax highlighting using [ cmark-syntax] ( https://github.com/grego/cmark-syntax )
3434 (with a possibility of turning LaTeX formulas into [ MathML] ( https://developer.mozilla.org/docs/Web/MathML ) )
35- * Customisable taxonomies (like categories or tags)
35+ * Customizable taxonomies (like categories or tags)
3636* Pagination
3737* Breadcrumbs
3838* Asset colocation
@@ -72,7 +72,7 @@ sudo port install blades
7272
7373## Running
7474Then, you can run the executable ` blades ` with the following subcommands:
75- * ` init ` : Initialise the site in the current directory, creating the basic files and folders
75+ * ` init ` : Initialize the site in the current directory, creating the basic files and folders
7676* ` build ` : Build the site according to config, content, templates and themes in the current directory
7777* ` colocate ` : Move the assets from the "assets" directory and from the theme, if one is used, into the output directory
7878* ` all ` : Build the site and colocate the assets
0 commit comments