Skip to content

Latest commit

History

History
executable file
53 lines (33 loc) 路 1.41 KB

README.md

File metadata and controls

executable file
53 lines (33 loc) 路 1.41 KB

vincentntang.com Netlify Status License: MIT

Quickstart

Personal website running on Gatsby, React, and Node.js

This version of GatsbyJS works best on node 10.16.0. I am having issues upgrading it to v3

so run these commands on macOS to specify a specific node version

npm install -g n
sudo n 10.16.0

To install the app

npm install

then run local server:

npm run dev

Navigate to localhost:8000.

Features

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

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!

Acknowledgements

License

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