diff --git a/docs/config.toml b/docs/config.toml index 11b968c71..4dd348156 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -5,6 +5,11 @@ MetaDataFormat = "yaml" tag = "tags" group = "groups" +[[menu.main]] + name = "Download Hugo" + pre = "" + url = "https://github.com/spf13/hugo/releases" + weight = -200 [[menu.main]] name = "about hugo" pre = "" @@ -36,11 +41,11 @@ MetaDataFormat = "yaml" name = "extras" pre = "" weight = -60 -[[menu.main]] - name = "community" - pre = "" - weight = -50 [[menu.main]] name = "tutorials" pre = "" weight = -40 +[[menu.main]] + name = "community" + pre = "" + weight = -50 diff --git a/docs/content/community/contributing.md b/docs/content/community/contributing.md index 74a74a109..491a71658 100644 --- a/docs/content/community/contributing.md +++ b/docs/content/community/contributing.md @@ -7,7 +7,7 @@ menu: main: parent: 'community' prev: "/community/press" -next: "/community/contributors" +next: "/tutorials/github_pages_blog" --- All contributions to Hugo are welcome. Whether you want to scratch an itch, or simply contribute to the project. Feel free to pick something from the roadmap diff --git a/docs/content/community/contributors.md b/docs/content/community/contributors.md deleted file mode 100644 index 806cdae29..000000000 --- a/docs/content/community/contributors.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Contributors" -date: "2013-07-01" -aliases: ["/doc/contributors/", "/meta/contributors/"] -weight: 40 -notoc: true -menu: - main: - parent: 'community' -prev: "/community/contributing" -next: "/tutorials/github_pages_blog" ---- - -Hugo was built with love and Go by: - -* Steve Francia - [spf13](https://github.com/spf13) -* [Many more](http://github.com/spf13/hugo/graphs/contributors) - diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index 5a15495b4..37c7e953b 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -8,22 +8,22 @@ menu: parent: 'about' --- -## **0.11.0** May 27, 2014 +## **0.11.0** May 28, 2014 * Considerably faster... about 3 - 4x faster on average - * Live Reload... Hugo will automatically reload the browser when the build is complete + * [Live Reload](/extras/livereload). Hugo will automatically reload the browser when the build is complete * Theme engine w/[Theme Repository](http://github.com/spf13/hugoThemes) - * Menu system with support for active page - * Builders to quickly create a new site, content or theme - * XML sitemap generation - * Integrated Disqus support - * Streamlined template organization - * Brand new docs site - * More sort options + * [Menu system](/extras/menus) with support for active page + * [Builders](/extras/builders) to quickly create a new site, content or theme + * [XML sitemap](/templates/sitemap) generation + * [Integrated Disqus](/extras/comments) support + * Streamlined [template organization](/templates/overview) + * [Brand new docs site](http://hugo.spf13.com) + * More [sort](/content/ordering) options * Logging support * Much better error handling * More informative verbose output - * Renamed Indexes > Taxonomies - * Renamed Chrome > Partials + * Renamed Indexes > [Taxonomies](/taxonomies/overview) + * Renamed Chrome > [Partials](/templates/partials) ## **0.10.0** March 1, 2014 * [Syntax highlighting](/extras/highlighting) powered by pygments (**slow**) diff --git a/docs/content/tutorials/github_pages_blog.md b/docs/content/tutorials/github_pages_blog.md index 0e4a84407..779e35752 100644 --- a/docs/content/tutorials/github_pages_blog.md +++ b/docs/content/tutorials/github_pages_blog.md @@ -7,7 +7,7 @@ author: "Spencer Lyon" menu: main: parent: 'tutorials' -prev: "/community/contributors" +prev: "/community/contributing" next: "/tutorials/mathjax" --- diff --git a/docs/layouts/_default/list.html b/docs/layouts/_default/list.html new file mode 100644 index 000000000..e69de29bb diff --git a/docs/layouts/_default/single.html b/docs/layouts/_default/single.html index aa93d4f02..deb3d1f25 100644 --- a/docs/layouts/_default/single.html +++ b/docs/layouts/_default/single.html @@ -1,9 +1,3 @@ -{{ template "chrome/header.html" . }} - {{ if not .Params.notoc }} -