Update README.md
This commit is contained in:
parent
0e8cf3468f
commit
5fbdb63dcb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue