/blog-hexo

The repo stores the config and raw articles, powered by hexo. Deploy to

Primary LanguageCSS

Installation

npm install

Run in local

npm run generate
npm run server
# visit http://localhost:4000/

Deploy to wazho/blog.git

npm run generate
npm run deploy