Doc fix: replace "hugolibs" with "hugo" in "contributing" page, fixes #271.
Change some typography in the docs.
Adding more information about client side highlighting
Add client-side syntax highlighting example
Adding new commands (new site [path], new theme [name])
Adding an archetype file for the docs site
Adding the new command and the create package
Adding some new methods to helpers (GuessSection, MakeTitle & Filename)
More feedback where errors happen during metadata conversion
adding a front matter format to lead rune method
permitting empty files again. Fixing some tests to now pass.
Adding a command that enables converting site to a different metadata format.
Providing the ability to save (write) a content's source file.
Making site page initialization a bit more granular and accessible
moving front matter parsing (and creation) to parse package
moving writeToDisk to helpers to make it more accessible
Don't process dotfiles
Update broken localhost link
Adding example blog
Little syntax mistake
Fix permalinks to subdomains
Creating site menu configuration and have the docs site use it
Making active parent in nav reflect when child is active page in docs
Fix accidentally removed line from menu template.
Fixing some bugs introduced in prior few commits. Tests now pass.
Implementing new menu system in the docs site
new menus system including active link & nesting
Add handling of deeply nested front matter
Add Disqus support out of the box. Move template/bundle into hugolib.
Updated to work with the latest viper
Added internal rss.xml template and config option to turn off rss creation
Add more information to the siteInfo (and configuration options) for better RSS generation.
Renamed Indexes to Taxonomies. Old template and config parameters still work.
Fix test to not fail when order is different, but slice contents are the same.
Adding more articles to press page.
Adding Params to node for easy template access of page.params without throwing errors.
Making node.Keywords the correct length
Misc doc fixes
writing indexes under more configuration conditions
strip trailing baseurl slash. Added a new template function "sanitizeurl" which ensures no double slashes. Fixed #221
add: yslow-rules showcase
Fixing all tests to pass with new Viper Config
Hugo config abstracted into a general purpose config library called "Viper".
typos in mathjax.md
ENH: added tutorial for hosting a blog on github pages
added appliance.cloudshark.org to showcase
Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137
DOC: added tutorial for using MathJax with Hugo
change golang to go
Typo: s/executible/executable/
Adding a few more logos and powered by/made by images.
Adding apple touch & favicon meta links
Homepage update. New Logo. Minor site updates.
Fixes #227 by properly scoping the variables within the go routine.
Add Tutorial With Steps to Migrate from Jekyll.
Optimizing thumbnail & preview images
Add www.heyitsalex.net to Community Showcase.
fix typo of readme
clearer pseudo command in quickstart doc
Order ByTitle and ByLinkTitle added
Add sort pages by Title and by LinkTitle
Parallelizing the largest build processes (templates, pages, indexes). Seeing 300%+ improvement of total build time.
Also ignore Emacs lock & recovery files.
Adding the right date for the release of 0.10
Fixing issues go vet reports.
Add test for ignoring ~$ files
Ignore content files ending in ~
Make error message when encountering unrecognized file extensions more helpful
Make per-page url overrides take precedence over section permalink settings
Add Kieran Healy's website.
Reorganization of helpers. Centralized Url/Path logic. Fixed #175.
Shortcode cleanup. Added a ton of tests. Much more flexible with input. Doesn't crash with bad input. Fixed #193
Fix imports so hugo builds on darwin
A bunch of small documentation changes
Adding documentation on Pretty Urls
Adding documentation on Table of Contents functionality
Warn about bad shortcode parameters (and don't crash)
Make 'read a string' code understand float64 (json) and int (yaml) as well as actual strings
Allow 1/0 for true/false in Yaml front-matter
Support ISO8601 date/time format without timezones
Make the invalid date/time format error message more helpful
Call the json delimiter 'json_lead' instead of 'java_lead'
Fix build
Adding Documentation on using Syntax Highlighting
Adding Documentation on Hugo Template Functions
Updating Release Notes and Roadmap
Only change rLimit on OSX (where it is needed). Fixed #194
Add unicode support for aliases, indexes, urlize template filter.
Add Ant Zucaro's showcase.