Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 419 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 419 Bytes

hunzhiwange.com

This site is built with hexo. Site content is written in Markdown format located in src. Pull requests welcome!

Developing

Start a dev server at localhost:4000:

$ npm install -g hexo-cli
$ npm install
$ hexo server

Publish

You can publish your modify by use the command:

hexo generate
hexo deploy

Thanks vuejs.org

This theme is modify from vue