mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
examples: Update examples to point to gohugoio/hugo
This commit is contained in:
parent
66d4850b89
commit
db46bcf82d
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
Hugo Example Blog
|
Hugo Example Blog
|
||||||
=================
|
=================
|
||||||
|
|
||||||
This repository provides a fully-working example of a [Hugo](https://github.com/spf13/hugo)-powered blog. Many
|
This repository provides a fully-working example of a [Hugo](https://github.com/gohugoio/hugo)-powered blog. Many
|
||||||
Hugo-specific features are used as a way to see them in action, and hopefully ease the learning curve for creating your
|
Hugo-specific features are used as a way to see them in action, and hopefully ease the learning curve for creating your
|
||||||
very own site with Hugo.
|
very own site with Hugo.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<p>© Enthusiastic Hugo User {{ .Now.Format "2006" }} ·
|
<p>© Enthusiastic Hugo User {{ .Now.Format "2006" }} ·
|
||||||
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
|
Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
|
@ -7,8 +7,8 @@ and multilingualization (m17n) in Hugo-generated websites.
|
||||||
The example works well for the most part, though some minor issues remain.
|
The example works well for the most part, though some minor issues remain.
|
||||||
Please see relevant discussions below:
|
Please see relevant discussions below:
|
||||||
|
|
||||||
* https://github.com/spf13/hugo/issues/129 Multiple languages
|
* https://github.com/gohugoio/hugo/issues/129 Multiple languages
|
||||||
* https://github.com/spf13/hugo/issues/134 Example of a multilingual site
|
* https://github.com/gohugoio/hugo/issues/134 Example of a multilingual site
|
||||||
|
|
||||||
Alternatively follow our [multilingual site tutorial](http://gohugo.io/tutorials/create-a-multilingual-site/).
|
Alternatively follow our [multilingual site tutorial](http://gohugo.io/tutorials/create-a-multilingual-site/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue