Github Pages
Asistente CNAME para GitHub Pages
Crea contenido CNAME y notas DNS para un dominio de GitHub Pages.
Colecciones
Herramientas para configurar un dominio personalizado, preparar la salida estática y comprobar los detalles de lanzamiento antes de subir a GitHub Pages.
Herramientas disponibles
Github Pages
Crea contenido CNAME y notas DNS para un dominio de GitHub Pages.
Seo
Genera una checklist SEO práctica antes de lanzar un sitio estático.
Assets
Crea marcado img o picture con srcset, sizes, ancho, alto y texto alt.
Github Pages
Crea un fallback 404.html para aplicaciones de una sola página en GitHub Pages.
Publicar con GitHub Pages es sencillo una vez configurado, pero las reglas de dominio, la colocación del CNAME y las comprobaciones de compilación pueden causar errores 404. Esta colección agrupa las herramientas que importan antes y después del push.
Configuración de sitio multilingüe, Kit de herramientas para blogueros
FAQ
Changing the publishing source can cause a temporary outage. GitHub Pages needs to redeploy from the new source, and your custom domain may lose its HTTPS certificate during the transition. Make this change during low traffic.
Yes. GitHub Pages works with any static site generator. The CI workflow typically runs the build command and deploys the output. Just make sure the generated output folder matches the publishing source setting.
If your site uses files or folders starting with an underscore, GitHub Pages may skip them because Jekyll treats underscored paths as special. Add a .nojekyll file to the published output root to disable Jekyll processing.
Certificate errors usually mean DNS has not propagated, the custom domain is misconfigured in repository settings, or GitHub Pages has not finished provisioning the certificate. Check that the CNAME file matches the repository custom domain field and that DNS points to the correct GitHub Pages IP addresses.