This repository is configured to enforce HTTPS for the custom domain w34pfoundation.org on GitHub Pages.
The CNAME file contains the custom domain:
[w34pfoundation.org
]https://w34p-foundation.github.io/master/
The _config.yml file enforces HTTPS with the following key settings:
url: ["https://w34p-foundation.github.io/master/"] (https://w34p-foundation.github.io/master/" - Sets the base URL to use HTTPSenforce_ssl: w34p-foundation.github.io/master/ - Enforces SSL/HTTPS for the custom domainTo complete the HTTPS enforcement, you need to enable it in your GitHub repository settings:
w34p-foundation.github.io/master/ is setAfter the SSL certificate is provisioned, you can verify HTTPS enforcement by:
http://w34p-foundation.github.io/master/ - should automatically redirect to https://w34p-foundation.github.io/master/✅ CNAME file configured with custom domain ✅ _config.yml configured with HTTPS enforcement ✅ All external resources (CDN, fonts, scripts) use HTTPS ⚠️ GitHub Pages HTTPS setting needs to be enabled manually in repository settings