From a7e31ec150c409c3c4a9bd8a6503dda852a2d103 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 17 Jun 2022 16:31:53 -0400 Subject: config: Generate authors from configuration --- data/authors/canory.yaml | 18 ------------------ data/authors/default.yaml | 18 ------------------ data/canory.yaml | 18 ++++++++++++++++++ data/default.yaml | 18 ++++++++++++++++++ 4 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 data/authors/canory.yaml delete mode 100644 data/authors/default.yaml create mode 100644 data/canory.yaml create mode 100644 data/default.yaml (limited to 'data') diff --git a/data/authors/canory.yaml b/data/authors/canory.yaml deleted file mode 100644 index fba7750..0000000 --- a/data/authors/canory.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Canory -user: canory -blogtitle: Canory's Micro Blog -wordlimit: 50 -place: www -domain: - host: canory.example - url: https://example.com -epoch: Arrived on the second fortnight of April, `2022` -description: > - Descended from an inner star system of the Sunflower galaxy. Not an owl. - Theme Canory --- a micro blog theme for [Hugo](https://gohugo.io/), one of many - [static site generators](https://jamstack.org/generators/). -webring: - rss: - - https://www.rfc-editor.org/rfcrss.xml - json: diff --git a/data/authors/default.yaml b/data/authors/default.yaml deleted file mode 100644 index b73b2b9..0000000 --- a/data/authors/default.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Default -user: default -blogtitle: Default's Micro Blog -wordlimit: 50 -place: In your head -domain: - host: default.example - url: https://example.com -epoch: Appeared sometime around April, `2022` -description: > - Dignissimos quis animi velit. Not a bot. If you believe everything you read on - the Internet, you'll think that I'm human. -webring: - rss: - - https://hacks.mozilla.org/feed/ - - http://www.bing.com/HPImageArchive.aspx?format=rss&idx=0&n=1&mkt=en-US - json: diff --git a/data/canory.yaml b/data/canory.yaml new file mode 100644 index 0000000..fba7750 --- /dev/null +++ b/data/canory.yaml @@ -0,0 +1,18 @@ +--- +name: Canory +user: canory +blogtitle: Canory's Micro Blog +wordlimit: 50 +place: www +domain: + host: canory.example + url: https://example.com +epoch: Arrived on the second fortnight of April, `2022` +description: > + Descended from an inner star system of the Sunflower galaxy. Not an owl. + Theme Canory --- a micro blog theme for [Hugo](https://gohugo.io/), one of many + [static site generators](https://jamstack.org/generators/). +webring: + rss: + - https://www.rfc-editor.org/rfcrss.xml + json: diff --git a/data/default.yaml b/data/default.yaml new file mode 100644 index 0000000..b73b2b9 --- /dev/null +++ b/data/default.yaml @@ -0,0 +1,18 @@ +--- +name: Default +user: default +blogtitle: Default's Micro Blog +wordlimit: 50 +place: In your head +domain: + host: default.example + url: https://example.com +epoch: Appeared sometime around April, `2022` +description: > + Dignissimos quis animi velit. Not a bot. If you believe everything you read on + the Internet, you'll think that I'm human. +webring: + rss: + - https://hacks.mozilla.org/feed/ + - http://www.bing.com/HPImageArchive.aspx?format=rss&idx=0&n=1&mkt=en-US + json: -- cgit v1.2.3