Skip to content

Commit 5dbdf38

Browse files
committed
Add welcome page that redirects to authenticated brainhack.camillemaumet.com
1 parent 0cd1178 commit 5dbdf38

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ gem 'github-pages'
1111
gem 'compass'
1212
gem 'sass-media_query_combiner'
1313
gem 'autoprefixer-rails'
14+
gem 'jekyll-redirect-from'

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ DEPENDENCIES
261261
compass
262262
github-pages
263263
jekyll
264+
jekyll-redirect-from
264265
rake (~> 12)
265266
sass-media_query_combiner
266267

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Plugins
22
gems:
33
- jekyll-sitemap
4+
- jekyll-redirect-from
45
safe: false
56

67
# Build Settings

welcome.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Welcome
3+
redirect_to: http://brainhack.camillemaumet.com
4+
---

0 commit comments

Comments
 (0)