diff --git a/README.md b/README.md index 719a4d0af..4b3e8c1d1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is *not* a new theme or skin for the [current website](https://gohugo.io). I originally posed a source reorganization of the current website in this Discuss thread in November 2016 here: - + I reorganized the docs content and realized it did very little to make the documentation more intelligible or intuitive. diff --git a/content/about/roadmap.md b/content/about/roadmap.md index f2f5c6627..c54f7fdc5 100644 --- a/content/about/roadmap.md +++ b/content/about/roadmap.md @@ -44,7 +44,7 @@ Feel free to [contribute to Hugo's development][devcontribute], [improve Hugo's [migrate]: /tools/migrations/ [milestones]: https://github.com/spf13/hugo/milestone/14 [newissue]: https://github.com/spf13/hugo/issues/ -[related forum thread]: https://discuss.gohugo.io/t/web-based-editor/155 +[related forum thread]: https://disourse.gohugo.io/t/web-based-editor/155 [themes]: /themes/ [themescontrib]: /contribute/themes/ [tutorials]: /tutorials diff --git a/content/content-management/comments.md b/content/content-management/comments.md index 4f6981c89..324290014 100644 --- a/content/content-management/comments.md +++ b/content/content-management/comments.md @@ -76,7 +76,7 @@ It is in early development but shows promise. If you have interest, please help [configuration]: /getting-started/configuration/ [disquspartial]: /templates/partials/#disqus [disqussetup]: https://disqus.com/profile/signup/ -[forum]: https://discuss.gohugo.io +[forum]: https://discourse.gohugo.io [front matter]: /content-management/front-matter/ [Graph Comment]: https://graphcomment.com/ [kaijuissue]: https://github.com/spf13/kaiju/issues/new diff --git a/content/content-management/organization.md b/content/content-management/organization.md index 8c46d63d2..ae9edd37e 100644 --- a/content/content-management/organization.md +++ b/content/content-management/organization.md @@ -197,7 +197,7 @@ layout: mylayout --- ``` {{% /code %}} - + diff --git a/content/contribute/development.md b/content/contribute/development.md index 0ecaba95a..d9dabed4f 100644 --- a/content/contribute/development.md +++ b/content/contribute/development.md @@ -31,7 +31,7 @@ This contribution guide takes a step-by-step approach in hopes of helping newcom * You are a fan of Hugo and enthusiastic about contributing to the project {{% note "Additional Questions?" %}} -If you're struggling at any point in this contribution guide, reach out to the Hugo community in [Hugo's Discussion forum](https://discuss.gohugo.io). +If you're struggling at any point in this contribution guide, reach out to the Hugo community in [Hugo's Discussion forum](https://discourse.gohugo.io). {{% /note %}} ## Installing Golang @@ -400,7 +400,7 @@ Feel free to [open an issue][newissue] if you think you found a bug or you have [codecademy]: https://www.codecademy.com/learn/learn-git [contributors]: https://github.com/spf13/hugo/graphs/contributors [docscontrib]: /contribute/documentation/ -[forums]: https://discuss.gohugo.io +[forums]: https://discourse.gohugo.io [gitbook]: https://git-scm.com/ [gobootcamp]: http://www.golangbootcamp.com/book/get_setup [godl]: https://golang.org/dl/ diff --git a/content/functions/apply.md b/content/functions/apply.md index 485ce997b..903ba94e8 100644 --- a/content/functions/apply.md +++ b/content/functions/apply.md @@ -21,7 +21,7 @@ draft: false aliases: [] --- - + Given a map, array, or slice, `apply` returns a new slice with a function applied over it. `apply` expects at least three parameters, depending on the function being applied. diff --git a/content/functions/format.md b/content/functions/format.md index 0516853ce..b6613dee0 100644 --- a/content/functions/format.md +++ b/content/functions/format.md @@ -109,7 +109,7 @@ Hugo assumes you want to append `nd` as a string to the day of the month and out Mar 3nd 2017 ``` - + ### Using `.Local` and `.UTC` diff --git a/content/getting-started/directory-structure.md b/content/getting-started/directory-structure.md index d2afa8be2..dc83ca06d 100644 --- a/content/getting-started/directory-structure.md +++ b/content/getting-started/directory-structure.md @@ -62,7 +62,7 @@ used by Hugo when generating your website. You can write these files in YAML, JS : stores all the static content for your future website: images, CSS, JavaScript, etc. When Hugo builds your site, all assets inside your static directory are copied over as-is. A good example of using the `static` folder is for [verifying site ownership on Google Search Console][searchconsole], where you want Hugo to copy over a complete HTML file without modifying its content. {{% note %}} -Hugo does not currently ship with an asset pipeline ([#3207](https://github.com/spf13/hugo/issues/3207)). You can solicit support from the community in the [Hugo forums](https://discuss.gohugo.io) or check out a few of the [Hugo starter kits](/tools/starter-kits/) for examples of how Hugo developers are managing static assets. +Hugo does not currently ship with an asset pipeline ([#3207](https://github.com/spf13/hugo/issues/3207)). You can solicit support from the community in the [Hugo forums](https://discourse.gohugo.io) or check out a few of the [Hugo starter kits](/tools/starter-kits/) for examples of how Hugo developers are managing static assets. {{% /note %}} @@ -82,4 +82,4 @@ Hugo does not currently ship with an asset pipeline ([#3207](https://github.com/ [starters]: /tools/starter-kits/ [taxonomies]: /content-management/taxonomies/ [taxonomy templates]: /templates/taxonomy-templates/ -[types]: /content-management/types/ \ No newline at end of file +[types]: /content-management/types/ diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index f97049f40..6963e38ad 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -482,7 +482,7 @@ Now that you've installed Hugo, read the [Quick Start guide][quickstart] and exp [Chocolatey]: https://chocolatey.org/ [content]: /content-management/ [@dhersam]: https://github.com/dhersam -[forum]: https://discuss.gohugo.io +[forum]: https://discourse.gohugo.io [govendor]: https://github.com/kardianos/govendor [highlight shortcode]: /content-management/shortcodes/#highlight [installgit]: http://git-scm.com/ @@ -490,7 +490,7 @@ Now that you've installed Hugo, read the [Quick Start guide][quickstart] and exp [Path Editor]: https://patheditor2.codeplex.com/ [pygments]: https://pygments.org [quickstart]: /getting-started/quick-start/ -[redhatforum]: https://discuss.gohugo.io/t/solved-fedora-copr-repository-out-of-service/2491 +[redhatforum]: https://discourse.gohugo.io/t/solved-fedora-copr-repository-out-of-service/2491 [releases]: https://github.com/gohugoio/hugo/releases [snaps]: http://snapcraft.io/docs/core/install [windowsarch]: https://esupport.trendmicro.com/en-us/home/pages/technical-support/1038680.aspx diff --git a/content/getting-started/quick-start.md b/content/getting-started/quick-start.md index 55a334670..4deacb199 100644 --- a/content/getting-started/quick-start.md +++ b/content/getting-started/quick-start.md @@ -566,7 +566,7 @@ Here's what you should look into next: [configuration]: /getting-started/configuration/ [createtheme]: /themes/creating/ [datatemplates]: /templates/data-templates/ -[forum]: https://discuss.gohugo.io +[forum]: https://discourse.gohugo.io [fm]: /content-management/front-matter/ [hostinganddeploy]: /hosting-and-deployment/ [hugodirectories]: /getting-started/directory-structure/ diff --git a/content/mailing-list.md b/content/mailing-list.md index 37175c2e1..b2d715203 100644 --- a/content/mailing-list.md +++ b/content/mailing-list.md @@ -15,7 +15,7 @@ toc: false ## Discussion Forum -Hugo has its own [discussion forum](http://discuss.gohugo.io/) powered by [Discourse](http://www.discourse.org/). +Hugo has its own [discussion forum](http://discourse.gohugo.io/) powered by [Discourse](http://www.discourse.org/). Please use this for all discussions, questions, etc. @@ -32,7 +32,7 @@ Very low traffic. Only releases will be emailed here. ### Discussion Forum (Archived) {{% note %}} -This has been replaced with the [Hugo discussion forum](http://discuss.gohugo.io/) and is available for archival purposes only. +This has been replaced with the [Hugo discussion forum](http://discourse.gohugo.io/) and is available for archival purposes only. {{% /note %}} You can find the old Hugo discussion forum at . diff --git a/content/news/0-16.md b/content/news/0-16.md index f3ed31bc7..d6f2c8b54 100644 --- a/content/news/0-16.md +++ b/content/news/0-16.md @@ -247,4 +247,4 @@ Huge thanks to all who participated in this release. A special thanks to Using the Hugo v0.15 32-bit Windows or ARM binary, running `hugo server` would crash or hang due to a [memory alignment issue](https://golang.org/pkg/sync/atomic/#pkg-note-BUG) in [Afero](https://github.com/spf13/afero). The bug was discovered shortly after the v0.15.0 release and has since been [fixed](https://github.com/spf13/afero/pull/23) by {{< gh "@tpng" >}}. If you encounter this bug, you may either compile Hugo v0.16-DEV from source, or use the following solution/workaround: * **64-bit Windows users: Please use [hugo_0.15_windows_amd64.zip](https://github.com/spf13/hugo/releases/download/v0.15/hugo_0.15_windows_amd64.zip)** (amd64 == x86-64). It is only the 32-bit hugo_0.15_windows_386.zip that crashes/hangs (see {{< gh 1621 >}} and {{< gh 1628 >}}). -* **32-bit Windows and ARM users: Please run `hugo server --renderToDisk` as a workaround** until Hugo v0.16 is released (see [“hugo server” returns runtime error on armhf](https://discuss.gohugo.io/t/hugo-server-returns-runtime-error-on-armhf/2293) and {{< gh 1716 >}}). +* **32-bit Windows and ARM users: Please run `hugo server --renderToDisk` as a workaround** until Hugo v0.16 is released (see [“hugo server” returns runtime error on armhf](https://discourse.gohugo.io/t/hugo-server-returns-runtime-error-on-armhf/2293) and {{< gh 1716 >}}). diff --git a/content/news/release-notes.md b/content/news/release-notes.md index f0ad57697..65137f20e 100644 --- a/content/news/release-notes.md +++ b/content/news/release-notes.md @@ -646,7 +646,7 @@ Huge thanks to all who participated in this release. A special thanks to Using the Hugo v0.15 32-bit Windows or ARM binary, running `hugo server` would crash or hang due to a [memory alignment issue](https://golang.org/pkg/sync/atomic/#pkg-note-BUG) in [Afero](https://github.com/spf13/afero). The bug was discovered shortly after the v0.15.0 release and has since been [fixed](https://github.com/spf13/afero/pull/23) by {{< gh "@tpng" >}}. If you encounter this bug, you may either compile Hugo v0.16-DEV from source, or use the following solution/workaround: * **64-bit Windows users: Please use [hugo_0.15_windows_amd64.zip](https://github.com/spf13/hugo/releases/download/v0.15/hugo_0.15_windows_amd64.zip)** (amd64 == x86-64). It is only the 32-bit hugo_0.15_windows_386.zip that crashes/hangs (see {{< gh 1621 >}} and {{< gh 1628 >}}). -* **32-bit Windows and ARM users: Please run `hugo server --renderToDisk` as a workaround** until Hugo v0.16 is released (see [“hugo server” returns runtime error on armhf](https://discuss.gohugo.io/t/hugo-server-returns-runtime-error-on-armhf/2293) and {{< gh 1716 >}}). +* **32-bit Windows and ARM users: Please run `hugo server --renderToDisk` as a workaround** until Hugo v0.16 is released (see [“hugo server” returns runtime error on armhf](https://discourse.gohugo.io/t/hugo-server-returns-runtime-error-on-armhf/2293) and {{< gh 1716 >}}). ---- diff --git a/content/templates/base.md b/content/templates/base.md index b7c245165..fa20422e2 100644 --- a/content/templates/base.md +++ b/content/templates/base.md @@ -116,7 +116,7 @@ Code that you put outside the block definitions *can* break your layout. This ev ...your code here {{ end }} ``` -[See this thread from the Hugo discussion forums.](https://discuss.gohugo.io/t/baseof-html-block-templates-and-list-types-results-in-empty-pages/5612/6) +[See this thread from the Hugo discussion forums.](https://discourse.gohugo.io/t/baseof-html-block-templates-and-list-types-results-in-empty-pages/5612/6) {{% /warning %}} The following shows how you can override both the `"main"` and `"title"` block areas from the base template with code unique to your [default single page template][singletemplate]: diff --git a/content/templates/internal.md b/content/templates/internal.md index afc92a1a2..dfc49c1dd 100644 --- a/content/templates/internal.md +++ b/content/templates/internal.md @@ -18,7 +18,7 @@ aliases: [] toc: true wip: true --- - {{% warning %}} diff --git a/content/templates/taxonomy-templates.md b/content/templates/taxonomy-templates.md index 45ff5a5b7..1514d63b8 100644 --- a/content/templates/taxonomy-templates.md +++ b/content/templates/taxonomy-templates.md @@ -19,7 +19,7 @@ toc: true --- +https://discourse.gohugo.io/t/how-to-specify-category-slug/4856/15 for original discussion.--> Hugo includes support for user-defined groupings of content called **taxonomies**. Taxonomies are classifications that demonstrate logical relationships between content. See [Taxonomies under Content Management](/content-management/taxonomies) if you are unfamiliar with how Hugo leverages this powerful feature. diff --git a/content/troubleshooting/_index.md b/content/troubleshooting/_index.md index bfc1d8311..614ea209a 100644 --- a/content/troubleshooting/_index.md +++ b/content/troubleshooting/_index.md @@ -23,4 +23,4 @@ The Troubleshooting section includes known issues, recent workarounds, and FAQs -[forum]: https://discuss.gohugo.io +[forum]: https://discourse.gohugo.io diff --git a/content/troubleshooting/accented-characters-in-urls.md b/content/troubleshooting/accented-characters-in-urls.md index 6b519abfe..68d370877 100644 --- a/content/troubleshooting/accented-characters-in-urls.md +++ b/content/troubleshooting/accented-characters-in-urls.md @@ -49,7 +49,7 @@ Please make sure you have the latest version of rsync 3.x installed. The rsync t ### Discussion Forum References -* http://discuss.gohugo.io/t/categories-with-accented-characters/505 +* http://discourse.gohugo.io/t/categories-with-accented-characters/505 * http://wiki.apache.org/subversion/NonNormalizingUnicodeCompositionAwareness * https://en.wikipedia.org/wiki/Unicode_equivalence#Example * http://zaiste.net/2012/07/brand_new_rsync_for_osx/ diff --git a/content/troubleshooting/build-performance.md b/content/troubleshooting/build-performance.md index 0ecb277ec..23cc759b0 100644 --- a/content/troubleshooting/build-performance.md +++ b/content/troubleshooting/build-performance.md @@ -18,6 +18,6 @@ toc: true wip: true --- - + diff --git a/content/troubleshooting/eof-error.md b/content/troubleshooting/eof-error.md index 308904d06..3403ed30a 100644 --- a/content/troubleshooting/eof-error.md +++ b/content/troubleshooting/eof-error.md @@ -41,8 +41,8 @@ As of v0.13, Hugo's parser has been enhanced to accommodate archetype files with ## Discussion Forum References -* http://discuss.gohugo.io/t/archetypes-not-properly-working-in-0-12/544 -* http://discuss.gohugo.io/t/eol-f-in-archetype-files/554 +* http://discourse.gohugo.io/t/archetypes-not-properly-working-in-0-12/544 +* http://discourse.gohugo.io/t/eol-f-in-archetype-files/554 ## Related Hugo Issues