docs.oc.tc icon indicating copy to clipboard operation
docs.oc.tc copied to clipboard

Convert to GitHub Pages

Open tonybruess opened this issue 8 years ago • 2 comments

This repo should be converted to GitHub pages so it can be hosted indefinitely without issue.

tonybruess avatar Jan 30 '17 18:01 tonybruess

This can currently be done in two ways.

  1. Since we are using a static site generator the source could simply be compiled and the output served via GitHub pages. This would require periodic recompiling and updating of the gh-pages branch/folder, but is very simple to do.
  2. The source could be modified to run directly through jekyll and GitHub pages This would allow the site to be updated almost immediately after the source gets pushed. This would be considerably harder to do. The current gh-pages branch is where I've converted almost everything, however it still needs some more work. It can be viewed at http://overcastnetwork.github.io/docs.oc.tc/

McSpider avatar Feb 01 '17 05:02 McSpider

2 is definitely the way to go! Nice job, it looks great so far. I changed the docs.oc.tc DNS to point to the branch and it seems great.

tonybruess avatar Feb 02 '17 04:02 tonybruess