Update README.md

This commit is contained in:
selankon 2024-07-15 16:02:41 +02:00
parent 0e8cf3468f
commit 5fbdb63dcb
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@ Para instalar el tema Blowfish hay que descargar el submodulo de git:
git submodule update --init --recursive --progress
```
El tema del Hackmeeting usa una template `custom.html` para la landing page. A vistas de encontrar una forma mejor de
hacerlo, se tiene que copiar manualmente dentro del tema. Ideas para mejorar esto are welcome!
```bash
cp custom.html themes/blowfish/layouts/partials/home/custom.html
```
Luego simplemente ejecuta el comando:
```bash