owlfox / msite

personal website built by gatsbyJS and tons of codes from others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Starter Tech Blog

Initial Setup

  • Clone this repo
  • Run yarn or npm install

Writing blog post

  • Write your blog post in markdown format under src/blog-posts. Refer the existing markdown template for title and date.
  • Then run npx gatsby develop to load the page in your local machine. Usually loads in http://localhost:8000

TODO

  • PWA
  • TOMATO TOOL
  • Dictonary for local lookup
  • mango db
  • configurations from gatsby-config.js
    • make it a theme
  • leetcode problems

About

personal website built by gatsbyJS and tons of codes from others

License:MIT License


Languages

Language:JavaScript 98.4%Language:HTML 1.6%