vincentntang / vincentntang.com

💻 Personal blog site using GatsbyJs, ReactJs, and NodeJs

Home Page:https://vincentntang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

💻 Personal blog site using GatsbyJs, ReactJs, and NodeJs

https://vincentntang.com

License:MIT License


Languages

Language:JavaScript 57.3%Language:SCSS 42.7%