From dd574628a074a7d8d13e712ba8af06eda642f82f Mon Sep 17 00:00:00 2001 From: spf13 Date: Tue, 10 Dec 2013 19:38:52 -0500 Subject: [PATCH] Adding community section to the documentation --- .../{meta => community}/contributing.md | 17 ++++++---- .../{meta => community}/contributors.md | 4 +-- docs/content/community/hall-of-fame.md | 17 ++++++++++ docs/content/community/mailing-list.md | 34 +++++++++++++++++++ docs/layouts/chrome/header.html | 2 +- docs/layouts/chrome/menu.html | 8 +++++ docs/static/static/css/styles.css | 14 ++++++++ 7 files changed, 87 insertions(+), 9 deletions(-) rename docs/content/{meta => community}/contributing.md (71%) rename docs/content/{meta => community}/contributors.md (79%) create mode 100644 docs/content/community/hall-of-fame.md create mode 100644 docs/content/community/mailing-list.md diff --git a/docs/content/meta/contributing.md b/docs/content/community/contributing.md similarity index 71% rename from docs/content/meta/contributing.md rename to docs/content/community/contributing.md index a7bcbd818..3630779f3 100644 --- a/docs/content/meta/contributing.md +++ b/docs/content/community/contributing.md @@ -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 diff --git a/docs/content/meta/contributors.md b/docs/content/community/contributors.md similarity index 79% rename from docs/content/meta/contributors.md rename to docs/content/community/contributors.md index 85b937f53..75e185ea5 100644 --- a/docs/content/meta/contributors.md +++ b/docs/content/community/contributors.md @@ -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 --- diff --git a/docs/content/community/hall-of-fame.md b/docs/content/community/hall-of-fame.md new file mode 100644 index 000000000..d6b9ab191 --- /dev/null +++ b/docs/content/community/hall-of-fame.md @@ -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 | diff --git a/docs/content/community/mailing-list.md b/docs/content/community/mailing-list.md new file mode 100644 index 000000000..23767bb47 --- /dev/null +++ b/docs/content/community/mailing-list.md @@ -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). diff --git a/docs/layouts/chrome/header.html b/docs/layouts/chrome/header.html index f3a6b7590..e0adaae9a 100644 --- a/docs/layouts/chrome/header.html +++ b/docs/layouts/chrome/header.html @@ -10,6 +10,6 @@ {{ template "chrome/menu.html" . }} -
+
diff --git a/docs/layouts/chrome/menu.html b/docs/layouts/chrome/menu.html index 178265fbd..3f38c2d06 100644 --- a/docs/layouts/chrome/menu.html +++ b/docs/layouts/chrome/menu.html @@ -53,6 +53,14 @@ {{ end }} +