1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Adding community section to the documentation

This commit is contained in:
spf13
2013-12-10 19:38:52 -05:00
parent ceb708052a
commit dd574628a0
7 changed files with 87 additions and 9 deletions

View File

@@ -1,25 +1,30 @@
---
title: "Contributing to Hugo"
date: "2013-07-01"
aliases: ["/doc/contributing/"]
groups: ["meta"]
aliases: ["/doc/contributing/", "/meta/contributing/"]
groups: ["community"]
groups_weight: 30
---
We welcome all contributions. If you want to contribute, all
that is needed is simply fork Hugo, make changes and submit
a pull request. If you prefer, pick something from the roadmap
a pull request. **All pull requests must include comprehensive test cases.**
If you prefer, pick something from the roadmap
or contact [spf13](http://spf13.com) about what may make sense
to do next.
## Overview
1. Fork it from https://github.com/spf13/hugo
1. Fork Hugo from https://github.com/spf13/hugo
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
4. Commit passing tests to validate changes.
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request
# Building from source
### Clone locally (for contributors):
git clone https://github.com/spf13/hugo

View File

@@ -1,8 +1,8 @@
---
title: "Contributors"
date: "2013-07-01"
aliases: ["/doc/contributors/"]
groups: ["meta"]
aliases: ["/doc/contributors/", "/meta/contributors/"]
groups: ["community"]
groups_weight: 40
---

View File

@@ -0,0 +1,17 @@
---
title: "Hall of Fame"
date: "2013-07-01"
groups: ["community"]
groups_weight: 20
---
Here we have listed sites built using Hugo.
If you want to be added to this page please send a [pull request](https://github.com/spf13/hugo/pulls).
| **Site** | **Source** | **License** |
| ------------------------------- | --------------------------------------------- | -----------: |
| [hugo](http://hugo.spf13.com) | [source](http://github.com/spf13/hugo/docs) | SIMPL |
| [spf13](http://spf13.com) | [source](http://github.com/spf13/spf13.com) | MIT |

View File

@@ -0,0 +1,34 @@
---
title: "Mailing List"
date: "2013-07-01"
groups: ["community"]
groups_weight: 10
---
Hugo has two mailing lists:
### Announcements
Very low traffic. Only releases will be emailed here.
https://groups.google.com/forum/#!forum/hugo-announce
### Discussion
For all questions and discussions:
https://groups.google.com/forum/#!forum/hugo-discuss
# Other Resources
### GoNuts
For general go questions or discussion please refer to the go mailing list.
https://groups.google.com/forum/#!forum/golang-nuts
### Github Issues
https://github.com/spf13/hugo/issues
### Twitter
Hugo doesn't have it's own twitter handle, but feel free to tweet [@spf13](http://twitter.com/spf13).