diff --git a/6-blog.md b/6-blog.md new file mode 100644 index 0000000..05685ce --- /dev/null +++ b/6-blog.md @@ -0,0 +1,6 @@ +--- +layout: blog +title: blog +permalink: /blog/ +group: nav +--- \ No newline at end of file diff --git a/_config.yml b/_config.yml index 0111f5a..885bb15 100644 --- a/_config.yml +++ b/_config.yml @@ -9,9 +9,15 @@ twitter: pebblecode github: pebblecode vimeo: pebblecode + # Build settings markdown: kramdown redirects: yes sass: style: :compressed +permalink: "/blog/:title" + +# Pagination +paginate: 8 +paginate_path: "/blog/:num" diff --git a/_includes/nav.html b/_includes/nav.html index 72ab72b..df1c04b 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -9,4 +9,4 @@ {% endfor %} {% assign nav = nil %} {% assign group = nil %} -Blog \ No newline at end of file + \ No newline at end of file diff --git a/_layouts/blog.html b/_layouts/blog.html new file mode 100644 index 0000000..619aa30 --- /dev/null +++ b/_layouts/blog.html @@ -0,0 +1,90 @@ +--- +layout: blog +--- +{% include head.html %} + +
+ + {% include header.html %} + +