summaryrefslogtreecommitdiff
path: root/index.html
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Specify script typegh-pagesThorbjørn Lindeijer1-1/+1
Needed to validate as XHTML 1.0 Transitional... Time to update to HTML5? :)
2013-03-22Use jQuery to dynamically load the news into the static siteThorbjørn Lindeijer1-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-17Initial jekyll-powered website for github pagesThorbjørn Lindeijer1-0/+12
* Removed Registration form and related files (reCAPTCHA / SQL stuff) * Removed including news (needs an alternative solution)