diff --git a/_config.yml b/_config.yml index 801dbdf..1e2da53 100644 --- a/_config.yml +++ b/_config.yml @@ -39,7 +39,7 @@ pagination: collection: "posts" enabled: true per_page: 10 - permalink: "blog/page/:num/" + permalink: "page/:num/" sort_reverse: true permalink: ":year/:month/:day/:title" diff --git a/_includes/header.html b/_includes/header.html index 30b6d1f..dbd8f1b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,6 +7,7 @@ diff --git a/_posts/2019-03-10-brompton.markdown b/_posts/2019-03-10-brompton.markdown index f7a44a3..c87dc52 100644 --- a/_posts/2019-03-10-brompton.markdown +++ b/_posts/2019-03-10-brompton.markdown @@ -3,7 +3,6 @@ title: Brompton layout: post categories: - blog -- photos tags: - bikes - fun diff --git a/_redirects b/_redirects index 1432e26..f01a9d2 100644 --- a/_redirects +++ b/_redirects @@ -3,6 +3,7 @@ /canvas https://danbee.github.io/canvas 301 /atom.xml /feed.xml 301 /micropub/* https://micropubme.herokuapp.com/micropub/:splat 200 +/blog/page/* /page/:splat 301 /bwc /2019/06/23/bwc 301 /brompton /2019/03/10/brompton 301 diff --git a/index.html b/index.html index f3d96c7..04e5ef9 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ layout: default pagination: enabled: true + category: blog --- {% assign index = true %} diff --git a/photos/index.html b/photos/index.html new file mode 100644 index 0000000..12804e0 --- /dev/null +++ b/photos/index.html @@ -0,0 +1,32 @@ +--- +layout: default +pagination: + enabled: true + category: photos +--- + +{% assign index = true %} + +{% include header.html %} + +
+ +{% include footer.html %}