--- title: "Construir archivo HTML Index Of / para GitHub Pages" date: 2025-01-30T15:52:09-03:00 tags: ['index-of'] --- ```bash git clone https://github.com/libthinkpad/apindex/ cd apindex cmake . -DCMAKE_INSTALL_PREFIX=/usr sudo make install ``` Luego ubicate en algún directorio y ejecutá: ```bash cmake . -DCMAKE_INSTALL_PREFIX=/usr sudo make install ```