diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-31 00:03:51 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-31 00:03:51 -0600 |
commit | 399f23311f32c903bf01463b37f35dd1ea6767ef (patch) | |
tree | 7a6b55f2179911736c340bd949f0d8bfecc3cbc8 /_config.yml | |
parent | 328a7f4fc8f1b4b923b5fd4ccb66225bed54876f (diff) |
Fix config
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 58e24cd..2e676b8 100644 --- a/_config.yml +++ b/_config.yml @@ -31,11 +31,13 @@ isso: '' disqus: '' permalink: /:year/:month/:title -paginate: 3 +paginate: 5 highlighter: rouge markdown: kramdown -plugins: ['jekyll-paginate'] +plugins: + - jekyll-paginate + - jekyll-multiple-languages-plugin exclude: ['README.md', 'LICENSE'] languages: ['es', 'en'] |