Personal site/portfolio/blog, built with Astro and Tailwind ft. two themes and a responsive, mobile-friendly design. It's fully static and optimised to a few hundred kilobytes.
- Clone the source code to your device
git clone https://github.com/phthallo/site-v1 && cd site-v1- Install the project's dependencies
bun install- Start the development server on
localhost:4321
bun run dev- Build the site to
/dist
bun run build- Blog posts are
.mdxfiles and are located in/src/posts/. Draft blog posts can be included in/src/posts/draftsand will be gitignored. - Images are stored in
src/assets, which allows Astro to optimise them when building.