Github Pages
GitHub Pages CNAME helper
Maak CNAME-inhoud en DNS-notities voor een GitHub Pages domein.
Collecties
Tools voor het instellen van een aangepast domein, het voorbereiden van statische uitvoer en het controleren van launchdetails voordat je naar GitHub Pages pusht.
Beschikbare tools
Github Pages
Maak CNAME-inhoud en DNS-notities voor een GitHub Pages domein.
Seo
Maak een praktische SEO-checklist voor de launch van een statische website.
Assets
Genereer img- of picture-markup met srcset, sizes, breedte, hoogte en alt-tekst.
Github Pages
Genereer een 404.html-fallback voor single-page apps op GitHub Pages.
Publiceren met GitHub Pages is eenvoudig als het eenmaal is ingesteld, maar domeinregels, CNAME-plaatsing en build-output-controles kunnen 404's of defecte implementaties veroorzaken. Deze collectie verzamelt de belangrijkste tools voor en na het pushen.
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.