From 0daa1bd9e52d913d708891618650c630a845d5ea Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 18 Jul 2022 15:15:13 +0100 Subject: update --- archetypes/blog.md | 6 ++++++ archetypes/default.md | 6 ------ content/blog/cats/cat_kills/index.md | 9 +++++++++ content/blog/heatwave_2022.md | 16 ++++++++++++++++ static/img/heatmap_europe.jpg | Bin 0 -> 58728 bytes static/img/heatwave_map_resize.jpg | Bin 0 -> 179078 bytes 6 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 archetypes/blog.md delete mode 100644 archetypes/default.md create mode 100644 content/blog/heatwave_2022.md create mode 100644 static/img/heatmap_europe.jpg create mode 100644 static/img/heatwave_map_resize.jpg diff --git a/archetypes/blog.md b/archetypes/blog.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/blog.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/content/blog/cats/cat_kills/index.md b/content/blog/cats/cat_kills/index.md index fe50094..dac1795 100644 --- a/content/blog/cats/cat_kills/index.md +++ b/content/blog/cats/cat_kills/index.md @@ -42,6 +42,15 @@ Chris Packham - if you're reading this, you're right. Locking the cats out at ni + + 18 July 2022 + Rodent + Shrew + Alive + NA + NA + No remains upon waking this morning but a shrew trotted into the living room at about 8am, remarkably unaffected by its unwilling invitation into the house. The cats eventually coalesced around it's hidy-hole before being locked out, unimpressed. Eventually we trapped the little guy under a plant pot and released him into the blistering heat and the verge opposite the front of the house. + 17 July 2022 Bird diff --git a/content/blog/heatwave_2022.md b/content/blog/heatwave_2022.md new file mode 100644 index 0000000..a9af35d --- /dev/null +++ b/content/blog/heatwave_2022.md @@ -0,0 +1,16 @@ +--- +title: "Heatwave - July 2022" +date: 2022-07-18T13:31:13+01:00 +draft: false +--- + +The country is in meltdown, for two whole days. Dire warnings are being made about the threat to life and many schools are closed. "Climate change in action" once again? + +It's even hot in Berwick. 💓 + + +{{< figure src="/img/heatwave_map_resize.jpg" title="Heat map of UK - 18 July 2022" >}} + +However, it does seem to be significantly hotter elsewhere in Europe. And consider the likes of Iraq and Kuwait right now, based on another map on the Telegraph web site right now. + +{{< figure src="/img/heatmap_europe.jpg" title="Heat map of Europe and beyond - 18 July 2022" >}} diff --git a/static/img/heatmap_europe.jpg b/static/img/heatmap_europe.jpg new file mode 100644 index 0000000..2718716 Binary files /dev/null and b/static/img/heatmap_europe.jpg differ diff --git a/static/img/heatwave_map_resize.jpg b/static/img/heatwave_map_resize.jpg new file mode 100644 index 0000000..3f62d45 Binary files /dev/null and b/static/img/heatwave_map_resize.jpg differ -- cgit v1.2.3