From 23cc99feeff4f44e56f404f29f2a2bbab6288cf1 Mon Sep 17 00:00:00 2001 From: Zyansheep Date: Fri, 1 Jul 2022 23:49:03 +0000 Subject: [PATCH] add author json & edit existing recipe (#802) --- content/baked-mostaccioli.md | 4 ++-- data/authors/zyansheep.json | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 data/authors/zyansheep.json diff --git a/content/baked-mostaccioli.md b/content/baked-mostaccioli.md index 857186c..f989d13 100644 --- a/content/baked-mostaccioli.md +++ b/content/baked-mostaccioli.md @@ -2,12 +2,12 @@ title: "Baked Mostaccioli" date: 2021-03-21 tags: ['pasta', 'italian'] -author: "Dan and Zyansheep" +author: "zyansheep" --- ![baked mostaccioli in bowl](/pix/baked-mostaccioli-00.webp "Baked Mostaccioli in Bowl") -Baked pasta cooked in dish with spicy sauce +Pasta baked in dish with spicy sauce - ⏲️ Prep time: 15 min - 🍳 Cook time: 15-20 min diff --git a/data/authors/zyansheep.json b/data/authors/zyansheep.json new file mode 100644 index 0000000..23d2e8d --- /dev/null +++ b/data/authors/zyansheep.json @@ -0,0 +1,5 @@ +{ + "name": "Zyansheep", + "website": "https://github.com/zyansheep", + "xmr": "84qR8cAwqf4eSSBoEgh11W2yhiV9XsePjMhL7M2gQ3TdPcoY2wHuthHEnqX2dH2hTZKh3CBQLUqBZAS77Yrgjh8v5kHwhL5" +} \ No newline at end of file