This repository contains the static website for Hackathon Lovers. It hosts the Spanish, a small community subsite.
Quick overview
- Live domain: https://hackathonlovers.com
- Build: Static HTML/CSS/JS (no build system required).
- Key folders:
static/(assets),empresas/(enterprise pages),comunidad/(community pages)
SEO & crawling
robots.txtpoints to/sitemap.xmlon the primary domain.sitemap.xml(static) lives at the repository root — expand it if you add pages.
How to preview locally
- Serve the folder with a simple static server, e.g.:
python3 -m http.server 8000
# then open http://localhost:8000 in your browserContributing
- Edit HTML in the relevant folder and open locally to verify.
- Keep canonical URLs consistent (use
https://hackathonlovers.com/...).
Related files
robots.txt— crawler rulessitemap.xml— site map (update when adding pages)AGENTS.md— describes agent workflows used to edit the site
If you want, I can auto-generate a full sitemap.xml including every HTML page in the tree.