Commit Graph

13 Commits (develop)

Author SHA1 Message Date
Nathan Steel 38f99220be Open pandoc'd pages in new tab 11 months ago
Nathan Steel 04fb1e8621 Fix typo...
This is why I need to spin up a new dev VM as a faux staging
process rather than push to live...
11 months ago
Nathan Steel e065ae08bf Add test pandoc convert to recipes 11 months ago
Nathan Steel 6e4272b9bf Add protein oat cookie recipe 2 years ago
Nathan Steel 8e139f98bc Add tortilla recipe 2 years ago
Nathan Steel 2e84152c82 Add #main ID to main on each page
This is so the skip to content has a target to skip to
4 years ago
Nathan Steel 8793536515 Add visually hidden "Skip to content" link to pages 4 years ago
Nathan Steel 86ecf2e234 Add .sr "Burger menu" text into the navigation 4 years ago
Nathan Steel 6d03153218 Correct broken links, and internal URL
https://www.deadlinkchecker.com/website-dead-link-checker.asp
Broken links from here fixed, and also changed instances of
http://aney.co.uk to https://aney.co.uk
4 years ago
Nathan Steel abd1962a87 Change equipment link to about in navigation 4 years ago
Nathan Steel afb221d116 Add first recipe to recipes page 4 years ago
Nathan Steel 0ee232f09c Add burger toggle checkbox to webpages
Using following script:
find -name '*.html' -exec perl -i -0777pe'
s{</h1>\n\t\t\t<hr/>}
{</h1>\n\t\t\t\<input id="burger-toggle" type="checkbox"/>\n\t\t\t<label class="burger-container" for="burger-toggle"><div class="burger"></div></label>\n\t\t\t<hr/>};
' {} +
4 years ago
Nathan Steel 1fc9895111 Seperate articles into blog,recipes,guides 4 years ago