Commit Graph

9 Commits (bfba6d06b289256df1a3bd903d887ab5edbebc8d)

Author SHA1 Message Date
Hugo Locurcio db33ce93f1 Add a forum redirection page
This is done in the 404 error page as it will match any invalid URL,
including `/forum/viewtopic.php`. We can't create a page with a custom
permalink set to `/forum/viewtopic.php`, as GitHub Pages doesn't set
the MIME type correctly, which causes the browser to download the page.

This closes #187.
2019-09-20 01:00:59 +02:00
Hugo Locurcio a1bff01541 Fix Travis CI setup and HTML errors reported by HTMLProofer
This also reorganizes `.travis.yml` for better readability.
`sudo: false` was removed as it is no longer necessary.
2019-07-28 21:06:10 +02:00
Hugo Locurcio cd5181b3e1 Switch from Bootstrap to Bulma (#166)
The design has been slightly modernized in the process.
jQuery was also removed as it is no longer required, resulting in
faster page loading times.

Gallery thumbnails were regenerated at an higher resolution to match
the new design.
2019-06-20 01:12:12 +01:00
rubenwardy f9506ed4c3 Fix 404 page 2015-09-03 14:06:16 +01:00
rubenwardy 3912c528a9 Don't redirect to /404/ on 404 error 2015-09-03 14:05:32 +01:00
Craig Davison 38e7611494 Pretty URLs
Closes #22
Closes #17
2015-08-31 18:16:02 +01:00
Craig Davison e1f2e0a46e Add redirects 2015-08-31 10:30:40 +01:00
rubenwardy 854c6f8bdd Use Jekyll layouts 2015-08-30 12:11:44 +01:00
rubenwardy d5879d3345 Add 404 page 2015-08-30 11:27:47 +01:00