nautilus-cyberneering / secure-git-guide

A collections of articles about Git, GitHub and GPG focused on security.
https://secure-git.guide
8 stars 5 forks source link

Proposal: reorganize media files #8

Closed josecelano closed 2 years ago

josecelano commented 2 years ago

Since we are using numbers for the articles I would suggest putting the article media files inside a subfolder like this:

├── media
│   ├── 010
│   │   ├── commit-with-partially-verified-signature-on-github.png
│   │   └── commit-with-verified-signature-on-github.png

What do you think @cgbosse?

I think that way would be easier to know which article the media file belongs to and all the media articles belonging to an article. If we have some of them shared between articles we can create a "shared" folder.

I did it that way in my latest PR.

cgbosse commented 2 years ago

Sure. Will start changing them.