Skip to content
Cx330xu
Misc · · 1 min read

Why I Built Personal Tech Hub

The motivation and plan behind this personal tech site

Related Tags: #Astro#GitHub Pages

As someone working in the computer industry, I wanted a maintainable personal site to:

  • Showcase projects and open-source work
  • Publish articles and short notes
  • Share technical skills while keeping personal details private

This site is built with Astro and deploys automatically to Cx330xu.github.io on push.

Next steps

  • Keep Notes updated
  • Add more projects and in-depth posts
  • Enable Giscus comments when ready
npm run dev    # local preview
git push       # auto deploy

Comments