aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/callout.html
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR1-9/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2018-11-28Remove `no_toc_section`.XhmikosR1-1/+1
2018-11-20Reindent.XhmikosR1-3/+3
2018-10-20Make use of jekyll-toc's `no_toc_section` class.XhmikosR1-1/+1
Requires jekyll-toc v0.8.0.
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+9
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.