Skip to content

Latest commit

 

History

History
executable file
·
47 lines (33 loc) · 1004 Bytes

README.md

File metadata and controls

executable file
·
47 lines (33 loc) · 1004 Bytes

calvin.me

Calvin's personal website running on Gatsby, React and Node.js.

Features

  • Posts and pages in Markdown
  • Tags and categories
  • Night mode
  • DOS mode (404)
  • Code theme (starring New Moon)
  • Sass (starring Primitive)

Development

Setup

git clone https://gitea/calvinbui/calvin.me.git
cd calvin.me
nvm use
npm install -g yarn
yarn install --immutable
yarn gatsby telemetry --disable

Developing

yarn dev

Upgrading

yarn upgrade-interactive

Deployment

This repo is mirrored by Drone into GitHub. GitHub Actions is responsible for building and deploying into GitHub Pages.

Contributing

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!

License

This project is open source and available under the MIT License.