[Misc] Rebuilt My Personal Homepage with Docusaurus
· One min read
I finally set up a proper personal homepage. What used to be just a GitHub Profile README is now a full static site powered by Docusaurus.
Why Docusaurus?
- Markdown-first: Blog posts are just
.mdfiles — no fuss. - React extensible: Custom pages like Papers, Projects, and Chatbot are plain React components.
- GitHub Pages deploy: One push to
gh-pagesand it's live. - Dark mode out of the box: No extra work needed 😄
What This Site Covers
| Section | Content |
|---|---|
| Home | Bio, tech stack, contact |
| Blog | Study / Misc / Daily / Review / News |
| Papers | Archive of papers I've authored |
| Projects | GitHub repositories & release showcase |
| Chatbot | AI Q&A about me and my projects (coming soon) |
Things Left To Do
- Deploy and wire up the chatbot
- Fill in papers and projects data
- Write blog posts consistently (the hardest part...)
Hoping to keep this space low-pressure and fun to update. Stop by anytime!
