File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22gem 'github-pages'
3-
3+ gem 'jekyll-redirect-from'
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ PLATFORMS
244244
245245DEPENDENCIES
246246 github-pages
247+ jekyll-redirect-from
247248
248249BUNDLED WITH
249250 1.17.3
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ multiviews: true
33exclude :
44 - README.md
55 - Rakefile
6+ plugins :
7+ - jekyll-redirect-from
8+ whitelist :
9+ - jekyll-redirect-from
Original file line number Diff line number Diff line change 11---
2- layout : default
32title : NodeBox OpenGL
3+ redirect_to : https://cityinabottle.org/nodebox/
44---
5-
6- The /opengl/ shows the NodeBox OpenGL website. This needs to be redirected in the Apache server configuration, like so:
7-
8- Redirect permanent /opengl/ http://www.cityinabottle.org/nodebox/
You can’t perform that action at this time.
0 commit comments