Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 619 Bytes

Lan Tian @ Blog

My personal blog generated with Astro.js.

URL: https://lantian.pub

Structure

  • 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.

Commands

  • npm start: Run development server.
  • npm run build: Build static site pages.