From b709feebcfccddf991f04e15dc19aaec22fe69fc Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 7 May 2024 19:07:51 -0600 Subject: Add polyglot --- _config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '_config.yml') 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 -- cgit v1.2.3