1193 Commits

Author SHA1 Message Date
spf13
1f017397b6 Updating page variable documentation (for templates). 2014-01-21 20:07:55 -05:00
spf13
e0a3c84564 Adding github button to docs homepage 2014-01-18 11:05:50 -05:00
Brandon Philips
ac8674adcb feat(docs/hall-of-fame): add ifup
Add me! Thanks for hugo, working great.
2014-01-13 10:06:32 -05:00
Phil Pennock
8c64de6848 Add canonifyurls config option.
Be able to inhibit AbsURL canonicalization of content, on a site
configuration basis. Advantages of being able to inhibit this include
making it easier to rendering on other hostnames, and being able to
include resources on http or https depending on how this page was
retrieved, avoiding mixed-mode client complaints without adding latency
for plain http.
2014-01-13 10:06:12 -05:00
spf13
e294d86841 Add highlighting of code in documentation and clean up a bunch of the docs. 2014-01-10 21:29:58 -05:00
spf13
35f9f0046a Rewriting some homepage text 2014-01-10 21:29:58 -05:00
spf13
c11f5d36dd A bunch of style updates. Switching to bootstrap carousel. 2014-01-10 21:29:58 -05:00
spf13
0c065902ba Removing Twitter js 2014-01-10 21:27:32 -05:00
spf13
a21f2450ec New Icon Font for Hugo 2014-01-10 21:27:32 -05:00
Dana Woodman
2895e2318a Adding chimeraarts.org to hall-of-fame
I've added the website for the makerspace I founded into the hall of fame list as an example of what you can do with Hugo.

It's a work in progress (like everything) but should show people another example of using Hugo in the real world.

Hugo has made it much easier to update our website content without needing to use bloated or expensive tools.

Thanks!
2013-12-31 22:45:47 -05:00
spf13
e97c26e687 Added documentation on ordering indexes, content and content within indexes 2013-12-20 18:11:49 -05:00
Ruben
eb4fdbb8c1 Section in example was wrong for happiness.md 2013-12-16 17:43:53 -05:00
spf13
3cc6363970 Adding better contribution guidelines from the read me to the contribution page. 2013-12-10 22:34:13 -05:00
spf13
b698eca6eb Adding community section to the documentation 2013-12-10 22:34:13 -05:00
spf13
b6a2177989 Adding selected tweets to the homepage 2013-12-10 22:34:13 -05:00
spf13
8507d201ac Adding example short codes to the documentation 2013-12-10 22:34:13 -05:00
David Gay
ead9951e6a Typo fix in docs.
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-11-23 20:41:54 -08:00
Valeri Karpov
b9e65cc677 Fix a minor typo in types.md
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-11-23 08:49:08 -08:00
Javed Khan
99ea4ef919 quickstart docs - fix flag needs arg error
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-11-23 08:47:25 -08:00
Phil Pennock
cc5e17236a Documentation updates, mostly for my bits
* extras/permalinks.md added, weighted to third in the extras menu
* examples added to layout/go-templates.md, using `.Site.Params`
* mention `.Site.Params` in layout/variables.md
* update meta/release-notes.md to mention `first` and the permalinks
* update overview/configuration.md to use reserved-for-documentation
  domains and with another example, nudging towards permalinks and site
  parameters, with three different data-types shown for the latter

Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-11-18 15:51:31 -08:00
spf13
e4e8e5af90 Updated release notes. v0.9 2013-11-15 23:47:53 -05:00
spf13
d25a31ac66 Updating docs to include ‘first’ functionality for the homepage 2013-11-15 21:45:52 -05:00
spf13
696d97231a Merge branch 'master' of github.com:spf13/hugo 2013-11-09 01:17:40 -05:00
spf13
9162cb32bb Some mobile and other fixes for docs 2013-11-09 01:16:34 -05:00
Øyvind Skaar
521e21ff32 minor documentation fix 2013-11-07 19:47:42 +01:00
spf13
de37b54d8a Updated release notes 2013-11-05 00:24:04 -05:00
spf13
d10ac5218e Small tweaks to Homepage and CSS 2013-10-31 09:51:42 -04:00
spf13
7e7b0efc4b Addition of an indexes section to the docs. Updated most of the existing index content. 2013-10-31 09:51:13 -04:00
spf13
537af8d20a Better mobile support on docs site 2013-10-26 02:28:25 -04:00
spf13
70de05211a Big visual overhaul of the docs. Docs now using indexes for all menu generation. 2013-10-26 02:18:14 -04:00
spf13
d1399eb1db Docs menu now powered by indexes.. converting some of the content to use this. 2013-10-25 18:42:46 -04:00
spf13
215d4e7381 Adding support for linkTitles 2013-10-25 18:37:53 -04:00
spf13
f4a7b9d663 Update homepage 2013-10-24 16:49:17 -07:00
spf13
a78591c366 Migrate docs to Bootstrap 3.0 2013-10-24 16:49:01 -07:00
spf13
7957e52fce Adding a quick start guide to hugo docs 2013-10-17 22:53:04 -04:00
spf13
2cd49a1946 New Homepage for Hugo 2013-10-17 22:52:28 -04:00
Noah Campbell
3951505440 Adding back the hugo homepage.
Deleted the page accidentially
2013-10-08 18:44:15 +02:00
Noah Campbell
a53aac32cd Refactor layout selection code
The render code path would use a fallback if there was an exception.
This change instead relies on explicit declaration of the layout to use
and includes a check to see if the layout indeed exists before
attempting to render it.
2013-10-08 18:44:15 +02:00
Noah Campbell
19948ac250 Add support for Relative Permalinks 2013-10-08 18:42:03 +02:00
spf13
65b66cc563 Updating usage documentation to new interface 2013-09-30 22:39:06 -04:00
Kyle Mahan
e10167c1af minor documentation cleanup.
- changed it's -> its where appropriate.
- added post/ parent directory above happy/ to the organization examples

Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-09-29 19:50:25 -07:00
Noah Campbell
b1091b3781 Fix alias documentation.
Fixes #79
2013-09-13 16:06:39 -07:00
Noah Campbell
40695d03f1 Remove page module dependence on opening files
The site is responsible for reading files, page only operates on
buffers.
2013-09-04 19:36:06 -07:00
Daniel Alan Miller
b83fd65e78 Adding .Summary to page variables
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-08-29 10:08:03 -07:00
Ross Lawley
9a1cd4ca79 Add 404.html for gh-pages
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-08-23 16:38:35 -07:00
Steve Francia
e8445dd3ba Merge pull request #51 from cabello/patch-3
Remove extra quotes from meta data
2013-08-20 20:54:51 -07:00
Steve Francia
7a3e32134b Merge pull request #50 from cabello/patch-2
Check .Prev and .Next pointers before using it
2013-08-20 20:54:31 -07:00
Danilo Cabello
6893a90a68 Remove extra quotes from meta data 2013-08-20 13:52:51 -04:00
Danilo Cabello
2cfb41d2e6 Check .Prev and .Next pointers before using it 2013-08-20 12:13:27 -04:00
Danilo Cabello
88bd12cc99 Fix broken link to Index page 2013-08-20 11:56:55 -04:00