aboutsummaryrefslogtreecommitdiff
path: root/site/_layouts/examples.html
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR1-52/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-02-27Remove the now unneeded `shrink-to-fit` directive. (#28314)XhmikosR1-1/+1
2019-02-20Remove jQuery from docs/repo.XhmikosR1-3/+0
Some of the snippets need to be updated later.
2019-02-09Prevent text selection in placeholder images (#28218)Martijn Cuppens1-0/+4
2019-01-21Add canonical URL. (#28093)XhmikosR1-0/+2
2018-11-21docs: fix path to assets. (#27696)XhmikosR1-1/+1
2018-11-20Remove holder.js.XhmikosR1-4/+0
2018-11-20Use the new include in examples too.XhmikosR1-0/+13
2018-11-09Add an examples layout.XhmikosR1-0/+40
Reduces duplication and makes maintenance easier.
2018-10-15Combine examples and simple layouts.XhmikosR1-16/+0
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+16
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.