03-04-2015, 07:09 AM
AFAIK the Github pages only support html, css and JavaScript. We can do it with JavaScript.
Web pages in separate repo
|
03-04-2015, 07:09 AM
AFAIK the Github pages only support html, css and JavaScript. We can do it with JavaScript.
Thanks given by: NiLSPACE
03-04-2015, 10:02 AM
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?
03-06-2015, 07:26 AM
Easiest way should just be with javascript - load a file from HTTP and just write it out.
03-06-2015, 08:45 AM
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
|
« Next Oldest | Next Newest »
|