nielsenramon / chalk

Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
http://chalk.nielsenramon.com
MIT License
1.23k stars 442 forks source link

how can I deploy my pages to multiple repos? #11

Closed cheny1ran closed 7 years ago

cheny1ran commented 7 years ago

I want to customize my pages to multiple repos like this

deploy:
  type: git
  repo:
    github: git@github.com:xxx/xxx.github.io.git,master
    coding: git@git.coding.net:xxx/xxx,coding-pages
    gitcafe: git@gitcafe.com:xxx/xxx.git,gitcafe-pages

for some reasons(Chinese web user) sometimes I even can not access github pages

nielsenramon commented 7 years ago

@ewnit I never supported multiple repo's actually so never tried working like that. You won't be able to use the included bin/deploy script with this workflow tho.

You can run the Jekyll site on any branch you like.

Not sure where I can help you with atm.

cheny1ran commented 7 years ago

Thanks anyway, I will try to figure out.