feat(ui): rediseño de homepage con estructura grid, rss, webroll y badges
All checks were successful
Zola / build-and-deploy (push) Successful in 8s

This commit is contained in:
Alejandro Guerrero 2025-12-14 20:54:16 +01:00
parent 4fb49961b4
commit 872927e7ef
Signed by: alejandrogs73
GPG key ID: 1CFF10953BEE333C
21 changed files with 441 additions and 59 deletions

25
public/sitemap.xml Normal file
View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://alejandrogs.es/</loc>
</url>
<url>
<loc>https://alejandrogs.es/about/</loc>
</url>
<url>
<loc>https://alejandrogs.es/contact/</loc>
</url>
<url>
<loc>https://alejandrogs.es/notas/</loc>
</url>
<url>
<loc>https://alejandrogs.es/notas/1/</loc>
<lastmod>2025-12-14</lastmod>
</url>
<url>
<loc>https://alejandrogs.es/posts/</loc>
</url>
<url>
<loc>https://alejandrogs.es/tags/</loc>
</url>
</urlset>