Continue with TOC integration and page refactor. Updated a few tests to match new generated output.
Moved TOC test into page_test. Some general page_test cleanup.
Don’t render short codes on summary twice
Big refactor of pages code. Changed TOC code to only parse when actually used
Add new TableOfContents Page variable (Markdown only)
Replacing hall of fame with showcase. (new type, content driven, thumbnails, etc)
Adding support for some primitive template math functions
add andrewcodispoti.com to hall-of-fame
renaming MinRead to ReadingTime and adding to documentation.
Updating page variable documentation (for templates).
fixed #171. RSSlink is now RSSLink (and matches existing docs).
Fixing test which erroneously checked values and order, rather than just values.
Extending rss item limit to 50… can reduce further in template with ‘first N’ functionality.
RSS improvements, now limit to 15 items and provide accurate date. fixed #172
Adding github button to docs homepage
Adding Werker status to readme
feat(docs/hall-of-fame): add ifup
Add `canonifyurls` config option.
Add highlighting of code in documentation and clean up a bunch of the docs.
A bunch of style updates. Switching to bootstrap carousel.
Report error, but don’t fatally stop if pygments has error. Return original string. (+1 squashed commit)
Adding some embedded short codes (including code highlighting)
Adding support for embedded templates
Adding chimeraarts.org to hall-of-fame
Added append-port flag
If baseurl is set then print that on the command line, else leave as default of localhost
Example of a multilingual site.
Allowing empty files (ignored) so you can touch a new file while watching
Don't shutdown hugo on an empty file.
Added batching behavior for page building.
Avoid locking the files for an extended amount of time. Sublime Text
Fix static file change detection on Windows.
Adding page sorting by weight function (the default)
Added documentation on ordering indexes, content and content within indexes
Complete refactor of indexes, move (and rewrite) page sorting to page.go, add tests
Added PageSorter and PagesByDate
Section in example was wrong for happiness.md
Testcases for multilevel structure were wrong
Fixes #141: Wrong section in multi level structure
Gofmt
properly use non-localhost BaseUrl in server command
Adding better contribution guidelines from the read me to the contribution page.
Adding community section to the documentation
Adding selected tweets to the homepage
Adding example short codes to the documentation
Add go fmt to contribution guidelines
Add Contribution Guidelines
Moving processing short codes to the page
better handling of detecting markup format
render shortcodes prior to converting to html
adding support for shortcodes with opening and closing tags
Adding (source code) Highlight template helper
Create directories in publishdir with mode 0777.
Typo fix in docs.
Fix a minor typo in types.md
quickstart docs - fix flag needs arg error
fixed trailing dir slash when using slug
Documentation updates, mostly for my bits
configurable permalinks support
Updating docs to include ‘first’ functionality for the homepage
Homepage now has all content available, use sorting and first to control rendering
lowercase template function first to be consistent with all other template functions
remove initialization loop error from compile
Truncated; .Site.Params; First function
restored behavior of respecting config values unless set by command flags. fixed #116
Handle schema-less urls when apply absurl
fixing double slash during absurlify
Merge branch 'master' of github.com:spf13/hugo
Some mobile and other fixes for docs
Merge pull request #113 from oyvindsk/master
Remove the hugo-nav function
Hugo updated to work with latest cobra
Adding benchmark for transformation module.
Removing check for directory: static, layouts
Addition of an indexes section to the docs. Updated most of the existing index content.
Better mobile support on docs site
Big visual overhaul of the docs. Docs now using indexes for all menu generation.
Flipping around weight order. higher weight at the bottom. use negative to pin to top.