This is the repository for my personal site, eddiewelker.com.
It uses the Astro Micro theme, as well as the Inter font.
- WordPress (The Origin): What I could do at the time, the exported from WP
- Hugo (The Static Phase): Templating was terrible because each had their own individual config format, so I couldn't switch templates easily.
- Astro (The Final Form): This current version is built on Astro. Standardized markdown schema and configuration.
Frontmatter Note: Always use double quotes for string values in frontmatter (e.g., title: "My Title", slug: "2023/01/01/my-slug"). This is the most foolproof way to ensure special characters (like colons) don't break the YAML parsing.