diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 3 | ||||
-rw-r--r-- | _config.yml | 3 |
3 files changed, 6 insertions, 1 deletions
@@ -15,6 +15,7 @@ gem "minima", "~> 2.5" # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do + gem "jekyll-archives" gem "jekyll-feed", "~> 0.12" gem 'jekyll-paginate' gem 'jekyll-polyglot' diff --git a/Gemfile.lock b/Gemfile.lock index 69dbff5..fbd0745 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,6 +32,8 @@ GEM safe_yaml (~> 1.0) terminal-table (>= 1.8, < 4.0) webrick (~> 1.7) + jekyll-archives (2.3.0) + jekyll (>= 3.6, < 5.0) jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-paginate (1.1.0) @@ -79,6 +81,7 @@ PLATFORMS DEPENDENCIES http_parser.rb (~> 0.6.0) jekyll (~> 4.3.3) + jekyll-archives jekyll-feed (~> 0.12) jekyll-paginate jekyll-polyglot diff --git a/_config.yml b/_config.yml index 0289202..3338ab5 100644 --- a/_config.yml +++ b/_config.yml @@ -50,7 +50,8 @@ plugins: - jekyll-paginate - jekyll-polyglot - jekyll-seo-tag - + - jekyll-archives + permalink: /:year/:month/:title paginate: 5 paginate_path: "/page:num" |