More doc site improvements. Added documentation's new layout

This commit is contained in:
spf13
2014-05-28 01:37:33 -04:00
parent 79dd1d02b4
commit 2a44ca543b
111 changed files with 19593 additions and 178 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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**)

View File

@@ -7,7 +7,7 @@ author: "Spencer Lyon"
menu:
main:
parent: 'tutorials'
prev: "/community/contributors"
prev: "/community/contributing"
next: "/tutorials/mathjax"
---