diff options
author | HombreLaser <sebastian-440@live.com> | 2024-05-07 19:07:51 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2024-05-07 19:07:51 -0600 |
commit | b709feebcfccddf991f04e15dc19aaec22fe69fc (patch) | |
tree | 0bb8575cba9d9612e04130504d4bf881e99311e4 /_config.yml | |
parent | a4c0692f8dbab80cf5c0b5644ec050322040c4e3 (diff) |
Add polyglot
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index b32db36..8dc08b2 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ title: Silos Needed email: buran@silosneeded.com description: >- # this means to ignore newlines until "baseurl:" - Silos Needed TM + Blog baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com pagination_slice: 3 @@ -48,10 +48,13 @@ pagination_slice: 3 plugins: - jekyll-feed - jekyll-paginate - - jekyll-multiple-languages-plugin + - jekyll-polyglot - jekyll-seo-tag permalink: /:year/:month/:title paginate: 5 paginate_path: "/page:num" languages: ['es', 'en'] +default_lang: 'es' +exclude_from_localization: ["javascript", "images", "css", "public"] +parallel_localization: true |