Skip to content

Commit a91c659

Browse files
committed
Redirect to NOGL.
1 parent e76eeaf commit a91c659

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22
gem 'github-pages'
3-
3+
gem 'jekyll-redirect-from'

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ PLATFORMS
244244

245245
DEPENDENCIES
246246
github-pages
247+
jekyll-redirect-from
247248

248249
BUNDLED WITH
249250
1.17.3

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ multiviews: true
33
exclude:
44
- README.md
55
- Rakefile
6+
plugins:
7+
- jekyll-redirect-from
8+
whitelist:
9+
- jekyll-redirect-from

opengl/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
---
2-
layout: default
32
title: 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/

0 commit comments

Comments
 (0)