summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-22 21:23:16 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-22 21:23:16 +0100
commite004f704ee4a380122dfbac8ab1a94a9e794d8a0 (patch)
tree98c9217ed37e074be9a5c355ea718b3495fce05f
parent0c90ee0f3c1c5a7ca88a028d2bd0d113de61e8a1 (diff)
wip: sorting out pagination
-rw-r--r--content/stream/2022-08-02/barrow_tesco_extra.jpg (renamed from content/stream/img/barrow_tesco_extra.jpg)bin37718 -> 37718 bytes
-rw-r--r--content/stream/2022-08-02/index.md (renamed from content/stream/2022_08_02.md)3
-rw-r--r--content/stream/2023-10-09.md2
-rw-r--r--content/stream/2023-10-14.md2
-rw-r--r--layouts/stream/list.html8
5 files changed, 11 insertions, 4 deletions
diff --git a/content/stream/img/barrow_tesco_extra.jpg b/content/stream/2022-08-02/barrow_tesco_extra.jpg
index 29e6d8c..29e6d8c 100644
--- a/content/stream/img/barrow_tesco_extra.jpg
+++ b/content/stream/2022-08-02/barrow_tesco_extra.jpg
Binary files differ
diff --git a/content/stream/2022_08_02.md b/content/stream/2022-08-02/index.md
index 145ad8e..0fe7e2f 100644
--- a/content/stream/2022_08_02.md
+++ b/content/stream/2022-08-02/index.md
@@ -7,4 +7,5 @@ tags: ['photos']
Barrow-in-Furness in August.
-{{< figure src="img/barrow_tesco_extra.jpg" title="Barrow-in-Furness Tesco Extra in the rain" >}}
+![Barrow-in-Furness in the rain](barrow_tesco_extra.jpg)
+
diff --git a/content/stream/2023-10-09.md b/content/stream/2023-10-09.md
index eea06ba..7080f2e 100644
--- a/content/stream/2023-10-09.md
+++ b/content/stream/2023-10-09.md
@@ -5,7 +5,7 @@ draft: false
tags: ['rugby']
---
-If you're a Scotland rugby fan, you can't help but be embarrassed by their performance against Ireland on Saturday (a sorry 36-14 loss), for the following reasons:
+If you're a Scotland rugby fan, you can't help but be embarrassed by their performance against Ireland on Saturday (a sorry 36-14 loss), for the following reasons. <!--more-->
- The pre-match arrogance ("we will end their winning run" - Blair Kinghorn)
- The failure to take points on offer in the first ten minutes
diff --git a/content/stream/2023-10-14.md b/content/stream/2023-10-14.md
index 3d56c02..c3aac32 100644
--- a/content/stream/2023-10-14.md
+++ b/content/stream/2023-10-14.md
@@ -5,7 +5,7 @@ draft: false
tags: ["rugby", "linux", "backup"]
---
-Started to use [rclone](https://rclone.org/) recently to back up my files to a remote server.
+Started to use [rclone](https://rclone.org/) recently to back up my files to a remote server. <!--more-->
Very impressed so far and is simple to use for what I need, which is command-line-based, fully encrypted backups.
Very much like [rsync](https://linux.die.net/man/1/rsync) which is no surprise.
diff --git a/layouts/stream/list.html b/layouts/stream/list.html
index 0249c4f..1074cdd 100644
--- a/layouts/stream/list.html
+++ b/layouts/stream/list.html
@@ -8,7 +8,13 @@
<h3 id="{{ .Date.Format "Monday, 2 January 2006"| urlize}}">{{ .Date.Format "Monday, 2 January 2006" }}</h3>
-{{ .Content }}
+<div style="margin-bottom: 1em;">
+ {{ .Summary }}
+</div>
+<div style="margin-bottom: 1em;">
+ <a href="{{ .RelPermalink }}">Read more...</a>
+</div>
+
{{ if .Params.tags }}
<div style="background-color: rgb(240, 240, 240);">