Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 882 Bytes

Readme.MD

File metadata and controls

33 lines (25 loc) · 882 Bytes

Github Blog

Circle CI

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 **

Usage

简体中文

  • 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)

Contributing

  • install dependencies
    npm i
    
  • enable webpack dev server
    npm run build
    

or running an static server ti preview

npm run server