Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Creados robots.txt humans.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed May 2, 2024
1 parent 91037a5 commit 607e3e5
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/cfg/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
SPDX-License-Identifier: GPL-3.0-only AND CC-BY-NC-4.0
-->
<link type="text/plain" rel="author" href="https://teenbiscuits.github.io/Pro2324/humans.txt" />
<meta name="google-site-verification" content="amk7-7NG6gJ3Gwe_U9POqdCiQeZCZMwBWAExFKiCypg" />
23 changes: 23 additions & 0 deletions docs/cfg/humans.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!-- Somos personas no máquinas -->

Creado gracias a:

´´´´¶¶¶¶¶¶´´´´´´¶¶¶¶¶¶ - Pablo Portas López
´´¶¶¶¶¶¶¶¶¶¶´´¶¶¶¶¶¶¶¶¶¶ - Miguel Fraga Pico
´¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶´´´´¶¶¶¶ - Santiago Neira Sejean
¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶´´´´¶¶¶¶ - Daniel Feito Pin
¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶´´¶¶¶¶¶ - Sprinter
¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶ ´¶¶¶¶¶´ - Parodper
´´¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶
´´´´´¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶
´´´´´´´¶¶¶¶¶¶¶¶¶¶¶¶¶
´´´´´´´´´¶¶¶¶¶¶¶¶
´´´´´´´´´´´¶¶¶¶

Repo: https://github.com/TeenBiscuits/Pro2324


───────▄▀▄─────▄▀▄───────────────▄▀▄─────▄▀▄───────────────▄▀▄─────▄▀▄───────
──────▄█░░▀▀▀▀▀░░█▄─────────────▄█░░▀▀▀▀▀░░█▄─────────────▄█░░▀▀▀▀▀░░█▄──────
──▄▄──█░░░░░░░░░░░█──▄▄─────▄▄──█░░░░░░░░░░░█──▄▄─────▄▄──█░░░░░░░░░░░█──▄▄──
─█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█───█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█───█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█─
5 changes: 5 additions & 0 deletions docs/cfg/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Sitemap: https://teenbiscuits.github.io/Pro2324/sitemap.xml

User-Agent: *
Disallow: /para-colaboradores.html
Disallow: /agradecimientos.html

0 comments on commit 607e3e5

Please sign in to comment.