diff --git a/_config_theme.yml b/_config_theme.yml index 8ce7878c..9e0c3769 100644 --- a/_config_theme.yml +++ b/_config_theme.yml @@ -125,6 +125,7 @@ markdown: kramdown highlighter: rouge permalink: /:year-:month-:day-:title/ paginate: 5 +paginate_path: "/blog/page:num/" kramdown: input: GFM diff --git a/blog.html b/blog/index.html similarity index 100% rename from blog.html rename to blog/index.html