/varun-d.github.io

Personal technical journey

Primary LanguageAstroMIT LicenseMIT

Personal Journey with Astro

Built with Astro

TODO:

[] Check About Me content [] Replace all content with 1 new post, publish. [] Check how images is being used

Commands

  • pnpm new <title> - Create a new post (use _title for drafts)
  • pnpm update-theme - Update the theme to the latest version

Credits

Thanks to this theme

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/static and add adapter: static() in astro.config.ts.