From 5fbdb63dcb6afa77f27a0b1630786c05f548cbd7 Mon Sep 17 00:00:00 2001 From: selankon Date: Mon, 15 Jul 2024 16:02:41 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ae9c80c..87c2038 100644 --- a/README.md +++ b/README.md @@ -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