added README.md
This commit is contained in:
parent
f7c717eb25
commit
5560502fd6
22
README.md
Normal file
22
README.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user