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

32 Commits

Author SHA1 Message Date
294222ac74 Fixing a broken link in the docs 2014-08-25 14:02:39 -04:00
6e15f652bd Added yaml menu example
Added yaml menu example, matching with existing toml example. Also added link to sitewide config page.
2014-08-18 11:30:00 -04:00
1778f28c87 remove extraneous "Because" 2014-08-06 05:39:58 -04:00
f556cb4414 update docs for permalinks with all fields
List all the fields and what they mean, based on hugolib/permalinks.go
2014-08-06 00:05:40 -04:00
406233f052 Included instructions for omitting disqus comments on localhost. 2014-06-30 14:55:42 -04:00
05875153bc Converting front matter to YAML 2014-05-29 18:45:22 -04:00
012823a32a Update menu documentation to be accurate 2014-05-29 18:45:21 -04:00
a87f171bd4 Updating / Rewriting / Adding all of the documentation in preparation for the next release 2014-05-27 18:32:57 -04:00
b520f8852d Switching docs highlighting to highlight.js .. Docs build super fast again! 2014-05-15 09:58:55 -04:00
2194cc77de Add pygmentsstyle and pygmentsuseclasses options
Fixes #204

Conflicts:
	commands/hugo.go
2014-05-09 23:20:11 -04:00
ec4b152678 Fixing broken link. Fixed #278. 2014-05-09 11:32:06 -04:00
9b192e6793 Adding more information about client side highlighting 2014-05-09 00:03:42 -04:00
bc9f69e7c5 Add client-side syntax highlighting example 2014-05-08 23:45:33 -04:00
11fe227b9e Implementing new menu system in the docs site 2014-04-23 03:00:11 -04:00
4161d542ce Misc doc fixes
* Pygments links and requirements for installation.
  * Fix to link to additional template functions in release notes for
v0.10
2014-04-08 11:30:11 -04:00
64572d2d60 Shortcode cleanup. Added a ton of tests. Much more flexible with input. Doesn't crash with bad input. Fixed #193
Also added the .Get function to short codes and documentation for that function.
2014-02-25 23:57:31 -05:00
8fe78f6ff5 A bunch of small documentation changes 2014-02-21 09:48:37 -05:00
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
1bead0ed7a Adding Documentation on using Syntax Highlighting 2014-02-18 18:35:45 -05:00
bf6407759b Minor Docs Tweaks 2014-02-18 18:35:03 -05:00
18b9948f1e Using table of contents within the documentation. 2014-01-28 23:29:05 -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
f09505a657 Adding example short codes to the documentation 2013-12-10 22:34:13 -05: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
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
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
8c0ab4def1 Complete overhaul of the docs 2013-08-17 21:54:39 -04:00