Welcome to the source code for my personal portfolio and blog, mcgeer.dev.
This site showcases my work as a Site Reliability Engineer, my blog posts, and the tools and technologies I use.
- Personal portfolio and project highlights
- Technical blog (written in Markdown/SVX)
- Built with SvelteKit, Tailwind CSS, and TypeScript
- Responsive, fast, and modern design
pnpm installpnpm run devThe site will be available at http://localhost:5173 by default.
pnpm run buildpnpm run previewsrc/— Main source code (routes, components, styles, blog content)src/content/blogs/— Blog posts in Markdown/SVXpublic/— Static assetsbuild/— Production build outputdocs/— (Optional) Static site output for GitHub Pages