From ee8087fe698c7a256a85847abc818ba077a13d6c Mon Sep 17 00:00:00 2001 From: "Noumir.Poutipou" Date: Fri, 4 Jan 2019 22:00:58 +0100 Subject: [PATCH 1/4] Correct a typo in the theme documentation --- .../content/documentation/themes/installing-and-using-themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/themes/installing-and-using-themes.md b/docs/content/documentation/themes/installing-and-using-themes.md index ca210d29..3205eb8c 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 From b70f5a1c0545d2c3182ca06be08245e8ae694361 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Tue, 22 Jan 2019 15:37:12 +0100 Subject: [PATCH 2/4] Add "Hello, Rust!" website to examples file --- EXAMPLES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EXAMPLES.md b/EXAMPLES.md index cbabe50a..65dacc9f 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -19,3 +19,4 @@ | [Daniel Sockwell's codesections.com](https://www.codesections.com) | https://gitlab.com/codesections/codesections-website | | [Jens Getreu's blog](https://blog.getreu.net) | | | [Matthias Endler](https://matthias-endler.de) | https://github.com/mre/mre.github.io | +| [Hello, Rust!](https://hello-rust.show) | https://github.com/hello-rust/hello-rust.github.io | From 07843c116fd9ad3a24476a7bcb01581195906f81 Mon Sep 17 00:00:00 2001 From: Peng Guanwen Date: Sun, 3 Feb 2019 21:46:07 +0800 Subject: [PATCH 3/4] Fix format mistake --- docs/content/documentation/templates/taxonomies.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/documentation/templates/taxonomies.md b/docs/content/documentation/templates/taxonomies.md index c17d53f9..3012c36b 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`) From 77aad07dc64653f9851efb3a4c9a938248d0f1e3 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Tue, 5 Feb 2019 11:09:18 +0100 Subject: [PATCH 4/4] Revert "Update snap installation instructions" This reverts commit 5fd7bf7e61c87320b1c5a9f358df2d82525ea465. Apparently it is not just no longer necessary to use classic confinement, but actually impossible, i.e. snap emits an error that the zola snap is not compatible with `--classic`. --- docs/content/documentation/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index ddf07ff8..6f7f4dce 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