wnow is a lightweight markdown blog compiler
npm install wnow -g
wnow init myblog
cd myblog
config some infomation in package.json
{
"author": "leinov",
"homepage": "https://github.com/leinov/wnow",
"avatar":"https://avatars0.githubusercontent.com/u/6204210?s=460&v=4"
}
upper configuration is necessary, afther config these info ,when you build your project, all of the info will render on your index page
wnow new '这是一个新页面'
wnow build
wnow start
Automatically start the blog page in browser
create a new repository named [name].github.io (leinov.github.io) in your github
git clone git@github.com:[name]/[name].github.io.git
cd [name].github.io
wnow init blog
wnow build
push your repository and visit [name].github.io/blog