aboutsummaryrefslogtreecommitdiff
path: root/site/_layouts
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR5-142/+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-27put secondary navigation in an explicit landmark `nav` and add a label on ↵Laussel Loïc1-2/+2
each nav (#28361)
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-23Revert "Replace anchor.js with jekyll-anchor-headings."XhmikosR1-1/+1
This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa.
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-20Replace anchor.js with jekyll-anchor-headings.XhmikosR1-1/+1
This allows us to generate the anchor links on build time. https://github.com/allejo/jekyll-anchor-headings
2018-11-09Add an examples layout.XhmikosR1-0/+40
Reduces duplication and makes maintenance easier.
2018-10-22Remove unneeded check.XhmikosR1-1/+1
Leftover from after 43c20b9.
2018-10-15Combine examples and simple layouts.XhmikosR2-17/+14
2018-09-02Add new docs Versions page.Mark Otto1-8/+1
2018-08-25Remove _layouts/redirect.html.XhmikosR1-38/+0
This isn't needed, because it's not supposed to be seen normally, with JavaScript enabled.
2018-07-11Reorganize docs for easier deploysMark Otto6-0/+138
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.