aboutsummaryrefslogtreecommitdiff
path: root/site/index.html
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR1-88/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-02-20Remove jQuery from docs/repo.XhmikosR1-3/+2
Some of the snippets need to be updated later.
2018-11-27Inline bootstrap-stack.svg.XhmikosR1-1/+1
It's pretty small compressed; a little less than 1 KB with gzip.
2018-11-27Use an SVG for the stack image.XhmikosR1-3/+1
Image by @mdo.
2018-11-27homepage: use srcset.XhmikosR1-2/+6
This should reduce the amount of bytes for non-2x displays.
2018-11-15Use fancy apostrophe in HTML files.XhmikosR1-3/+3
For Markdown files, this isn't needed because the Markdown converter takes care of this.
2018-10-30IE10 homepage fixMartijn Cuppens1-3/+7
2018-10-14Fix a few links.XhmikosR1-1/+1
* fix `/versions/` link * add missing trailing slashes * fix a couple of redirects
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+83
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.