forked from nihilist/blog-contributions
updated
This commit is contained in:
parent
d203eeac3f
commit
6781083ea2
@ -14,14 +14,14 @@ Let's say between 10eur and 50eur per blogpost, depending on the complexity
|
|||||||
```
|
```
|
||||||
IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE :
|
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
|
│ ├── css
|
||||||
│ ├── fonts.old
|
│ ├── fonts.old
|
||||||
│ ├── img
|
│ ├── img <--- add your profile picture in the img folder if you want
|
||||||
│ └── webfonts
|
│ └── webfonts
|
||||||
├── index.html <--- main blogpost page (no need to edit that)
|
├── index.html <--- main blogpost page (no need to edit that)
|
||||||
├── README.md
|
├── README.md
|
||||||
└── servers
|
└── opsec
|
||||||
├── 0_anon <--- template tutorial folder
|
├── 0_anon <--- template tutorial folder
|
||||||
│ └── index.html
|
│ └── index.html
|
||||||
├── anonaccess <--- example tutorial folder
|
├── anonaccess <--- example tutorial folder
|
||||||
@ -29,7 +29,7 @@ IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE :
|
|||||||
│ └── 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
|
├── index.html <--- privacy / anon / deniability tutorials index page, where they are all listed
|
||||||
```
|
```
|
||||||
|
|
||||||
## Prerequisites:
|
## Prerequisites:
|
||||||
|
Loading…
Reference in New Issue
Block a user