diff --git a/EXAMPLES.md b/EXAMPLES.md index 9861a40..c4f6d81 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -21,3 +21,4 @@ | [Matthias Endler](https://matthias-endler.de) | https://github.com/mre/mre.github.io | | [Michael Plotke](https://michael.plotke.me) | https://gitlab.com/bdjnk/michael | | [shaleenjain.com](https://shaleenjain.com) | https://github.com/shalzz/shalzz.github.io | +| [Hello, Rust!](https://hello-rust.show) | https://github.com/hello-rust/hello-rust.github.io | diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index 4685c20..b4a887d 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -27,7 +27,7 @@ $ yay -S zola-bin Zola is available on snapcraft: ```bash -$ snap install --edge --classic zola +$ snap install --edge zola ``` ## Windows diff --git a/docs/content/documentation/templates/taxonomies.md b/docs/content/documentation/templates/taxonomies.md index c17d53f..3012c36 100644 --- a/docs/content/documentation/templates/taxonomies.md +++ b/docs/content/documentation/templates/taxonomies.md @@ -27,7 +27,6 @@ paginate_path: String?; rss: Bool; ``` -``` ### Taxonomy list (`list.html`) diff --git a/docs/content/documentation/themes/installing-and-using-themes.md b/docs/content/documentation/themes/installing-and-using-themes.md index ca210d2..3205eb8 100644 --- a/docs/content/documentation/themes/installing-and-using-themes.md +++ b/docs/content/documentation/themes/installing-and-using-themes.md @@ -6,7 +6,7 @@ weight = 20 ## Installing a theme -The easiest way to install to theme is to clone its repository in the `themes` +The easiest way to install a theme is to clone its repository in the `themes` directory. ```bash