Skip to content

zetsin/page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

  1. Develop with master branch;
  2. Deploy to gh-pages branch;
  3. Store in contents branch;

Usage

  1. Fork this repo

  2. Create contents branch, and setup /src/Repos.js with your infos:

export default {
  'Zetsin': [
    {
      repo: 'page',
      path: '/',
      branch: 'contents'
    }
  ]
}
  1. install node modules
➜  page git:(master) ✗ npm install
  1. deploy to github page
➜  page git:(master) npm run deploy
  1. Visit your page in https://zetsin.github.io/page/

About

Build your Github page, and show your repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published