diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 3338ab5..8f6a67a 100644 --- a/_config.yml +++ b/_config.yml @@ -51,6 +51,13 @@ plugins: - jekyll-polyglot - jekyll-seo-tag - jekyll-archives + +jekyll-archives: + enabled: ['tags'] + layout: tag_archive + slug_mode: "latin" + permalinks: + tag: '/tags/:name/' permalink: /:year/:month/:title paginate: 5 |