From e004f704ee4a380122dfbac8ab1a94a9e794d8a0 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 22 Oct 2023 21:23:16 +0100 Subject: wip: sorting out pagination --- content/stream/2022-08-02/barrow_tesco_extra.jpg | Bin 0 -> 37718 bytes content/stream/2022-08-02/index.md | 11 +++++++++++ content/stream/2022_08_02.md | 10 ---------- content/stream/2023-10-09.md | 2 +- content/stream/2023-10-14.md | 2 +- content/stream/img/barrow_tesco_extra.jpg | Bin 37718 -> 0 bytes layouts/stream/list.html | 8 +++++++- 7 files changed, 20 insertions(+), 13 deletions(-) create mode 100644 content/stream/2022-08-02/barrow_tesco_extra.jpg create mode 100644 content/stream/2022-08-02/index.md delete mode 100644 content/stream/2022_08_02.md delete mode 100644 content/stream/img/barrow_tesco_extra.jpg diff --git a/content/stream/2022-08-02/barrow_tesco_extra.jpg b/content/stream/2022-08-02/barrow_tesco_extra.jpg new file mode 100644 index 0000000..29e6d8c Binary files /dev/null and b/content/stream/2022-08-02/barrow_tesco_extra.jpg differ diff --git a/content/stream/2022-08-02/index.md b/content/stream/2022-08-02/index.md new file mode 100644 index 0000000..0fe7e2f --- /dev/null +++ b/content/stream/2022-08-02/index.md @@ -0,0 +1,11 @@ +--- +title: "2022_08_02" +date: 2022-08-02T16:00:46+01:00 +draft: false +tags: ['photos'] +--- + +Barrow-in-Furness in August. + +![Barrow-in-Furness in the rain](barrow_tesco_extra.jpg) + diff --git a/content/stream/2022_08_02.md b/content/stream/2022_08_02.md deleted file mode 100644 index 145ad8e..0000000 --- a/content/stream/2022_08_02.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "2022_08_02" -date: 2022-08-02T16:00:46+01:00 -draft: false -tags: ['photos'] ---- - -Barrow-in-Furness in August. - -{{< figure src="img/barrow_tesco_extra.jpg" title="Barrow-in-Furness Tesco Extra in the rain" >}} 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. - 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. 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/content/stream/img/barrow_tesco_extra.jpg b/content/stream/img/barrow_tesco_extra.jpg deleted file mode 100644 index 29e6d8c..0000000 Binary files a/content/stream/img/barrow_tesco_extra.jpg and /dev/null differ 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 @@

{{ .Date.Format "Monday, 2 January 2006" }}

-{{ .Content }} +
+ {{ .Summary }} +
+
+ Read more... +
+ {{ if .Params.tags }}
-- cgit v1.2.3