config.toml: Update links for GH org and forum

This commit is contained in:
digitalcraftsman 2017-06-17 12:52:24 +02:00 committed by GitHub
parent d78c5b4d5c
commit acd7ffdf46

View File

@ -56,13 +56,13 @@ twitter = "GoHugoIO"
## This is used when the BaseURL does not need to modified (eg, in share links or in prerender, prefetch, etc to control for relativeURLs setting); do *not* include trailing slash ## This is used when the BaseURL does not need to modified (eg, in share links or in prerender, prefetch, etc to control for relativeURLs setting); do *not* include trailing slash
siteaddress = "https://hugodocs.info" siteaddress = "https://hugodocs.info"
## Gh repo for site footer (include trailing slash) ## Gh repo for site footer (include trailing slash)
ghrepo = "https://github.com/spf13/hugo/" ghrepo = "https://github.com/gohugoio/hugo/"
### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links) ### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links)
ghdocsrepo = "https://github.com/spf13/hugo/tree/master/docs" ghdocsrepo = "https://github.com/gohugoio/hugo/tree/master/docs"
## Gitter URL ## Gitter URL
gitter = "https://gitter.im/spf13/hugo" gitter = "https://gitter.im/spf13/hugo"
## Discuss Forum URL ## Discuss Forum URL
forum = "https://discuss.gohugo.io" forum = "https://discourse.gohugo.io/"
## Google Tag Manager ## Google Tag Manager
gtmid = "" gtmid = ""
@ -213,7 +213,7 @@ twitter = "GoHugoIO"
name = "Themes" name = "Themes"
weight = 10 weight = 10
identifier = "themes" identifier = "themes"
url = "http://themes.gohugo.io/" url = "https://themes.gohugo.io/"
# Anything with a weight > 100 gets an external icon # Anything with a weight > 100 gets an external icon
[[menu.global]] [[menu.global]]
@ -222,7 +222,7 @@ twitter = "GoHugoIO"
icon = true icon = true
identifier = "community" identifier = "community"
post = "external" post = "external"
url = "https://discuss.gohugo.io/" url = "https://discourse.gohugo.io/"
[[menu.global]] [[menu.global]]
@ -230,4 +230,4 @@ twitter = "GoHugoIO"
weight = 200 weight = 200
identifier = "github" identifier = "github"
post = "external" post = "external"
url = "https://github.com/spf13/hugo" url = "https://github.com/gohugoio/hugo"