summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--content/blog/cats/cat_kills/index.md48
-rw-r--r--content/blog/facebook-clegg.md1
-rw-r--r--content/blog/heatwave_2022.md1
-rw-r--r--content/blog/how_to_connect_to_wifi_using_nmcli.md1
-rw-r--r--content/blog/installing-perl.md1
-rw-r--r--content/blog/intro.md2
-rw-r--r--content/blog/remind_me_to_read.md1
-rw-r--r--content/blog/resettings-the-cooker.md1
-rw-r--r--content/blog/using_bash_in_vim.md2
-rw-r--r--static/css/style.css10
11 files changed, 48 insertions, 22 deletions
diff --git a/Makefile b/Makefile
index 77e493f..3dbfbc7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
push:
- rsync -avzr public/ lemon@joannalemon.com:/var/www/yulqen.org/ --exclude Makefile --exclude .git --delete-excluded --delete
+ hugo && rsync -avzr public/ lemon@joannalemon.com:/var/www/yulqen.org/ --exclude Makefile --exclude .git --delete-excluded --delete
pull:
rsync -avzr lemon@joannalemon.com:/var/www/yulqen.org/ public/ --exclude Makefile --exclude .git --delete-excluded --delete
diff --git a/content/blog/cats/cat_kills/index.md b/content/blog/cats/cat_kills/index.md
index 79412d5..f6e68a6 100644
--- a/content/blog/cats/cat_kills/index.md
+++ b/content/blog/cats/cat_kills/index.md
@@ -20,16 +20,16 @@ I have decided to resume updating this. Best way to do it is to include a new ta
Chris Packham - if you're reading this, you're right. Locking the cats out at night *does* result in a higher kill-rate. It's less hassle for us but more hassle for the birds. Lesson learned, but we're not doing anything about it yet. Let's watch the numbers.
-<table style="font-size:13px; width:92%; padding:2px; margin:2px;">
- <colgroup>
- <col span="1" style="width:30%;" />
- <col \>
- <col \>
- <col span="1" style="width:15%" />
- <col \>
- <col \>
- <col style="width:40%">
- </colgroup>
+<table>
+ <colgroup>
+ <col span="1" style="width: 10%;">
+ <col span="1" style="width: 5%;">
+ <col span="1" style="width: 15%;">
+ <col span="1" style="width: 15%;">
+ <col span="1" style="width: 15%;">
+ <col span="1" style="width: 5%;">
+ <col span="1" style="width: 40%;">
+ </colgroup>
<thead>
<tr class="header">
<th>Date</th>
@@ -38,12 +38,21 @@ Chris Packham - if you're reading this, you're right. Locking the cats out at ni
<th>Kill Type</th>
<th>Killer</th>
<th>Suspect Killer</th>
- <th>Comments</th>
+ <th style="width:60%">Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td>18 July 2022</td>
+ <td>Bird</td>
+ <td>Unknown</td>
+ <td>Missing presumed dead</td>
+ <td>Unknown</td>
+ <td>NA</td>
+ <td>Just a pile of feathers (probably of a young bird) outside the back door. The body would have been brought inside had we not locked the flap last night.</td>
+ </tr>
+ <tr>
+ <td>18 July 2022</td>
<td>Rodent</td>
<td>Shrew</td>
<td>Alive</td>
@@ -69,15 +78,16 @@ Chris Packham - if you're reading this, you're right. Locking the cats out at ni
<p><em>After an active period in May, the kill-rate has slowed a bit, but we
suspect we're not seeing the victims...</em></p>
-<table style="font-size:10px; width:92%; padding:2px; margin:2px;">
+<table>
<colgroup>
- <col span="1" style="width:30%;" />
- <col \>
- <col \>
- <col span="1" style="width:15%" />
- <col \>
- <col \>
- <col style="width:40%">
+ <col span="1" style="width: 10%;">
+ <col span="1" style="width: 5%;">
+ <col span="1" style="width: 15%;">
+ <col span="1" style="width: 15%;">
+ <col span="1" style="width: 15%;">
+ <col span="1" style="width: 5%;">
+ <col span="1" style="width: 40%;">
+ <col style="width:40%">
</colgroup>
<thead>
<tr class="header">
diff --git a/content/blog/facebook-clegg.md b/content/blog/facebook-clegg.md
index 20e41d8..88ed93d 100644
--- a/content/blog/facebook-clegg.md
+++ b/content/blog/facebook-clegg.md
@@ -2,6 +2,7 @@
title: Nick Clegg is a total trumpet
date: 2021-10-31
draft: false
+categories: ['Humour']
---
And so is the other guy, obviously...
diff --git a/content/blog/heatwave_2022.md b/content/blog/heatwave_2022.md
index 9b6ff6e..e1970f8 100644
--- a/content/blog/heatwave_2022.md
+++ b/content/blog/heatwave_2022.md
@@ -2,6 +2,7 @@
title: "Heatwave - July 2022"
date: 2022-07-18T13:31:13+01:00
draft: false
+categories: ['Uncategorised']
---
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?
diff --git a/content/blog/how_to_connect_to_wifi_using_nmcli.md b/content/blog/how_to_connect_to_wifi_using_nmcli.md
index 6f02ff1..c98d68b 100644
--- a/content/blog/how_to_connect_to_wifi_using_nmcli.md
+++ b/content/blog/how_to_connect_to_wifi_using_nmcli.md
@@ -2,6 +2,7 @@
title: "How to connect to Wifi using nmcli"
date: 2021-05-18T17:17:03+01:00
draft: false
+categories: ['Computing']
---
Something I've been enjoying on OpenBSD is the relative simplicity of
diff --git a/content/blog/installing-perl.md b/content/blog/installing-perl.md
index 7c40c7c..8e2e048 100644
--- a/content/blog/installing-perl.md
+++ b/content/blog/installing-perl.md
@@ -3,6 +3,7 @@ title: Installing Perl After A Wee Break
author: M R Lemon
date: 2021-10-23
draft: false
+categories: ['Computing']
---
# Context
diff --git a/content/blog/intro.md b/content/blog/intro.md
index 8df6209..37d72ac 100644
--- a/content/blog/intro.md
+++ b/content/blog/intro.md
@@ -2,7 +2,7 @@
title: "Test Page"
date: 2021-05-17T19:39:13+01:00
draft: false
-category: "cats"
+categories: ["Uncategorised"]
---
# Introduction
diff --git a/content/blog/remind_me_to_read.md b/content/blog/remind_me_to_read.md
index c237e9d..404b8dd 100644
--- a/content/blog/remind_me_to_read.md
+++ b/content/blog/remind_me_to_read.md
@@ -2,6 +2,7 @@
title: "Remind me to read..."
date: 2021-05-20T17:05:00+01:00
draft: false
+categories: ['Reading']
---
#### Articles on the web
diff --git a/content/blog/resettings-the-cooker.md b/content/blog/resettings-the-cooker.md
index aef41db..dd2be90 100644
--- a/content/blog/resettings-the-cooker.md
+++ b/content/blog/resettings-the-cooker.md
@@ -2,6 +2,7 @@
title: "Resetting the Cooker"
date: 2021-05-19T20:53:04+01:00
draft: false
+categories: ['Uncategorised']
---
In particular - a Howden's cooker:
diff --git a/content/blog/using_bash_in_vim.md b/content/blog/using_bash_in_vim.md
index 96e0295..ab3362c 100644
--- a/content/blog/using_bash_in_vim.md
+++ b/content/blog/using_bash_in_vim.md
@@ -2,7 +2,7 @@
title: "Using bash in vim"
date: 2022-01-03T09:05:00+01:00
draft: false
-category: "vim"
+categories: ["Computing"]
---
This is great if you like vim.
diff --git a/static/css/style.css b/static/css/style.css
index f959ddc..1fb89b7 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -41,6 +41,16 @@ figcaption {
/* width: 50%; */
/* } */
+table, tr {
+ border: 1px solid black;
+ padding: 1px;
+ margin: 1px;
+ border-collapse: collapse;
+ font-size: 13px;
+ width: 100%;
+ table-layout: auto;
+}
+
body {
font-family: serif;
font-size: 18px;