diff --git a/EXAMPLES.md b/EXAMPLES.md index a5fb60fc..75155fe2 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -17,3 +17,4 @@ | [Axiomatic Semantics](https://axiomatic.neophilus.net) | https://github.com/Libbum/AxiomaticSemantics | | [Tinkering](https://tinkering.xyz) | | | [Daniel Sockwell's codesections.com](https://www.codesections.com) | https://gitlab.com/codesections/codesections-website | +| [Jens Getreu's blog](https://blog.getreu.net) | | diff --git a/docs/content/documentation/content/image-processing/index.md b/docs/content/documentation/content/image-processing/index.md index 0ce48549..61e6da41 100644 --- a/docs/content/documentation/content/image-processing/index.md +++ b/docs/content/documentation/content/image-processing/index.md @@ -3,7 +3,7 @@ title = "Image processing" weight = 120 +++ -Gutengerb provides support for automatic image resizing through the built-in function `resize_image`, +Gutenberg provides support for automatic image resizing through the built-in function `resize_image`, which is available in template code as well as in shortcodes. The function usage is as follows: diff --git a/docs/content/documentation/getting-started/cli-usage.md b/docs/content/documentation/getting-started/cli-usage.md index 5dad398a..a27edc5b 100644 --- a/docs/content/documentation/getting-started/cli-usage.md +++ b/docs/content/documentation/getting-started/cli-usage.md @@ -36,7 +36,7 @@ $ zola build --base-url $DEPLOY_URL This is useful for example when you want to deploy previews of a site to a dynamic URL, such as Netlify deploy previews. -+You can override the default output directory 'public' by passing a other value to the `output-dir` flag. +You can override the default output directory 'public' by passing a other value to the `output-dir` flag. ```bash $ zola build --output-dir $DOCUMENT_ROOT diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index dcad4303..0f004f7e 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -6,7 +6,8 @@ weight = 1 Zola provides pre-built binaries for MacOS, Linux and Windows on the [GitHub release page](https://github.com/getzola/zola/releases). -## Mac OS + +## macOS Zola is available on [Brew](https://brew.sh): diff --git a/docs/content/documentation/templates/rss.md b/docs/content/documentation/templates/rss.md index 686b046d..c9117f0b 100644 --- a/docs/content/documentation/templates/rss.md +++ b/docs/content/documentation/templates/rss.md @@ -7,8 +7,6 @@ If the site `config.toml` file sets `generate_rss = true`, then Zola will generate an `rss.xml` page for the site, which will live at `base_url/rss.xml`. To generate the `rss.xml` page, Zola will look for a `rss.xml` file in the `templates` directory or, if one does not exist, will use the use the built-in rss template. -Currently it is only possible to have one RSS feed for the whole site; you cannot -create a RSS feed per section or taxonomy. **Only pages with a date and that are not draft will be available.** diff --git a/docs/content/documentation/themes/installing-and-using-themes.md b/docs/content/documentation/themes/installing-and-using-themes.md index 2188c833..ca210d29 100644 --- a/docs/content/documentation/themes/installing-and-using-themes.md +++ b/docs/content/documentation/themes/installing-and-using-themes.md @@ -18,6 +18,8 @@ Cloning the repository using Git or another VCS will allow you to easily update it but you can also simply download the files manually and paste them in a folder. +You can find a list of themes [on this very website](./themes/_index.md). + ## Using a theme Now that you have the theme in your `themes` directory, you only need to tell @@ -38,7 +40,7 @@ templates/macros.html -> replace themes/simple-blog/templates/macros.html static/js/site.js -> replace themes/simple-blog/static/js/site.js ``` -You can also choose to only parts of a page if a theme define some blocks by extending it. If we wanted +You can also choose to only override parts of a page if a theme define some blocks by extending it. If we wanted to only change a single block from the `post.html` page in the example above, we could do the following: ``` diff --git a/docs/content/documentation/themes/overview.md b/docs/content/documentation/themes/overview.md index 3c351bca..4d808460 100644 --- a/docs/content/documentation/themes/overview.md +++ b/docs/content/documentation/themes/overview.md @@ -8,3 +8,5 @@ but still easy to update if needed. All themes can use the full power of Zola, from shortcodes to Sass compilation. +A list of themes is available [on this very website](./themes/_index.md). +