Crear un Index Of para publicarlo en GitHub Pages:
```bash
mkdir mi_pagina
cd mi_pagina
tree -H '' -o index.html
```
Crear gallery index con este script bash, aunque no recomiendo **subir imágenes a github**:
Guardás esto en `gallery-index.sh` y lo ejecutás sobre un directorio te generará un `index.html`
```bash
#! /bin/sh
echo "" > index.html
echo "" >> index.html
echo "