Built with Astro
[] Check About Me content [] Replace all content with 1 new post, publish. [] Check how images is being used
pnpm new <title>- Create a new post (use_titlefor drafts)pnpm update-theme- Update the theme to the latest version
Edit src/config.ts and src/content/about/about.md to your liking.
Use pnpm new <title> to create new posts, or add your posts to src/content/posts.
Deploy to Netlify, Vercel, or other platforms, refer to Astro Deployment Guides for more details.
- Static (e.g. GitHub Pages):
pnpm add @astrojs/staticand addadapter: static()inastro.config.ts.