Added a note after the script adding potential issues per @franklinwise's feedback
errors not propagating
switch to new location of goyaml
Add 'where' template function
Added yaml menu example
Config changes and Live Reload
Fix #394 - Docs: add a missing link to the livereload page in the intro
hugo builds no site if there are only drafts
Docs-removed bullet and broken link for catagetories. Included category text in bullet for taxonomies
Fix #363 - Docs: make the fixed menu on the left scrollable
update docs for permalinks with all fields
make type-or-section more obvious
Merge pull request #388 from GraemeCaldwell/patch-2
Merge pull request #370 from kevinburke/its
Fixed #328. Config file set appropriately.
allow site to be built with empty content
report errors
Allows 404 templates from themes/THEME directories.
Add shortcode template loading from themes directory.
Add PluralizeListTitles option (default true) to allow disabling use of the inflect package
fix link to template primer
taxonomies -> Taxonomies
Fix minor typo in file docs/content/templates/overview.md
do not use angle brackets in hyperlink labels
switch back to master blackfriday; enable footnotes
Included instructions for omitting disqus comments on localhost.
Fix #263, document HTML comments & IE conditionals
Centralizing the template execution logic in one place
Adding 'partial' template function to add theme / local awareness to the partials directory.
Adding proper error message when view is not found.. fixing #303
fixed #303. Adding theme support to views
Support embedding <script> tags in markdown pages
Add empty line to correctly render a list
Fix docs script and css references to refer to the correct location
Update menu documentation to be accurate
Updating Convert to handle dates properly for yaml and json
Add future details to documentation
Add handling for publishDates (which will be ignored if in the future). Fixed #260
Include Section Taxonomy into SiteInfo
SiteInfo is now a pointer on the Node
Fixed #301. LiveReload works on any port now.
Fix Viperized .Site.Params
Allow to use filename in permalinks
Adding TechMadePlain to showcase
Fix links to GitHub repo for spencerlyon2/hugo_gh_blog
More doc site improvements. Added documentation's new layout
Fixing bug with Live Reload where it broadcast instead of sending the handshake
Pre and Post in Menu are type HTML
Updating / Rewriting / Adding all of the documentation in preparation for the next release
Rename chrome to partials (in builder)
Fix bug so watch works on theme directories as well
new site works in an empty directory now
Adding instant click library to docs so even more responsive navigation
Proper integration of live reload with automatic injection
Live reloading is working! Still need to incorporate cleanly.
Better handling of when the specified port is already in use
Switching docs highlighting to highlight.js .. Docs build super fast again!
Renaming indexes to taxonomies in docs
Fixing issue when two menu items have the same name.
Homepage renders with _default/list.html or then _default/single.html when index.html is not present.
Fix permalink functionality, which was broken in 62dd1d4.
Add a blank line after the front matter when writing back a page.
Make template comparison functions handle floats
Fix date issue with home page in Sitemap
Correctly print server URL when base-url is specified in the command line
Add pygmentsstyle and pygmentsuseclasses options
Add Sitemap documentation content
Add Sitemap testing
Update Sitemap default value syntax
Add Sitemaps config values handling
Add base Sitemap support
Add template comparison functions (Go 1.1 compat)
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