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.
Fix docs error with json comma
Fix permalink bug in uglyurls mode (refs #187).
Automatically increase the process ulimit to maximum available. fixes #168.
Adding the ability to check the system limit on open files (important for watching large sites)
Add back blackfriday extensions during Markdown conversion
gofmt all go code
Fix panic with HTTP serve initialization problems.
Add text transformation template functions.
Using table of contents within the documentation.
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.