A cool blog site with gatsby by luffyZh.
🏠 Demo
The demo deploy by now.
- Gatsby
- React
- Mo.js
U just need clone project in your repo. Then write the article with markdown file in posts
folder.
It is recommended that you install gatsby-cli before you begin
# Step1
npm install
# Step2
create new .md file in posts folder
# Step3
dev: gatsby develop // http://localhost:8000
prod: gatsby build && gatsby serve // http://localhost:9000
deploy: now // https://[project-name].[yourname].now.sh
More questions u can PR | Issue | Star, Thanks~