This commit is contained in:
nihilist 2024-07-25 13:17:50 +02:00
parent 5e1ad36802
commit a40e5db4cb

View File

@ -31,18 +31,23 @@ IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE :
│   └── 1.png │   └── 1.png
│   └── 2.png │   └── 2.png
├── anon.html <--- privacy / anon / deniability tutorials index page, where they are all listed ├── anon.html <--- privacy / anon / deniability tutorials index page, where they are all listed
```
prerequisites: ## Prerequisites:
- if you have a new blogpost idea:
- send me on chat your blog idea, and tell me where exactly it's supposed to fit in the blog. (i want to keep a coherent order in my tutorials, let me validate your idea, before actually starting)
- once your blog idea is validated: proceed with the below
- if you want to do one of the tutorial ideas i already listed in anon.html (the main tutorials index), you don't need my approval to do it, ### If you want to do one of the tutorial ideas i already listed in anon.html (the main tutorials index):
- just check with me directly to validate if you understand what the blogpost idea is.
- fork the repository you don't need my approval to do it. Just check with me directly to make that you understand what the blogpost idea is, to avoid wasting time doing something wrong.
- 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 : ### If you have a new blogpost idea:
Send me on chat your blogpost idea, and tell me where exactly it's supposed to fit in the blog. (i want to keep a coherent order in my tutorials, let me validate your idea, before actually starting)
### once your blogpost idea is validated: proceed with below:
```
- 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 :
- your pseudonym, - your pseudonym,
- the date - the date
- the title of the page - the title of the page
@ -53,5 +58,5 @@ prerequisites:
- show the commands (copy paste into the <pre><code class="nim"> cmds(multi lines) </pre></code> blocks) - 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 - 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. - conclude the tutorial stating what the user has accomplished at the end.
- 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. - 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.
``` ```