April 29, 2017
How to start your own blog in 5 minute
You need Node.js 8.x.
- Clone this sample blog repository:
git clone git@github.com:ubenzer/fil-blog.git
- Run
npm i
to install dependencies. - Run
npm start
to start a dynamic server. Edit your content and config on the go. - Run
npm run publish
to publish your blog toGithub Pages
.