The source code for the LabForger website and blog.
LabForger is a personal technical blog documenting homelab projects, networking experiments, hardware teardowns, self-hosted services, and software development.
Visit the live site:
- Astro
- Astro Modular
- TypeScript
- Tailwind CSS
- pnpm
- Cloudflare Pages
Install dependencies:
pnpm installStart the development server:
pnpm devBuild the production site:
pnpm buildsrc/
public/
astro.config.mjs
src/content/posts/
src/config.ts
All articles are written in Markdown and stored under:
src/content/posts/
This site is built using the excellent Astro Modular theme by David Kimball:
The content, branding, and customisations are specific to LabForger.
Unless otherwise stated, all written content and images are © Anthony Provenza.
Please do not reproduce articles or media without permission.