Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 277 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 277 Bytes

Zane's Blog

Powered by Hexo.

commands:

# 
npm install hexo-deployer-git --save

# Remove generated files and cache. 
hexo clean

# Generate static files.
hexo g

# Deploy website to github.
hexo d

# Create new post
hexo new "Name"

# Start the server. 
hexo s