* Add jekyll-toc include
* Reduce whitespace generated by comments
* Add table of contents include to `single` layout
* Replace `toc` include with jekyll-toc enabled YAML Front Matter
* Update README
* Update table of contents documentation
- Revise `toc` helper include to mention that it will be deprecated in the next major version.
- Add documentation to `single` layout explaining how to enable table of contents on those pages.
* Update CHANGELOG and history
* Update LICENSE
Close#1222
* Fix collapsed white-space above pagination links
* Improve `page` and `archive` layout
- Center main content on page
- Harmonize sidebar columns to be equal widths
Fixes#1155
* Update CHANGELOG and history
* Position and align right sidebar with the top of the main content
* Offset right sidebar at `$large` viewport
* Add TOC bottom include test post
* Add right sidebar styling edits to documentation site
* Add TOC bottom include test post
- Jekyll ignore `/docs` and `/test` folders when using from root
- Update Staticman config to point to correct branch and data file location
- Replace `{{ base_path }}` references with `absolute_url` filter
- Update documentation