Web pages in separate repo
#21
AFAIK the Github pages only support html, css and JavaScript. We can do it with JavaScript.
Reply
Thanks given by:
#22
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?
Reply
Thanks given by:
#23
Easiest way should just be with javascript - load a file from HTTP and just write it out.
Reply
Thanks given by:
#24
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
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)