Knowledge-Graphs-Book / HTML-Book

Other
36 stars 7 forks source link

Migrate kgbook.org hosting to Github pages #36

Closed aidhog closed 1 year ago

aidhog commented 1 year ago

Currently the kgbook.org web server is a machine in the University of Chile, but it might be more convenient to just host the site on Github pages? That way, edits to the HTML will go live directly after a minute or two.

The downside is that Github works for static content, with no support for PHP. But we're mainly using PHP to statically compile the HTML in any case.

If we want to migrate, the first step would be to rename the HTML-Book repo to Knowledge-Graphs-Book (the same as the org). Github should redirect anything from the old name to the new one. Then the book will appear at https://knowledge-graphs-book.github.io/. We then need to do a few configs to send kgbook.org there, and set up HTTPS.

What do you think?

aidhog commented 1 year ago

Verified domain, which I guess was the final step.