diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-11-08 00:01:14 +0100 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-11-08 00:01:14 +0100 |
commit | 24780f7ea3ec837ee5e2cfde2129760158059003 (patch) | |
tree | c5fe03c8eb535f78916056f3b70c9e48275f3e48 /_config.yml | |
parent | sexy datumi (diff) | |
download | sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.gz sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.bz2 sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.lz sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.xz sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.zst sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.zip |
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 232f0b9..873f2f0 100644 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,8 @@ collections: posts: output: true permalink: /blog/:categories/:year/:month/:day/:title:output_ext + redirects: + output: true defaults: - scope: @@ -46,6 +48,10 @@ defaults: path: "" values: layout: "default" + - scope: + path: "" + values: + layout: "redirect" plugins: - jekyll-feed |