Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Convert to GitHub Pages #227

Open
tonybruess opened this issue Jan 30, 2017 · 2 comments
Open

Convert to GitHub Pages #227

tonybruess opened this issue Jan 30, 2017 · 2 comments

Comments

@tonybruess
Copy link
Member

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

@McSpider
Copy link
Contributor

McSpider commented Feb 1, 2017

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/

@tonybruess
Copy link
Member Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants