Cuberite Forum
Web pages in separate repo - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Web pages in separate repo (/thread-1767.html)

Pages: 1 2 3


RE: Web pages in separate repo - sphinxc0re - 03-04-2015

AFAIK the Github pages only support html, css and JavaScript. We can do it with JavaScript.


RE: Web pages in separate repo - worktycho - 03-04-2015

They also support Jekyll. Whist it can't fetch data what we can do is have a set of data files in the repo, and update the website repo in the build script. However where were you planning on getting the data from as the only place this info is present is in the readme?


RE: Web pages in separate repo - bearbin - 03-06-2015

Easiest way should just be with javascript - load a file from HTTP and just write it out.


RE: Web pages in separate repo - sphinxc0re - 03-06-2015

I think it would be the nicest if we could do this without JavaScript. Jekyll supports ruby AFAIK and precompiles the site into bare HTML