This commit is contained in:
nihilist 2024-07-25 13:13:48 +02:00
parent ef0dba53f6
commit 5e1ad36802

View File

@ -10,27 +10,27 @@ yes, i pay in moneros, for well made, complete blogpost contributions
Let's say between 10eur and 50eur per blogpost, depending on the complexity Let's say between 10eur and 50eur per blogpost, depending on the complexity
Sidenote: i do not accept any unnecessary technical complication, keep it concise and simplify it as much as possible. Any technical complication must be justified with graphs if needed. [b]Sidenote: i do not accept any unnecessary technical complication, keep it concise and simplify it as much as possible. Any technical complication must be justified with graphs if needed.[/b]
``` ```
IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE : IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE :
├── assets ├── assets <--- blog assets, maybe add your profile picture in the img folder if you want
│   ├── css │   ├── css
│   ├── fonts.old │   ├── fonts.old
│   ├── img │   ├── img
│   ├── js │   ├── js
│   └── webfonts │   └── webfonts
├── index.html ├── index.html <--- main blogpost page (no need to edit that)
├── README.md ├── README.md
└── servers └── servers
├── 0_anon <--- template tutorial folder ├── 0_anon <--- template tutorial folder
│   └── index.html │   └── index.html
├── anonaccess <--- example tutorial folder ├── anonaccess <--- example tutorial folder
│   └── index.html <--- index page of the tutorial (where steps are showcased) │   └── index.html <--- index page of the tutorial (where steps are showcased)
│   └── 0.png <--- images needed for the tutorial │   └── 0.png <--- images needed for the tutorial
│   └── 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: - if you have a new blogpost idea: