Media Storage

As with image files, you are encouraged to store multi-media files in a separate sub-directory so as to keep the directory structure of your site clean.

The following demonstrates a possible directory structure:

BASH
your-site/
├── index.html
├── images/
│   ├── image-01.png
│   └── image-02.jpg
└── media/
    ├── audio-01.mp3
    ├── audio-01.ogg
    ├── video-01.mp4
    └── video-01.webm