summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2017-02-23 22:05:38 +0100
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-02-23 22:05:38 +0100
commite9921ae4b267ea7200aa67e6397f757b22a8261f (patch)
tree975a2187a0a7d52c178ab6a96d39c79a4e0e0947
parent950d1aa1b336ac0759885ac22d600876fa6978b4 (diff)
docs: Mention Hugo's official twitter account
-rw-r--r--README.md2
-rw-r--r--docs/content/community/mailing-list.md8
-rw-r--r--docs/layouts/index.html2
3 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index c9a49753e..70b71ee43 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ A Fast and Flexible Static Site Generator built with love by [spf13](http://spf1
[Documentation](https://gohugo.io/overview/introduction/) |
[Installation Guide](https://gohugo.io/overview/installing/) |
[Contribution Guide](CONTRIBUTING.md) |
-[Twitter](http://twitter.com/spf13)
+[Twitter](http://twitter.com/gohugoio)
[![GoDoc](https://godoc.org/github.com/spf13/hugo?status.svg)](https://godoc.org/github.com/spf13/hugo)
[![Linux and OS X Build Status](https://api.travis-ci.org/spf13/hugo.svg?branch=master&label=Linux+and+OS+X+build "Linux and OS X Build Status")](https://travis-ci.org/spf13/hugo)
diff --git a/docs/content/community/mailing-list.md b/docs/content/community/mailing-list.md
index 452184e00..e1c190220 100644
--- a/docs/content/community/mailing-list.md
+++ b/docs/content/community/mailing-list.md
@@ -16,6 +16,10 @@ Hugo has its own [discussion forum](http://discuss.gohugo.io/) powered by [Disco
Please use this for all discussions, questions, etc.
+### Twitter
+
+Get the latest bite-sized news and themes from the Hugo community on Twitter by following [@gohugoio](http://twitter.com/gohugoio).
+
## Mailing List
Hugo has two mailing lists:
@@ -45,7 +49,3 @@ https://groups.google.com/forum/#!forum/golang-nuts
### GitHub Issues
https://github.com/spf13/hugo/issues
-
-### Twitter
-
-Hugo doesn't have its own Twitter handle, but feel free to tweet [@spf13](http://twitter.com/spf13).
diff --git a/docs/layouts/index.html b/docs/layouts/index.html
index 84c272000..9ddf4a874 100644
--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -271,7 +271,7 @@
<div class="row">
<div class="text-center col-md-6 col-md-offset-3">
<ul class="list-inline">
- <li><a class="icon-twitter icon-2x" href="https://twitter.com/spf13"></a></li>
+ <li><a class="icon-twitter icon-2x" href="https://twitter.com/gohugoio"></a></li>
<li><a class="icon-octocat icon-2x" href="https://github.com/spf13/hugo"></a></li>
</ul>
<hr>