This commit is contained in:
nihilist 2024-07-25 21:29:53 +02:00
parent 82cb9271ad
commit bb254d333b

View File

@ -47,7 +47,7 @@ Send me on chat your blogpost idea, and tell me where exactly it's supposed to f
```
- fork the repository
- go into the /servers/ directory, and copy the "0_anon" template directory into whatever other name you want like "anontuto3"
- then edit the index.html file in /servers/anontuto3/index.html, to at least contain :
- then edit the index.html file in /servers/anontuto3/index.html, to contain :
- your pseudonym,
- the date
- the title of the page
@ -58,5 +58,6 @@ Send me on chat your blogpost idea, and tell me where exactly it's supposed to f
- show the commands (copy paste into the <pre><code class="nim"> cmds(multi lines) </pre></code> blocks)
- if there's any GUI to showcase, use a screenshot software like flameshot to showcase what must be done using arrows
- conclude the tutorial stating what the user has accomplished at the end.
- (optional) and edit the bottom of the page to contain your links, and contact to reach out to you, and your "donate monero address"
- then create the PR (pull request) and ping me about it, so i can review it, merge it and pay you in monero for it.
```