diff --git a/README.md b/README.md index 509d04e..a43bba6 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ See the [Theory, Philosophy, and Navel-gazing](https://github.com/MaggieAppleton | [David Ralph Lewis](https://notes.davidralphlewis.co.uk) | TiddlyWiki | Writing, poetry, wellbeing, psychology | | [Soren Bjornstad](https://zettelkasten.sorenbjornstad.com) | TiddlyWiki + homegrown scripts | Almost everything; emphasis on tech, reading, and how to live | | [Paul Batchelor](https://pbat.ch/wiki) | [WeeWiki](https://pbat.ch/wiki/weewiki) | Computer Music, Audio Programming, Literate Programming, Food | +| [Brad Woods](https://garden.bradwoods.io) | Next.js + MDX | Web development | | [Memento](https://m0wer.github.io/memento/) | [MkDocs](https://www.mkdocs.org/), [MkDocs Newsletter](https://lyz-code.github.io/mkdocs-newsletter/) | Python, GNU/Linux, DevOps, Flutter, traveling, cooking, ...| | [Jacky Zhao](https://garden.jzhao.xyz) | [Quartz](https://quartz.jzhao.xyz) | Books, Cognitive Sciences, Education, Technology, and whatever else I happen to be reading | diff --git a/gardens/brad-woods.mdx b/gardens/brad-woods.mdx new file mode 100644 index 0000000..3f4dc4c --- /dev/null +++ b/gardens/brad-woods.mdx @@ -0,0 +1,13 @@ +--- +title: Brad Woods +url: https://garden.bradwoods.io +image: /brad1.png +tools: ["Next.js", "MDX"] +topics: ["web development"] +--- + +![Brad Woods' digital garden](/brad1.png) + +![Brad Woods' digital garden](/brad2.png) + +![Brad Woods' digital garden](/brad3.png) diff --git a/public/brad1.png b/public/brad1.png new file mode 100644 index 0000000..697a3fa Binary files /dev/null and b/public/brad1.png differ diff --git a/public/brad2.png b/public/brad2.png new file mode 100644 index 0000000..0cd5b31 Binary files /dev/null and b/public/brad2.png differ diff --git a/public/brad3.png b/public/brad3.png new file mode 100644 index 0000000..e85241e Binary files /dev/null and b/public/brad3.png differ