22 Aug
2014
22 Aug
'14
6:22 p.m.
On 22 August 2014 16:30, Daniel James
It's not the same system. Htmlpreview is implement in client side javascript and uses a yahoo service to get the files from the github api. It's not actually a github service, they're just running it on github's servers. Github pages creates some sort of static site on github's servers - so it requires less work for them than handling api requests. All you need to do is create a gh-pages branch containing whatever you wish to serve (in my case it's just branched from a feature branch with the generated html checked in). Github will then create a site.
Easier to just do it myself: http://danieljames.github.io/variadic_macro_data/doc/html/index.html