Maple-pro / blog

blog.maples31.com/blog - my blog website, combined with hexo, deployed on github page
https://blog.maples31.com
0 stars 0 forks source link

Maples' Blog

Command

# New a post/draft/page
hexo new post <title>
hexo new page --path about/me "About me"
hexo new draft <title>

# Generate
hexo generate

# Server
hexo server

# Deploy
hexo deploy

# Clean
hexo clean

# Publish
hexo publish

Notes