Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-22 | Specify script typegh-pages | Thorbjørn Lindeijer | 1 | -1/+1 | |
Needed to validate as XHTML 1.0 Transitional... Time to update to HTML5? :) | |||||
2013-03-22 | Use jQuery to dynamically load the news into the static site | Thorbjørn Lindeijer | 1 | -3/+8 | |
For this to work, the news.html file needs to be served with the header Access-Control-Allow-Origin, in order to allow the site to display it. Something like that in a .htaccess file should do: <FilesMatch "news.html$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> | |||||
2013-03-17 | Initial jekyll-powered website for github pages | Thorbjørn Lindeijer | 1 | -0/+12 | |
* Removed Registration form and related files (reCAPTCHA / SQL stuff) * Removed including news (needs an alternative solution) |