From 4fdedca9431a62eecacb24f4cb481684acd0c3c4 Mon Sep 17 00:00:00 2001 From: sejo Date: Wed, 16 Jun 2021 19:37:29 -0500 Subject: [PATCH] home page --- generasitio.sh | 3 +++ links.py | 2 +- src/{index.gmo => home.gmo} | 0 3 files changed, 4 insertions(+), 1 deletion(-) rename src/{index.gmo => home.gmo} (100%) diff --git a/generasitio.sh b/generasitio.sh index 65f0db1..6ff5c48 100755 --- a/generasitio.sh +++ b/generasitio.sh @@ -71,4 +71,7 @@ do done +cp web/home.html web/index.html +cp gem/home.gmi gem/index.gmi + echo "convertidas ${i} páginas!" diff --git a/links.py b/links.py index b9bf25c..482baf7 100644 --- a/links.py +++ b/links.py @@ -40,7 +40,7 @@ os.chdir('../tmp/') # remove incoming links for: # incoming.pop('{pages}') -incoming.pop('{index}') +incoming.pop('{home}') incoming.pop('{license}') for key,links in incoming.items(): diff --git a/src/index.gmo b/src/home.gmo similarity index 100% rename from src/index.gmo rename to src/home.gmo