From e2c06d2681e18946ab6c3e3e6075aed92a4d13be Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 3 Oct 2021 00:35:46 -0500 Subject: Change to al-folio theme Theme at: https://github.com/alshedivat/al-folio --- blog/index.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 blog/index.html (limited to 'blog/index.html') diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..7ccd524 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,36 @@ +--- +layout: default +title: blog +pagination: + enabled: true + collection: posts + permalink: /page/:num/ + per_page: 3 + sort_field: date + sort_reverse: true + trail: + before: 1 # The number of links before the current page + after: 3 # The number of links after the current page +--- + +
+ +
+

{{ site.blog_name }}

+

{{ site.blog_description }}

+
+ + + + + {% include pagination.html %} + +
-- cgit v1.2.3