From 607e3e5399d5f916a17cf8f8ee9a528b6f29eb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Portas=20L=C3=B3pez?= <81629707+TeenBiscuits@users.noreply.github.com> Date: Thu, 2 May 2024 19:39:41 +0200 Subject: [PATCH] Creados robots.txt humans.txt --- .github/workflows/deploy.yml | 5 +++++ docs/cfg/header.html | 1 + docs/cfg/humans.txt | 23 +++++++++++++++++++++++ docs/cfg/robots.txt | 5 +++++ 4 files changed, 34 insertions(+) create mode 100644 docs/cfg/humans.txt create mode 100644 docs/cfg/robots.txt diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63d6bb9..ab34a17 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -104,6 +104,11 @@ jobs: - name: 🔎 Configurar IndexNow run: echo ${{ secrets.INDEXNOW_KEY }} > dir/${{ secrets.INDEXNOW_KEY }}.txt + - name: 💅 Archivos personalizados + run: | + curl https://raw.githubusercontent.com/TeenBiscuits/Pro2324/main/docs/cfg/robots.txt -o dir/robots.txt && \ + curl https://raw.githubusercontent.com/TeenBiscuits/Pro2324/main/docs/cfg/humans.txt -o dir/humans.txt + - name: 🔩 Configurar Pages uses: actions/configure-pages@v5 diff --git a/docs/cfg/header.html b/docs/cfg/header.html index 3a92813..96b1f6f 100644 --- a/docs/cfg/header.html +++ b/docs/cfg/header.html @@ -3,4 +3,5 @@ SPDX-License-Identifier: GPL-3.0-only AND CC-BY-NC-4.0 --> + \ No newline at end of file diff --git a/docs/cfg/humans.txt b/docs/cfg/humans.txt new file mode 100644 index 0000000..ebfb858 --- /dev/null +++ b/docs/cfg/humans.txt @@ -0,0 +1,23 @@ + + +Creado gracias a: + +´´´´¶¶¶¶¶¶´´´´´´¶¶¶¶¶¶ - Pablo Portas López +´´¶¶¶¶¶¶¶¶¶¶´´¶¶¶¶¶¶¶¶¶¶ - Miguel Fraga Pico +´¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶´´´´¶¶¶¶ - Santiago Neira Sejean +¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶´´´´¶¶¶¶ - Daniel Feito Pin +¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶´´¶¶¶¶¶ - Sprinter +¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶ ´¶¶¶¶¶´ - Parodper +´´¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶ +´´´´´¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶ +´´´´´´´¶¶¶¶¶¶¶¶¶¶¶¶¶ +´´´´´´´´´¶¶¶¶¶¶¶¶ +´´´´´´´´´´´¶¶¶¶ + +Repo: https://github.com/TeenBiscuits/Pro2324 + + +───────▄▀▄─────▄▀▄───────────────▄▀▄─────▄▀▄───────────────▄▀▄─────▄▀▄─────── +──────▄█░░▀▀▀▀▀░░█▄─────────────▄█░░▀▀▀▀▀░░█▄─────────────▄█░░▀▀▀▀▀░░█▄────── +──▄▄──█░░░░░░░░░░░█──▄▄─────▄▄──█░░░░░░░░░░░█──▄▄─────▄▄──█░░░░░░░░░░░█──▄▄── +─█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█───█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█───█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█─ \ No newline at end of file diff --git a/docs/cfg/robots.txt b/docs/cfg/robots.txt new file mode 100644 index 0000000..d41a0f6 --- /dev/null +++ b/docs/cfg/robots.txt @@ -0,0 +1,5 @@ +Sitemap: https://teenbiscuits.github.io/Pro2324/sitemap.xml + +User-Agent: * +Disallow: /para-colaboradores.html +Disallow: /agradecimientos.html \ No newline at end of file