Relative Content

Tag Archive for github-pages

How to refer to subdirs and style files in github.io

I want to make a github.io page using LaTeXML. I understood that the life starts in its /docs subdirectory. I wanted to create website with theoretical background in /www, separated from the programming stuff and its docs in /docs, but as I experience the redirection is made to a subdirectory parallel with the project directory instead of the requested subdirectory and also the style files which are in the upstream subdirectory of /docs do not work (probably they are not at the right place).

My GitHub Pages embeds and images are not showing

I’m using the standard image tags and href attributes and ensuring the links are right, but it will either pop up as a white square or a 404 screen. Here’s my website if you’re wondering:
My website

Custom Domain for site hosted on GitHub Pages is Blocked

I am having a problem with my custom domain being blocked. I am hosting an angular application out of one github repo on github pages and a vanilla html/css/js site from a template on another. I purchased a domain on godaddy and mapped that domain to the sites where the apex domain points to my vanilla site and the sub domain “app” points to my angular app. I tried to navigate to this these sites on my work computer and got a “Content Blocked” page with the message: “Reason: This Category is filtered:custom-blocked proxy-avoidance-and-anonymizers”. However if I navigate to the github pages url https://{userid}.github.io/{reponame} for each of the sites, the browser is redirected to my domain and the pages load. So going to the respective domain urls directly results in a “Blocked” message but going to the github pages redirects to the domain urls and the pages load. I called GoDaddy and they said that this is potentially an issue with github pages. I think the GoDaddy url is automatically verified with Microsoft but I could be wrong.