This is the repository containing the code for twopoint.dev, a technical blog by Matthew Watt.
This website is a static site using Astro, based on the AstroWind template. There is no CMS, the content for each post is written as an MDX file. Maybe one day if I write enough posts, I'll refactor it to use a CMS. But for now, this is sufficient.
git clone https://github.com/tw0po1nt/twopoint-website.git
npm install
npm run dev
See your running application here
👤 Matthew Watt