This is my personal website's 5th iteration. You can find my blog and my past work there.
It also includes an RSS feed. For more information about RSS feeds in general, see aboutfeeds.com.
My homepage was built using Astro and Tailwind CSS.
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:4321 |
pnpm build |
Build your production site to ./dist/ |
pnpm postbuild |
Pagefind script to build the static search of your blog posts |
pnpm preview |
Preview your build locally, before deploying |
pnpm sync |
Generate types based on your config in src/content/config.ts |