diff --git a/_pages/blog.html b/_pages/blog.html deleted file mode 100644 index 5f32994..0000000 --- a/_pages/blog.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -permalink: "posts.html" -layout: default -title: "Posts" -show: true ---- - -
-

{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}

- - -
diff --git a/_pages/index.html b/_pages/index.html index c610388..bfc4958 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -1,18 +1,20 @@ --- permalink: "index.html" -layout: default +layout: page --- -
-
-

{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}

-

{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}

- +{% for post in site.posts %} +
+

+ + {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} + +

+ {% if post.description %} +

+ {{ post.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} +

+ {% endif %} +
-
+{% endfor %}