uwsampa / research-group-web

a template for research group sites
Other
185 stars 387 forks source link

How to host on Github Pages? #6

Open meefen opened 6 years ago

meefen commented 6 years ago

I might have missed something, but how can I host this site on Github Pages? It doesn't automatically build when pushing an update to Github. Does it require a gh-pages branch? Or this is because of dependencies unsupported by Github? Any tips would be appreciated.

sampsyo commented 6 years ago

It’s possible this will mostly work on a gh-pages branch, but one piece definitely won’t: the BibTeX publication list, which uses a custom Python tool we made.

FWIW, we deploy our version of this site to our departmental web servers instead of GitHub Pages using Hooknook: https://www.cs.cornell.edu/~asampson/blog/hooknook.html

meefen commented 6 years ago

Thank you for the tip! Yes the issue was with the submodule for the publication list. I ended up removing the submodule (while keeping the files) and Github was able to compile everything.

ljschumacher commented 4 years ago

I'm also trying to use this as a github page, can you provide a little more detail about what you changed to make it work, @meefen ?