From d8e8e6f6fc96869377d373d9d9a1c7a70d232da6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexander=20Mart=C3=ADnez=20M=C3=A9ndez?=
 <mxrtinez@gmail.com>
Date: Thu, 8 Jun 2023 15:23:16 -0500
Subject: [PATCH] =?UTF-8?q?Cambiar=20t=C3=ADtulo=20de=20pagina?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitignore    | 2 +-
 docs/index.md | 4 ++--
 mkdocs.yml    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index d98bd6072..12bbaba5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,7 +47,7 @@ __pycache__
 # Examples
 example
 example.zip
-site.zip
+site*.zip
 
 # -----------------------------------------------------------------------------
 # General
diff --git a/docs/index.md b/docs/index.md
index cb9f98f4f..ac7c638a1 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,6 +1,6 @@
 ---
 template: home.html
-title: Material for MkDocs
+title: The Latin American Giant Observatory
 ---
 
-Welcome to Material for MkDocs.
+Welcome to the Latin American Giant Observatory.
diff --git a/mkdocs.yml b/mkdocs.yml
index 326da2850..0fdfc31ae 100755
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -19,7 +19,7 @@
 # IN THE SOFTWARE.
 
 # Project information
-site_name: The Latin American Giant Observatory (LAGO)
+site_name: LAGO 
 site_url: http://lagoproject.net/
 site_author: Martin Donath
 site_description: >-
-- 
GitLab