mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 08:14:43 -04:00
Update content files with new discussion URL
This commit is contained in:
parent
ce7fc7dee7
commit
d349ce8e4c
@ -13,7 +13,7 @@ title: Contributing to Hugo
|
||||
weight: 30
|
||||
---
|
||||
|
||||
All contributions to Hugo are welcome. Whether you want to scratch an itch or simply contribute to the project, feel free to pick something from the [roadmap]({{< relref "meta/roadmap.md" >}}) or contact the dev team via the [Forums](https://discuss.gohugo.io/) or [Gitter](https://gitter.im/gohugoio/hugo) about what may make sense to do next.
|
||||
All contributions to Hugo are welcome. Whether you want to scratch an itch or simply contribute to the project, feel free to pick something from the [roadmap]({{< relref "meta/roadmap.md" >}}) or contact the dev team via the [Forums](https://discourse.gohugo.io/) or [Gitter](https://gitter.im/gohugoio/hugo) about what may make sense to do next.
|
||||
|
||||
You should fork the project and make your changes. *We encourage pull requests to discuss code changes.*
|
||||
|
||||
|
@ -12,7 +12,7 @@ weight: 10
|
||||
|
||||
## 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](https://discourse.gohugo.io/) powered by [Discourse](http://www.discourse.org/).
|
||||
|
||||
Please use this for all discussions, questions, etc.
|
||||
|
||||
@ -31,7 +31,7 @@ https://groups.google.com/forum/#!forum/hugo-announce
|
||||
|
||||
### Discussion (Archive)
|
||||
|
||||
**This has been replaced with the [Hugo discussion forum](http://discuss.gohugo.io/).**
|
||||
**This has been replaced with the [Hugo discussion forum](https://discourse.gohugo.io/).**
|
||||
|
||||
It is available for archival purposes.
|
||||
|
||||
|
@ -95,5 +95,5 @@ It is in early development but shows promise. If you have interest, please help
|
||||
|
||||
## Discourse
|
||||
|
||||
Additionally, you may recognize [Discourse](http://www.discourse.org) as the system that powers the [Hugo Discussion Forum](http://discuss.gohugo.io).
|
||||
Additionally, you may recognize [Discourse](http://www.discourse.org) as the system that powers the [Hugo Discussion Forum](https://discourse.gohugo.io).
|
||||
|
||||
|
@ -17,7 +17,7 @@ In no particular order, here is what we are working on:
|
||||
* Intelligently related posts ([#98][])
|
||||
* Even easier deployment to S3, SSH, GitHub, rsync. Give the [tools section](https://gohugo.io/tools/#deployment) a shot or read one of the related tutorials.
|
||||
* Import from other website systems. There are already existing [migration tools](https://gohugo.io/tools/#migration) but they don't cover all major platforms.
|
||||
* An interactive web based editor (See https://discuss.gohugo.io/t/web-based-editor/155)
|
||||
* An interactive web based editor (See https://discourse.gohugo.io/t/web-based-editor/155)
|
||||
* Additional [themes](https://github.com/gohugoio/hugoThemes) (always on-going, contributions welcome!)
|
||||
* Dynamic image resizing via shortcodes ([#1014][])
|
||||
* Native support for additional content formats (AsciiDoc [#1435][], reST [#1436][])
|
||||
|
@ -91,7 +91,7 @@ Cons:
|
||||
* https://copr.fedorainfracloud.org/coprs/spf13/Hugo/ (updated to Hugo v0.16)
|
||||
* https://copr.fedorainfracloud.org/coprs/daftaupe/hugo/ (updated to Hugo v0.22) : usually released a few days after the official Hugo release.
|
||||
|
||||
See also [this discussion](https://discuss.gohugo.io/t/solved-fedora-copr-repository-out-of-service/2491).
|
||||
See also [this discussion](https://discourse.gohugo.io/t/solved-fedora-copr-repository-out-of-service/2491).
|
||||
|
||||
### Snap package for Hugo
|
||||
|
||||
|
@ -194,4 +194,4 @@ as I have writing it.
|
||||
* [Quick start](/overview/quickstart/)
|
||||
* [Join the Mailing List](/community/mailing-list/)
|
||||
* [Star us on GitHub](https://github.com/gohugoio/hugo)
|
||||
* [Discussion Forum](http://discuss.gohugo.io/)
|
||||
* [Discussion Forum](https://discourse.gohugo.io/)
|
||||
|
@ -6,7 +6,7 @@ title: 0.20.6
|
||||
|
||||
|
||||
|
||||
There have been some [shouting on discuss.gohugo.io](https://discuss.gohugo.io/t/index-md-is-generated-in-subfolder-index-index-html-hugo-0-20/6338/15) about some broken sites after the release of Hugo `0.20`. This release reintroduces the old behaviour, making `/my-blog-post/index.md` work as expected.
|
||||
There have been some [shouting on discuss.gohugo.io](https://discourse.gohugo.io/t/index-md-is-generated-in-subfolder-index-index-html-hugo-0-20/6338/15) about some broken sites after the release of Hugo `0.20`. This release reintroduces the old behaviour, making `/my-blog-post/index.md` work as expected.
|
||||
|
||||
Hugo now has:
|
||||
|
||||
|
@ -630,7 +630,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/gohugoio/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 >}}).
|
||||
|
||||
----
|
||||
|
||||
|
@ -39,7 +39,7 @@ Please make sure you have the latest version rsync 3.x installed. The rsync tha
|
||||
|
||||
### References
|
||||
|
||||
* http://discuss.gohugo.io/t/categories-with-accented-characters/505
|
||||
* https://discourse.gohugo.io/t/categories-with-accented-characters/505
|
||||
* [Converting UTF-8 NFD filenames to UTF-8 NFC, in either rsync or afpd](http://serverfault.com/questions/397420/converting-utf-8-nfd-filenames-to-utf-8-nfc-in-either-rsync-or-afpd) (Server Fault)
|
||||
* http://wiki.apache.org/subversion/NonNormalizingUnicodeCompositionAwareness
|
||||
* https://en.wikipedia.org/wiki/Unicode_equivalence#Example
|
||||
|
@ -10,23 +10,23 @@ weight: 0
|
||||
|
||||
Got stuck? Worry not! Chances are other users have encountered
|
||||
the exact same problem as you have, brought it up for
|
||||
[discussion](http://discuss.gohugo.io/), and have likely found a solution
|
||||
[discussion](https://discourse.gohugo.io/), and have likely found a solution
|
||||
through the collective wisdom of our vibrant Hugo community!
|
||||
|
||||
Here are some examples:
|
||||
|
||||
* [`hugo new` aborts with cryptic EOF error](/troubleshooting/strange-eof-error/) (affects v0.12 and lower)
|
||||
* [Categories with accented characters inaccessible](/troubleshooting/categories-with-accented-characters/) (affects Mac OS X users)
|
||||
* [My CSS files aren't loaded!](http://discuss.gohugo.io/t/deployment-workflow/90/15)
|
||||
* [How do I include an image gallery on my website?](http://discuss.gohugo.io/t/image-gallery/594)
|
||||
* [My CSS files aren't loaded!](https://discourse.gohugo.io/t/deployment-workflow/90/15)
|
||||
* [How do I include an image gallery on my website?](https://discourse.gohugo.io/t/image-gallery/594)
|
||||
* ... And a lot more!
|
||||
|
||||
{{% youtube c8fJIRNChmU %}}
|
||||
|
||||
Indeed, you may find many questions and solutions
|
||||
to problems in our [discussion forum](http://discuss.gohugo.io/),
|
||||
and you may find the [support](http://discuss.gohugo.io/category/support)
|
||||
and [tips & tricks](http://discuss.gohugo.io/category/tips-tricks)
|
||||
to problems in our [discussion forum](https://discourse.gohugo.io/),
|
||||
and you may find the [support](https://discourse.gohugo.io/category/support)
|
||||
and [tips & tricks](https://discourse.gohugo.io/category/tips-tricks)
|
||||
categories particularly helpful.
|
||||
|
||||
Can't find anything? Please write on the forum and post your questions
|
||||
|
@ -27,8 +27,8 @@ weight: 5
|
||||
|
||||
Thank you for reporting this issue. The solution is to add a final newline (i.e. EOL) to the end of your default.md archetype file of your theme. More discussions happened on the forum here:
|
||||
|
||||
* http://discuss.gohugo.io/t/archetypes-not-properly-working-in-0-12/544
|
||||
* http://discuss.gohugo.io/t/eol-f-in-archetype-files/554
|
||||
* https://discourse.gohugo.io/t/archetypes-not-properly-working-in-0-12/544
|
||||
* https://discourse.gohugo.io/t/eol-f-in-archetype-files/554
|
||||
|
||||
Due to popular demand, Hugo's parser has been enhanced to
|
||||
accommodate archetype files without final EOL,
|
||||
|
@ -16,7 +16,7 @@ Hugo is an open source project and lives by the work of its [contributors](https
|
||||
|
||||
This tutorial is intended for people who are new to Git, GitHub or open source projects in general. It should help to overcome most of the barriers that newcomers encounter. It describes step by step what you need to do.
|
||||
|
||||
For any kind of questions please take a look at our [forum](https://discuss.gohugo.io/).
|
||||
For any kind of questions please take a look at our [forum](https://discourse.gohugo.io/).
|
||||
|
||||
## Install Go
|
||||
|
||||
|
@ -98,7 +98,7 @@ Hugo Static Site Generator v0.13 BuildDate: 2015-03-09T21:34:47-05:00
|
||||
You've installed Hugo. Now you need to set up your site. Read the
|
||||
[Quickstart guide](/overview/quickstart/), explore the rest of the
|
||||
documentation, and if you still have questions
|
||||
[just ask!](http://discuss.gohugo.io/ "Discussion forum")
|
||||
[just ask!](https://discourse.gohugo.io/ "Discussion forum")
|
||||
|
||||
## From Tarball
|
||||
|
||||
@ -188,7 +188,7 @@ Close the terminal and then open a new terminal to pick up the changes to your p
|
||||
You've installed Hugo. Now you need to set up your site. Read the
|
||||
[Quickstart guide](/overview/quickstart/), explore the rest of the
|
||||
documentation, and if you still have questions
|
||||
[just ask!](http://discuss.gohugo.io/ "Discussion forum")
|
||||
[just ask!](https://discourse.gohugo.io/ "Discussion forum")
|
||||
|
||||
## Building from Source
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user