diff --git a/_config.yml b/_config.yml index 948d4a9..fda354a 100644 --- a/_config.yml +++ b/_config.yml @@ -12,3 +12,10 @@ markdown: kramdown kramdown: smart_quotes: ["apos", "apos", "quot", "quot"] input: GFM + +plugins: + - jekyll-paginate + +# paginate +paginate: 6 +paginate_path: "/blog/page:num/" \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 6110374..842b506 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -18,6 +18,7 @@