summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
-rw-r--r--_config.yml3
3 files changed, 6 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6ec5773..0149843 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"