Skip to main content

[Misc] Rebuilt My Personal Homepage with Docusaurus

· One min read
hwkim-dev
Developer

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 .md files — no fuss.
  • React extensible: Custom pages like Papers, Projects, and Chatbot are plain React components.
  • GitHub Pages deploy: One push to gh-pages and it's live.
  • Dark mode out of the box: No extra work needed 😄

What This Site Covers

SectionContent
HomeBio, tech stack, contact
BlogStudy / Misc / Daily / Review / News
PapersArchive of papers I've authored
ProjectsGitHub repositories & release showcase
ChatbotAI 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!