Personal knowledge base & research documentation for PhD journey
- Framework: Docusaurus (TypeScript)
- Content: Markdown/MDX with LaTeX support
- Deployment: GitHub Pages (auto-deploy on push to Master)
- Search: Local search powered by @easyops-cn/docusaurus-search-local
docs/
├── knowledge/ # Knowledge base (Math, CS, EE, etc.)
├── research/ # Research plans & tracking
└── tutorial-*/ # Tutorials
blog/ # Blog posts
src/pages/ # Custom pages (Home, Links)
npm install && npm startnpm run build # Build static site
npm run deploy # Deploy to gh-pages (manual)
# or push to Master branch for auto-deploy via GitHub Actions