From 5560502fd68ec800b33ecab77216ed5162d166ca Mon Sep 17 00:00:00 2001 From: jorts Date: Sun, 31 Aug 2025 17:30:28 +0100 Subject: [PATCH] added README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4cbe4e1 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Wiki of Dark Arts + +This is the git repo for [https://wikiofdark.art/](https://wikiofdark.art/). + +Make changes to docs/index.md for updates to the wiki. + +If adding sources, add them as such: +``` +non-archival link + +[text here](https://example.com/) + +archival link + +[text here](https://example.com/){.source-link} + +``` + +if archiving new links, you can pull them using +``` +python3 ./tools/sync_sources.py +```