diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-01-06 21:49:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-06 21:49:17 +0000 |
| commit | 9fb9e47e92049b72cdc7cbaa3e9d43ed1aacd095 (patch) | |
| tree | a2069f3d255f8dddc0102afbc8283d79101045b7 /src/content | |
| parent | f4875fd98fd502c19ca093e4bfeed386d174ed86 (diff) | |
| parent | 7d377d5794e92d0d06d3db19d398bb6f81802b5f (diff) | |
Merge pull request #109 from joeacarstairs/staging
Update
Diffstat (limited to 'src/content')
| -rw-r--r-- | src/content/config.ts | 13 | ||||
| -rw-r--r-- | src/content/news/en-GB/2025-01-06-sam-gilliland.mdx | 9 | ||||
| -rw-r--r-- | src/content/news/sco/2025-01-06-sam-gilliland.mdx | 9 |
3 files changed, 18 insertions, 13 deletions
diff --git a/src/content/config.ts b/src/content/config.ts deleted file mode 100644 index 599c570..0000000 --- a/src/content/config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineCollection, z } from 'astro:content'; - -const news = defineCollection({ - type: 'content', - schema: z.object({ - title: z.string(), - summary: z.string(), - }), -}); - -export const collections = { - news: news, -}; diff --git a/src/content/news/en-GB/2025-01-06-sam-gilliland.mdx b/src/content/news/en-GB/2025-01-06-sam-gilliland.mdx new file mode 100644 index 0000000..2e4ac6f --- /dev/null +++ b/src/content/news/en-GB/2025-01-06-sam-gilliland.mdx @@ -0,0 +1,9 @@ +--- +title: Sam Gilliland +summary: Sam Gilliland has died. +--- + +We learned last week that Sam Gilliland has died. He won this Society's Hugh MacDiarmaid Tassie for +his poetry in 2009, and published a number of poetry collections, including _A Rickle o Banes_ +(Penny Wheep Press, 2009). He also organised the Scottish International Open Poetry Competition for +well over two decades. Our condolences go to his family. diff --git a/src/content/news/sco/2025-01-06-sam-gilliland.mdx b/src/content/news/sco/2025-01-06-sam-gilliland.mdx new file mode 100644 index 0000000..fc30813 --- /dev/null +++ b/src/content/news/sco/2025-01-06-sam-gilliland.mdx @@ -0,0 +1,9 @@ +--- +title: Sam Gilliland +summary: Sam Gilliland haes deed. +--- + +We lairned lest ouk that Sam Gilliland haes deed. He won this Society's Hugh MacDiarmaid Tassie for +his poesie in 2009, and furthset a wheen o collections, sic as _A Rickle o Banes_ (Penny Wheep +Press, 2009). Forby, he organised the Scottish International Open Poetry Competition for weill ower +twa decades. Our condolences gang til his faimly. |
