diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 5d6e66e..5bbf58c 100644 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,7 @@ search: plugins:
- jekyll-seo-tag
- jekyll-last-modified-at
+ - jekyll-redirect-from
color_scheme: "light"
url: "https://hack-gpon.github.io/"
@@ -53,4 +54,7 @@ gh_edit_branch: "main" # the branch that your docs is served from # gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree"
gh_owner_name: hack-gpon
-gh_repository_name: hack-gpon.github.io
\ No newline at end of file +gh_repository_name: hack-gpon.github.io
+
+whitelist:
+ - jekyll-redirect-from
\ No newline at end of file |