Skip to content

Commit

Permalink
Added plugin jekyll-redirect-from and historicSite to link to old web…
Browse files Browse the repository at this point in the history
…site of mine
  • Loading branch information
downarowiczd committed Jul 23, 2023
1 parent bc60e74 commit 1270c51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ gem 'rubocop-github'
gem 'rubocop-performance', '~> 1.13'
gem 'sass', '~> 3.4'
gem 'webrick', '~> 1.7'
gem 'jekyll-redirect-from'
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ branch: main
nav_pages:
- index.html
- about.md
- historicSite.md

footer_pages:
- fine-print.md
Expand Down Expand Up @@ -51,6 +52,7 @@ plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-sitemap
- jekyll-redirect-from

exclude:
- vendor/bundle/
Expand Down
5 changes: 5 additions & 0 deletions historicSite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: HistoricSite
permalink: /downardoCom/
redirect_to: https://www.downardo.com
---

0 comments on commit 1270c51

Please sign in to comment.