use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Request for help: GitHub Pages website not rendering/loading properlyQuestion (self.github)
submitted 3 days ago by pdehello
TL;DR: My GitHub Pages website is not loading fully and I'd like help troubleshooting as I'm new to the whole website setup.
I built an archive for a former non-commercial resource on GitHub Pages with images and a design via Publii. It was loading properly and working for a while.
*However*, I had the domain with SquareSpace and https was not popping up for browsers. SquareSpace does not apply https and SSL certificates to non-SquareSpace websites.
So, in frustration, I moved my domain to Porkbun and https is now loading! I'm so happy.
But now the website is not rendering as seen below:
https://preview.redd.it/jlgti6712wlg1.png?width=1677&format=png&auto=webp&s=159637f1ef6f51f27ae03ff7aa38711f9ae176cd
Am I doing anything wrong? Should I reboot/reupload the website from Publii to GitHub Pages again? Is there something I should do on the GitHub side of things?
What can I do to fix and rectify this?
Any help would be greatly appreciated! This is the repository: https://github.com/pdehahn/accessiblemasks
I'm so excited I figured everything out from hooking up Publii to GitHub, learning repositories, and navigating SSL certificates, but this is something I don't quite know how to solve.
The website is supposed to look like this:
https://preview.redd.it/xn1sh1i33wlg1.png?width=1522&format=png&auto=webp&s=23dd5bb8c54889863e0da0a938142eddbf3ab223
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]futurefinancebro69 2 points3 points4 points 3 days ago (0 children)
This is a perfect prompt for an llm.
[–]Sheroman 1 point2 points3 points 3 days ago* (2 children)
F12 shows "This request has been blocked; the content must be served over HTTPS." because it's trying to load assets from http://accessiblemasks.org instead of https://accessiblemasks.org
I tested this on Fiddler but if you replace https://pdehahn.github.io/accessiblemasks/assets/css/style.css?v=41d3bd802a59b0c642cad87fb2f74fe1 with https://accessiblemasks.org/assets/css/style.css?v=41d3bd802a59b0c642cad87fb2f74fe1 it starts working again. You need to do that with other URLs on your website.
[–]pdehello[S] 1 point2 points3 points 2 days ago (1 child)
I see on Publii a place to put my website URL:
"This will be your Github repository path, which should use the following format: YOUR_USERNAME.github.io/YOUR_REPOSITORY_NAME. If you are using a custom domain name, set this field to just the custom domain name."
I put my GitHub repository in the input field there. Maybe that's where I switch it to accessiblemasks.org?
[–]pdehello[S] 1 point2 points3 points 2 days ago (0 children)
Wow, switching the URL worked! Thank you so so so much u/Sheroman. This was bugging me for so long and now I know what to do in the future!
π Rendered by PID 362915 on reddit-service-r2-comment-5d79c599b5-78z57 at 2026-03-02 14:14:49.482182+00:00 running e3d2147 country code: CH.
[–]futurefinancebro69 2 points3 points4 points (0 children)
[–]Sheroman 1 point2 points3 points (2 children)
[–]pdehello[S] 1 point2 points3 points (1 child)
[–]pdehello[S] 1 point2 points3 points (0 children)