Github Pages
Assistant CNAME GitHub Pages
Créez le contenu CNAME et les notes DNS pour un domaine GitHub Pages.
Collections
Outils pour configurer un domaine personnalise, préparer la sortie statique et vérifier les details de lancement avant de pousser sur GitHub Pages.
Outils disponibles
Github Pages
Créez le contenu CNAME et les notes DNS pour un domaine GitHub Pages.
Seo
Générez une checklist SEO pratique avant le lancement d'un site statique.
Assets
Créez du balisage img ou picture avec srcset, sizes, largeur, hauteur et texte alt.
Github Pages
Créez un fallback 404.html pour les applications monopages sur GitHub Pages.
Publier avec GitHub Pages est simple une fois configuré, mais les règles de domaine, le placement du CNAME et les verifications de build peuvent causer des 404. Cette collection regroupe les outils qui comptent avant et après le push.
Configuration de site multilingüe, Kit d'outils pour blogueurs
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.