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

82 Commits

Author SHA1 Message Date
de05a0d942 Adding documentation on Pretty Urls 2014-02-20 19:04:29 -05:00
e74d1b8607 Adding documentation on Table of Contents functionality 2014-02-20 19:04:08 -05:00
30e804eee5 Adding an introduction to Hugo 2014-02-20 19:03:37 -05:00
5cff3e6219 Adding Else If example 2014-02-19 09:24:04 -05:00
1bead0ed7a Adding Documentation on using Syntax Highlighting 2014-02-18 18:35:45 -05:00
56dfdfe86c Adding Documentation on Hugo Template Functions 2014-02-18 18:35:27 -05:00
bf6407759b Minor Docs Tweaks 2014-02-18 18:35:03 -05:00
8008675983 Adding Go Template Tutorial 2014-02-18 18:34:51 -05:00
dca7a90181 Updating Release Notes and Roadmap 2014-02-18 18:34:29 -05:00
24ffe04360 Add Ant Zucaro's showcase.
A photography-oriented blog using Foundation 5 by Zurb. Responsive
layout with padded large and full-width small views. A sample
"polaroid" shortcode is included for image showcases, as is a
"header" image directive in the frontmatter.
2014-02-05 11:46:53 -05:00
5cfb690e31 Fix docs error with json comma 2014-02-03 13:50:28 -05:00
18b9948f1e Using table of contents within the documentation. 2014-01-28 23:29:05 -05:00
f82c645b33 fixing 178. 2014-01-27 17:20:35 -05:00
4f1807c7a7 Replacing hall of fame with showcase. (new type, content driven, thumbnails, etc) 2014-01-22 17:16:09 -05:00
0e013b5291 add andrewcodispoti.com to hall-of-fame 2014-01-22 15:24:11 -05:00
50a7f97a62 Updating page variable documentation (for templates). 2014-01-21 20:07:55 -05:00
f8243624e4 feat(docs/hall-of-fame): add ifup
Add me! Thanks for hugo, working great.
2014-01-13 10:06:32 -05:00
438c219892 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
2ff108fcb7 Add highlighting of code in documentation and clean up a bunch of the docs. 2014-01-10 21:29:58 -05:00
b82baa285b 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
34ac562ce4 Added documentation on ordering indexes, content and content within indexes 2013-12-20 18:11:49 -05:00
c7083a5d36 Section in example was wrong for happiness.md 2013-12-16 17:43:53 -05:00
a10519643d Adding better contribution guidelines from the read me to the contribution page. 2013-12-10 22:34:13 -05:00
dd574628a0 Adding community section to the documentation 2013-12-10 22:34:13 -05:00
f09505a657 Adding example short codes to the documentation 2013-12-10 22:34:13 -05:00
ba5dadff79 Typo fix in docs.
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-11-23 20:41:54 -08:00
32d9345bba Fix a minor typo in types.md
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-11-23 08:49:08 -08:00
b351731f72 quickstart docs - fix flag needs arg error
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-11-23 08:47:25 -08:00
e425226a28 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
4f335f0c7f Updated release notes. 2013-11-15 23:47:53 -05:00
445b7d23fb Updating docs to include ‘first’ functionality for the homepage 2013-11-15 21:45:52 -05:00
adc559b09f minor documentation fix 2013-11-07 19:47:42 +01:00
226bc8f59f Updated release notes 2013-11-05 00:24:04 -05:00
1d0d280e20 Addition of an indexes section to the docs. Updated most of the existing index content. 2013-10-31 09:51:13 -04:00
90355eec79 Big visual overhaul of the docs. Docs now using indexes for all menu generation. 2013-10-26 02:18:14 -04:00
5003f7f7af Docs menu now powered by indexes.. converting some of the content to use this. 2013-10-25 18:42:46 -04:00
9388f23606 Adding support for linkTitles 2013-10-25 18:37:53 -04:00
678ddef46a Adding a quick start guide to hugo docs 2013-10-17 22:53:04 -04:00
9500ec1b6b 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
197aacb647 Add support for Relative Permalinks 2013-10-08 18:42:03 +02:00
8efb90ebd5 Updating usage documentation to new interface 2013-09-30 22:39:06 -04:00
aa9b9d596e 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
c75da346e1 Fix alias documentation.
Fixes #79
2013-09-13 16:06:39 -07:00
d4d9da9f3a 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
71678a7183 Adding .Summary to page variables
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-08-29 10:08:03 -07:00
7b1f0960e3 Add 404.html for gh-pages
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-08-23 16:38:35 -07:00
35b35a7004 Merge pull request #51 from cabello/patch-3
Remove extra quotes from meta data
2013-08-20 20:54:51 -07:00
6f424175bf Merge pull request #50 from cabello/patch-2
Check .Prev and .Next pointers before using it
2013-08-20 20:54:31 -07:00
8415c5e6c7 Remove extra quotes from meta data 2013-08-20 13:52:51 -04:00
acd5ea0e75 Check .Prev and .Next pointers before using it 2013-08-20 12:13:27 -04:00