mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Replace all instances of discuss.gohugo.io with new discourse.gohugo.io URL
This commit is contained in:
@@ -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:
|
||||
|
||||
<https://discuss.gohugo.io/t/proposed-source-organization-for-hugo-docs-concept/4506>
|
||||
<https://discourse.gohugo.io/t/proposed-source-organization-for-hugo-docs-concept/4506>
|
||||
|
||||
I reorganized the docs content and realized it did very little to make the documentation more intelligible or intuitive.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -197,7 +197,7 @@ layout: mylayout
|
||||
---
|
||||
```
|
||||
{{% /code %}}
|
||||
<!-- See https://discuss.gohugo.io/t/path-not-works/6387 -->
|
||||
<!-- See https://discourse.gohugo.io/t/path-not-works/6387 -->
|
||||
<!-- ### `path`
|
||||
|
||||
`path` can be provided in the front matter. This will replace the actual path to the file on disk. Destination will create the destination with the same path, including the section. -->
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -21,7 +21,7 @@ draft: false
|
||||
aliases: []
|
||||
---
|
||||
|
||||
<!-- POTENTIAL NEW CONTENT: see apply/sequence discussion: https://discuss.gohugo.io/t/apply-printf-on-a-sequence/5722; -->
|
||||
<!-- POTENTIAL NEW CONTENT: see apply/sequence discussion: https://discourse.gohugo.io/t/apply-printf-on-a-sequence/5722; -->
|
||||
|
||||
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.
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
<!-- Content idea: see https://discuss.gohugo.io/t/formatting-a-date-with-suffix-2nd/5701 -->
|
||||
<!-- Content idea: see https://discourse.gohugo.io/t/formatting-a-date-with-suffix-2nd/5701 -->
|
||||
|
||||
### Using `.Local` and `.UTC`
|
||||
|
||||
|
||||
@@ -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/
|
||||
[types]: /content-management/types/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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 <https://groups.google.com/forum/#!forum/hugo-discuss>.
|
||||
|
||||
@@ -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 >}}).
|
||||
|
||||
@@ -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 >}}).
|
||||
|
||||
----
|
||||
|
||||
|
||||
@@ -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]:
|
||||
|
||||
@@ -18,7 +18,7 @@ aliases: []
|
||||
toc: true
|
||||
wip: true
|
||||
---
|
||||
<!-- reference: https://discuss.gohugo.io/t/lookup-order-for-partials/5705/6
|
||||
<!-- reference: https://discourse.gohugo.io/t/lookup-order-for-partials/5705/6
|
||||
code: https://github.com/spf13/hugo/blob/e445c35d6a0c7f5fc2f90f31226cd1d46e048bbc/tpl/template_embedded.go#L147 -->
|
||||
|
||||
{{% warning %}}
|
||||
|
||||
@@ -19,7 +19,7 @@ toc: true
|
||||
---
|
||||
|
||||
<!-- NOTE! Check on https://github.com/spf13/hugo/issues/2826 for shifting of terms' pages to .Data.Pages AND
|
||||
https://discuss.gohugo.io/t/how-to-specify-category-slug/4856/15 for original discussion.-->
|
||||
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.
|
||||
|
||||
|
||||
@@ -23,4 +23,4 @@ The Troubleshooting section includes known issues, recent workarounds, and FAQs
|
||||
|
||||
|
||||
|
||||
[forum]: https://discuss.gohugo.io
|
||||
[forum]: https://discourse.gohugo.io
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -18,6 +18,6 @@ toc: true
|
||||
wip: true
|
||||
---
|
||||
|
||||
<!-- See https://discuss.gohugo.io/t/new-docs-site-need-feedback/5765/6-->
|
||||
<!-- See https://discourse.gohugo.io/t/new-docs-site-need-feedback/5765/6-->
|
||||
|
||||
<!-- Lots of forums threads that give the same answers. Should call attention to --verbose, --stepAnalysis, and --renderToMemory (for troubleshooting disk I/O). Highlight partialCached template function. -->
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user