From 6781083ea2b6a1971c2348e71a81c6b959986ad8 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 18 Aug 2024 22:57:20 +0200 Subject: [PATCH] updated --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ae3511..3738b4d 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Let's say between 10eur and 50eur per blogpost, depending on the complexity ``` IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE : -├── assets <--- blog assets, maybe add your profile picture in the img folder if you want +├── assets <--- blog assets │   ├── css │   ├── fonts.old -│   ├── img +│   ├── img <--- add your profile picture in the img folder if you want │   └── webfonts ├── index.html <--- main blogpost page (no need to edit that) ├── README.md -└── servers +└── opsec ├── 0_anon <--- template tutorial folder │   └── index.html ├── anonaccess <--- example tutorial folder @@ -29,7 +29,7 @@ IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE : │   └── 0.png <--- images needed for the tutorial │   └── 1.png │   └── 2.png - ├── anon.html <--- privacy / anon / deniability tutorials index page, where they are all listed + ├── index.html <--- privacy / anon / deniability tutorials index page, where they are all listed ``` ## Prerequisites: