diff --git a/README.md b/README.md index f562983..55ddfa0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,26 @@ 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. ``` +IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE : + +├── assets +│   ├── css +│   ├── fonts.old +│   ├── img +│   ├── js +│   └── webfonts +├── index.html +├── README.md +└── servers + ├── 0_anon <--- template tutorial folder + │   └── index.html + ├── anonaccess <--- example tutorial folder + │   └── index.html <--- index page of the tutorial (where steps are showcased) + │   └── 0.png <--- images needed for the tutorial + │   └── 1.png + │   └── 2.png + ├── anon.html <--- privacy / anon / deniability tutorials index page, where they are all listed + 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)