WHAT IS A COLOPHON?
According to the IndieWeb, a colophon is defined as follows:
A colophon is a page or section (typically in a footer) of a site that describes how the site is made, with what tools, supporting what technologies, and often published on personal sites at a top level /colophon page.
TOOLS AND TECH USED
The code for this website is hosted on Github. This site was written using Astro, a Javascript framework for content-based websites, and in Visual Studio Code. This website is hosted currently on Render, but I eventually plan to move off of the platform onto my own server.
FONTS
The following fonts are utilized and are kept in the /public/fonts
folder, as well as Google Fonts:
- Excon - Headers and links
- Atkinson Hyperlegible - Body text
- Open Sans - Backup body text
- Noto Sans Mono - Monospace font for dates
(These will eventually be on a CDN when I implement one)