diff --git a/Gemfile b/Gemfile
index bc1ca86..a11cc27 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,9 +2,10 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.3.3"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
+ gem "jekyll-paginate-v2"
+ gem "jekyll-sitemap"
end
-
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
diff --git a/Gemfile.lock b/Gemfile.lock
index bb0ca08..3bba44b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -44,8 +44,12 @@ GEM
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
+ jekyll-paginate-v2 (3.0.0)
+ jekyll (>= 3.0, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
+ jekyll-sitemap (1.4.0)
+ jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
@@ -147,6 +151,8 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)
+ jekyll-paginate-v2
+ jekyll-sitemap
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
diff --git a/_config.yml b/_config.yml
index 524cf0c..cb8b6d3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,8 +1,11 @@
title: shr4pnelblog !!
description: Ruminations on music, the world and whatever rubbish pops into my head delivered straight to you.
-url: blog.shr4pnel.com
+url: https://blog.shr4pnel.com
author: tyler!
-plugins:
- - jekyll-feed
exclude:
- - .idea
\ No newline at end of file
+ - .idea
+pagination:
+ enabled: true
+ per_page: 5
+ sort_reverse: true
+ permalink: /page/:num/
\ No newline at end of file
diff --git a/_layouts/post.html b/_layouts/post.html
index 83a2376..ae2a587 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -30,9 +30,9 @@
{{ content }}
- back home!
+ back home!
-
+