A personal blog built with Astro and deployed on Vercel.
This is my personal blog where I share my journey of using LLMs in my daily life.
Website: howiusellms.blog
├── public/ # Static assets (images, fonts, favicon)
│ ├── assets/ # Images for blog posts
│ └── fonts/ # Web fonts
├── src/
│ ├── components/ # Reusable UI components
│ ├── content/ # Content collections
│ │ └── blog/ # Blog posts in Markdown format
│ ├── layouts/ # Page layouts and templates
│ ├── pages/ # Routes and pages
│ ├── styles/ # Global styles and CSS
│ └── utils/ # Utility functions
├── astro.config.mjs # Astro configuration
├── vercel.json # Vercel deployment config
└── package.json # Project dependencies
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build the production site to ./dist/ |
npm run preview |
Preview the build locally |
This site is deployed on Vercel. Push to the main branch to trigger automatic deployments.
Built with the AstroPaper theme.