From 48951dee9900f50e940c4e30d173eab92aa89be3 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Wed, 1 May 2019 20:28:20 -0400 Subject: Switching to new journal format. --- _layouts/journal.liquid | 86 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 _layouts/journal.liquid (limited to '_layouts/journal.liquid') diff --git a/_layouts/journal.liquid b/_layouts/journal.liquid new file mode 100644 index 0000000..19891bf --- /dev/null +++ b/_layouts/journal.liquid @@ -0,0 +1,86 @@ + + + + {% include "head.liquid" %} + + + + +
+ +
+ {% include "nav.liquid" %} +
+ + + +
+
+

+ {{ page.title }} +

+
+
+ + +
+ + + +
+
+ +
+ {{ page.content }} +
+ +
+
+ + + +
+
+
+ + +
+ +
+ + + +
+
+ + +
+
+
+ + + + + + -- cgit v1.2.3 From 77458c3f87eafc1d17f9ef47f9926e0a5a98ceac Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Wed, 1 May 2019 20:55:05 -0400 Subject: Added TOC and cards to journal page. --- _layouts/journal.liquid | 51 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 7 deletions(-) (limited to '_layouts/journal.liquid') diff --git a/_layouts/journal.liquid b/_layouts/journal.liquid index 19891bf..01d0fd1 100644 --- a/_layouts/journal.liquid +++ b/_layouts/journal.liquid @@ -54,14 +54,17 @@

@@ -70,6 +73,40 @@
+ {% for i in (1..20) %} + {% for post in collections.posts.pages %} +
+
+

+ {% if post.published_date %} + {{ post.published_date | date: "%A, %b %e, %Y" }} + {% endif %} +

+
+
+

+ {{ post.title }} +

+
+ {{ post.content | truncatewords: 50 }} +
+
+ +
+ {% endfor %} + {%endfor%}
-- cgit v1.2.3 From 689e85e78c106cefb6c83bcdbeae565d021d2e96 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Fri, 3 May 2019 18:54:32 -0400 Subject: Broke apart journal page elements, restored favicon. --- _layouts/journal.liquid | 56 ++----------------------------------------------- 1 file changed, 2 insertions(+), 54 deletions(-) (limited to '_layouts/journal.liquid') diff --git a/_layouts/journal.liquid b/_layouts/journal.liquid index 01d0fd1..bdd9ee0 100644 --- a/_layouts/journal.liquid +++ b/_layouts/journal.liquid @@ -48,65 +48,13 @@
- + {% include all-posts.liquid %}
- {% for i in (1..20) %} - {% for post in collections.posts.pages %} -
-
-

- {% if post.published_date %} - {{ post.published_date | date: "%A, %b %e, %Y" }} - {% endif %} -

-
-
-

- {{ post.title }} -

-
- {{ post.content | truncatewords: 50 }} -
-
- -
- {% endfor %} - {%endfor%} + {% include post-list.liquid %}
-- cgit v1.2.3 From 625b38ba757003d180e9d16223ce07b902b96ce2 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Sat, 4 May 2019 12:38:26 -0400 Subject: Added lunr.js --- _layouts/journal.liquid | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to '_layouts/journal.liquid') diff --git a/_layouts/journal.liquid b/_layouts/journal.liquid index bdd9ee0..6251483 100644 --- a/_layouts/journal.liquid +++ b/_layouts/journal.liquid @@ -2,6 +2,7 @@ {% include "head.liquid" %} + @@ -29,6 +30,24 @@ + +
+
+
+
+
+ +
+
+ +
+
+
+ +
-- cgit v1.2.3 From c7e3a802639ba8bfadbf92a8795b7f80277cf6eb Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Fri, 24 May 2019 18:05:52 -0400 Subject: Merge --- _layouts/journal.liquid | 18 ------------------ 1 file changed, 18 deletions(-) (limited to '_layouts/journal.liquid') diff --git a/_layouts/journal.liquid b/_layouts/journal.liquid index 6251483..e3f5ae4 100644 --- a/_layouts/journal.liquid +++ b/_layouts/journal.liquid @@ -30,24 +30,6 @@
- -
-
-
-
-
- -
-
- -
-
-
- -
-- cgit v1.2.3