diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-08 23:56:52 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:00:58 +0100 |
commit | 7ff45a59465893452839cff553651ee7e7fbe386 (patch) | |
tree | 03c5793303cbdb2a3aa87378d2eac89f6b856614 /_config.yml | |
parent | ODI update, Restore DPN-100 Rev A, Small update (diff) | |
download | hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.gz hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.bz2 hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.lz hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.xz hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.tar.zst hack-gpon.github.io-7ff45a59465893452839cff553651ee7e7fbe386.zip |
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 |