From 54b3ba4e11c3b72757cb527881541954beeb7db6 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Wed, 5 Sep 2018 23:37:55 +0200 Subject: [PATCH 1/6] Fix typo --- docs/content/documentation/content/image-processing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/image-processing/index.md b/docs/content/documentation/content/image-processing/index.md index a5a37f57..06d87263 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: From 98ed34ec496c4f9bcd289d007d81d11e160577f8 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 17 Sep 2018 11:32:54 +0200 Subject: [PATCH 2/6] Removed outdated bit in rss docs --- docs/content/documentation/templates/rss.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/documentation/templates/rss.md b/docs/content/documentation/templates/rss.md index 6633043a..a34e1e13 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 Gutenberg will generate an `rss.xml` page for the site, which will live at `base_url/rss.xml`. To generate the `rss.xml` page, Gutenberg 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.** From 4c96f2ec17bd5db36e345ec767cd429d85545ed7 Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Sun, 7 Oct 2018 18:17:33 +0100 Subject: [PATCH 3/6] Fix the spelling of "macOS" --- docs/content/documentation/getting-started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index b776a74d..f20b46a1 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -3,10 +3,10 @@ title = "Installation" weight = 1 +++ -Gutenberg provides pre-built binaries for MacOS, Linux and Windows on the +Gutenberg provides pre-built binaries for macOS, Linux and Windows on the [GitHub release page](https://github.com/Keats/gutenberg/releases). -## Mac OS +## macOS Gutenberg is available on [Brew](https://brew.sh): From 5be4b822f9591d7d4a423ed1c014ff73862fc537 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 8 Oct 2018 13:08:41 +0200 Subject: [PATCH 4/6] Link to list of themes from themes docs --- .../content/documentation/themes/installing-and-using-themes.md | 2 ++ docs/content/documentation/themes/overview.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/content/documentation/themes/installing-and-using-themes.md b/docs/content/documentation/themes/installing-and-using-themes.md index 6d82989a..7f0cb0bd 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 diff --git a/docs/content/documentation/themes/overview.md b/docs/content/documentation/themes/overview.md index 982f515d..bf8e8289 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 Gutenberg, from shortcodes to Sass compilation. +A list of themes is available [on this very website](./themes/_index.md). + From dd13f30a41a18d50cf57d6978480370bf37db9e1 Mon Sep 17 00:00:00 2001 From: Elias Roa Date: Wed, 10 Oct 2018 15:21:58 -0600 Subject: [PATCH 5/6] Minor documentation typo fixes --- docs/content/documentation/getting-started/cli-usage.md | 2 +- .../content/documentation/themes/installing-and-using-themes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/getting-started/cli-usage.md b/docs/content/documentation/getting-started/cli-usage.md index c6427521..9ad9bf91 100644 --- a/docs/content/documentation/getting-started/cli-usage.md +++ b/docs/content/documentation/getting-started/cli-usage.md @@ -36,7 +36,7 @@ $ gutenberg 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 $ gutenberg build --output-dir $DOCUMENT_ROOT diff --git a/docs/content/documentation/themes/installing-and-using-themes.md b/docs/content/documentation/themes/installing-and-using-themes.md index 7f0cb0bd..2827e319 100644 --- a/docs/content/documentation/themes/installing-and-using-themes.md +++ b/docs/content/documentation/themes/installing-and-using-themes.md @@ -40,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: ``` From dc10fec0c927e55b24da1ce88c0b7b12dea02b70 Mon Sep 17 00:00:00 2001 From: Jens Getreu Date: Tue, 30 Oct 2018 07:44:02 +0200 Subject: [PATCH 6/6] Update EXAMPLES.md --- EXAMPLES.md | 1 + 1 file changed, 1 insertion(+) 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) | |