Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GitHub Pages Jekyll prefetcher #125

Open
jayvdb opened this issue Jul 27, 2018 · 2 comments
Open

Create GitHub Pages Jekyll prefetcher #125

jayvdb opened this issue Jul 27, 2018 · 2 comments

Comments

@jayvdb
Copy link
Member

jayvdb commented Jul 27, 2018

GitHub Pages allows use of GitHub API via github metadata gem, and can create a json file.

It would mean 'fork' is all someone needs to do to get it working, without all the benefits of our build optimisations.
The data structure would need to be identical.
So we might want to tidy up the data structure first to eliminate some of the unnecessary duplication.
(Do we have an issue about that yet?)

@jayvdb
Copy link
Member Author

jayvdb commented Jul 27, 2018

We wouldnt want dist in the source tree again, so forkers might enable Github Pages on gh-pages, so we would copy the jekyll stuff on our deploy.

But then they get our old issues data in their tree. To avoid that we could have a second cleaner deploy branch for them to use.

@jayvdb
Copy link
Member Author

jayvdb commented Jul 27, 2018

See philschatz#57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants