From 6aaa7103cd24454fec69ac1068aa322f2a71efd9 Mon Sep 17 00:00:00 2001 From: Ronan Berder Date: Thu, 18 Dec 2025 09:13:20 +0800 Subject: [PATCH] Adding ReallSimpleDocs --- src/_data/starters/reallysimpledocs.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/_data/starters/reallysimpledocs.json diff --git a/src/_data/starters/reallysimpledocs.json b/src/_data/starters/reallysimpledocs.json new file mode 100644 index 0000000000..e5a6a79545 --- /dev/null +++ b/src/_data/starters/reallysimpledocs.json @@ -0,0 +1,7 @@ +{ + "url": "https://github.com/hunvreus/reallysimpledocs", + "name": "ReallySimpleDocs", + "description": "A really simple documentation template built with 11ty and Tailwind.", + "author": "hunvreus", + "demo": "https://reallysimpledocs.com" +}