Blog Posts
-
Making a Gatsby Site with Multiple Content Types
Making a site with different content types in Gatsby is not very straightforward — here is how I figured out how to do it, and while using a mix of Markdown or JavaScript page files.
-
How to Create and Use Fixtures in Cypress Tests
How to generate a fixture for use in a Cypress end to end test, and how to actually use it.
-
Fixing the 'Bad Interpreter' Error from AWS and Python 3.7
How to clear up the terminal message from AWS relating to Python 3.6 not being found.
-
Creating a Canonical Tag in a Django Template
A quick tip on adding a canonical tag within Django templates, and why.
-
Responsive spacing with viewport and ch units
How I used vw, vh and ch units to achieve responsive spacing in my new design.