added README.md

This commit is contained in:
jorts 2025-08-31 17:30:28 +01:00
parent f7c717eb25
commit 5560502fd6

22
README.md Normal file
View File

@ -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
```