Calvin's personal website running on Gatsby, React and Node.js.
- Posts and pages in Markdown
- Tags and categories
- Night mode
- DOS mode (404)
- Code theme (starring New Moon)
- Sass (starring Primitive)
git clone https://gitea/calvinbui/calvin.me.git
cd calvin.me
nvm use
npm install -g yarn
yarn install --immutable
yarn gatsby telemetry --disable
yarn dev
yarn upgrade-interactive
This repo is mirrored by Drone into GitHub. GitHub Actions is responsible for building and deploying into GitHub Pages.
If you see any typos or formatting errors in a post, or any other issue that needs to be addressed, please do not hesitate to open a pull request and fix it!
This project is open source and available under the MIT License.