Skip to content

Commit

Permalink
docs: add redirect dor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lixxbox committed Jan 16, 2022
1 parent 05dbcc7 commit f23ced9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ source "https://rubygems.org"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-remote-theme"
gem "jekyll-redirect-from"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ defaults:
path: "" # an empty string here means all files in the project
values:
image: assets/img/rtfm.png

plugins:
- jekyll-redirect-from
2 changes: 2 additions & 0 deletions configurations/necessary-cfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Configuration
nav_order: 5
has_children: false
permalink: /configuration
redirect_from:
- /necessary-configuration
---

# Required configuration
Expand Down

0 comments on commit f23ced9

Please sign in to comment.