My personal blog generated with Astro.js.
URL: https://lantian.pub
public/: Static image files, plus a few additional files to support deploying to various hosting services.src/assets/: Frontend JS & CSS.src/components/: Astro components for the site theme.src/content/: Markdown/MDX files for blog posts.src/lib/: Helper functions used by the site.src/pages/: Page definitions for URL routes in the website.
npm start: Run development server.npm run build: Build static site pages.