From 1e6c097a257e3d349561cea70490683d325f991f Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 22 Oct 2023 18:23:33 +0100 Subject: Moved blog post to a page resource --- content/blog/golf_at_gullane.md | 15 --------------- content/blog/golf_at_gullane/gullane_scorecard.jpg | Bin 0 -> 39048 bytes content/blog/golf_at_gullane/index.md | 16 ++++++++++++++++ static/img/gullane_scorecard.jpg | Bin 39048 -> 0 bytes 4 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 content/blog/golf_at_gullane.md create mode 100644 content/blog/golf_at_gullane/gullane_scorecard.jpg create mode 100644 content/blog/golf_at_gullane/index.md delete mode 100644 static/img/gullane_scorecard.jpg diff --git a/content/blog/golf_at_gullane.md b/content/blog/golf_at_gullane.md deleted file mode 100644 index 8e8eacd..0000000 --- a/content/blog/golf_at_gullane.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Golf at Gullane No. 2 - October 2023" -date: 2023-10-21T12:29:36+01:00 -draft: false -categories: ['Uncategorised'] -tags: ['golf'] ---- - -Got a great game of golf in though - at [Gullane No. 2](https://www.gullanegolfclub.co.uk/course_no_2). Here is the card (mine is the top line). Couple of big 8s ruined it. Don't think I've ever scored so many 5s and don't remember last time I went round without a 6, so quite a unique round. - -{{< figure src="/img/gullane_scorecard.jpg" title="Gullane No.2 Scorecard" >}} - -No. 2 is quite a bit easier than No. 1 and the rough is lenient here. Not sure if that's because of the time of the year. Only lost one ball. - -A few *very* temporary greens in action though on the back nine. Just a hole shoved in front of the green on the fairway whilst the greenkeepers were fucking around on the greens with some machinary (some sort of spiker and a little ride-on rolling machine that moves sideways, is my layman's take on it). diff --git a/content/blog/golf_at_gullane/gullane_scorecard.jpg b/content/blog/golf_at_gullane/gullane_scorecard.jpg new file mode 100644 index 0000000..4bf8fa1 Binary files /dev/null and b/content/blog/golf_at_gullane/gullane_scorecard.jpg differ diff --git a/content/blog/golf_at_gullane/index.md b/content/blog/golf_at_gullane/index.md new file mode 100644 index 0000000..1586416 --- /dev/null +++ b/content/blog/golf_at_gullane/index.md @@ -0,0 +1,16 @@ +--- +title: "Golf at Gullane No. 2 - October 2023" +date: 2023-10-21T12:29:36+01:00 +draft: false +categories: ['Sport'] +tags: ['golf'] +--- + +Got a great game of golf in though - at [Gullane No. 2](https://www.gullanegolfclub.co.uk/course_no_2). Here is the card (mine is the top line). Couple of big 8s ruined it. Don't think I've ever scored so many 5s and don't remember last time I went round without a 6, so quite a unique round. + +{{< figure src="gullane_scorecard.jpg" title="Gullane No.2 Scorecard" >}} + + +No. 2 is quite a bit easier than No. 1 and the rough is lenient here. Not sure if that's because of the time of the year. Only lost one ball. + +A few *very* temporary greens in action though on the back nine. Just a hole shoved in front of the green on the fairway whilst the greenkeepers were fucking around on the greens with some machinary (some sort of spiker and a little ride-on rolling machine that moves sideways, is my layman's take on it). diff --git a/static/img/gullane_scorecard.jpg b/static/img/gullane_scorecard.jpg deleted file mode 100644 index 4bf8fa1..0000000 Binary files a/static/img/gullane_scorecard.jpg and /dev/null differ -- cgit v1.2.3