We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd1178 commit 5dbdf38Copy full SHA for 5dbdf38
Gemfile
@@ -11,3 +11,4 @@ gem 'github-pages'
11
gem 'compass'
12
gem 'sass-media_query_combiner'
13
gem 'autoprefixer-rails'
14
+gem 'jekyll-redirect-from'
Gemfile.lock
@@ -261,6 +261,7 @@ DEPENDENCIES
261
compass
262
github-pages
263
jekyll
264
+ jekyll-redirect-from
265
rake (~> 12)
266
sass-media_query_combiner
267
_config.yml
@@ -1,6 +1,7 @@
1
# Plugins
2
gems:
3
- jekyll-sitemap
4
+- jekyll-redirect-from
5
safe: false
6
7
# Build Settings
welcome.html
@@ -0,0 +1,4 @@
+---
+title: Welcome
+redirect_to: http://brainhack.camillemaumet.com
0 commit comments