diff options
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 |