title | intro | hideIntro | layout | permalink | cta |
---|---|---|---|---|---|
Colophon |
tempertemper was build using Eleventy, Gulp, SCSS and carefully considered HTML.
|
true |
default |
colophon.html |
true |
This website was lovingly put together using Eleventy, the best static site generator I've come across, hands-down. The build itself is taken care of by npm scripts, and it's all hosted on Netlify.
Typography
- General text, including headings: FS Me by Jason Smith
- Code examples: Menlo by Jim Lyles
Styling
The styling is written in SCSS with Post CSS being used to add vendor prefixes for deeper browser support.
I use one tool, and that's Modular Scale by Scott Kellum, which allows me to use for a proper typographic scale.
Scripts
There is only a tiny amount of JavaScript on this website; used to enhance some keyboard behaviour on links that look like buttons for better accessibility. Analytics are taken care of on the server-side by Netlify Analytics, so there's nothing running in the browser; just plain old HTML and CSS.