Welcome to my personal knowledge base built with VuePress.
Visit the Website: https://MatrixCQY.github.io/bbblog/
- Mathematics: Notes on Calculus, Linear Algebra, etc., with LaTeX support.
- Coding: Tips and guides for Python, C++, and more.
- Derivatives: Insights into Options, Greeks, and Quantitative Trading.
- Dark Mode: Easy on the eyes for late-night study sessions.
# Install dependencies
npm install
# Start dev server
npm run docs:dev
# Build static files
npm run docs:build