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

View File

@ -31,27 +31,32 @@ 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:
- if you have a new blogpost idea: ## Prerequisites:
- 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):
- 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, 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.
- just check with me directly to validate if you understand what the blogpost idea is.
### If you have a new blogpost idea:
- fork the repository
- go into the /servers/ directory, and copy the "0_anon" template directory into whatever other name you want like "anontuto3" 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)
- then edit the index.html file in /servers/anontuto3/index.html, to at least contain :
- your pseudonym, ### once your blogpost idea is validated: proceed with below:
- the date ```
- the title of the page - fork the repository
- a brief description at the top detailing what you're going to showcase, and why it's important - go into the /servers/ directory, and copy the "0_anon" template directory into whatever other name you want like "anontuto3"
- contextualize what you want to showcase whenever needed, as part of explaining WHY it's important - then edit the index.html file in /servers/anontuto3/index.html, to at least contain :
- then showcase each step to get there: - your pseudonym,
- state what must be done, and how - the date
- show the commands (copy paste into the <pre><code class="nim"> cmds(multi lines) </pre></code> blocks) - the title of the page
- if there's any GUI to showcase, use a screenshot software like flameshot to showcase what must be done using arrows - a brief description at the top detailing what you're going to showcase, and why it's important
- conclude the tutorial stating what the user has accomplished at the end. - contextualize what you want to showcase whenever needed, as part of explaining WHY it's important
- 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 showcase each step to get there:
- state what must be done, and how
- 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.
- 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.
``` ```