this is a single page application base Github API and Github Pages to generate a Blog Site, no other backend server. The posts come from assign your repo of issues
**demo: http://eyasweb.com **
- clone this repo
git clone https://github.com/eyasliu/eyasliu.github.io.git
- change root folder file
config.js
to assign your blog issues in repo - push code to repo
{username}.github.io
(if not exits, create it)
- install dependencies
npm i
- enable webpack dev server
npm run build
or running an static server ti preview
npm run server