Questions tagged [github-pages]
9 questions
2
votes
1 answer
How to control RSS feed access to my blog
I have a personal blog I set up using Jekyll and getting hosted on GitHub Pages.
How can I make sure people access any article from my blog fully only by visiting it, not through an RSS reader such as Feedly? My Google searches provided me with no…
Alper
- 121
- 4
2
votes
1 answer
GitHub Pages not reflecting my actual HTML
I've a GitHub Pages repository with only one branch, master. Normally it doesn't freeze after changes. For example, normally it takes around 2 minutes to refresh a HTML that was updated through a pull request.
However, recently I updated my HTML and…
Hydroper
- 123
- 4
1
vote
1 answer
How to reliably measure user analytics on GitHub Pages site?
My static site is on GitHub Pages. And my audience is very tech-savvy, so rather likely to be using AdBlock, uBlock, NoScript, etc.
GitHub Pages does not provide any kind of web traffic information. And Google Analytics, I believe, won't work with…
MWB
- 145
- 1
- 6
1
vote
1 answer
Can I install and use an 'npm package' such as ChartJS/OpenLayers in my static website on github pages, or do I need a host that supports NodeJS?
I am building a dashboard with ChartJS and OpenLayers installed through NodeJS, so I install packages locally with npm. OpenLayers also must be installed locally through npm, as there is no CDN link for the latest version.
Answers to similar…
Jinglelocks
- 113
- 4
1
vote
1 answer
Separate subdomains on one GitHub page
I'm looking to host two very different sections of my website in the same GitHub Pages site. For example, say I a section of my website hosts cat videos, and one that hosts dog videos, and both are light enough to fit within the limits of my Pages…
saadman
- 11
- 1
1
vote
0 answers
Website no longer works once domain is added
I have a website hosted on GitHub Pages.
When I first attached a custom domain from GoDaddy, the website served and worked perfectly across devices.
However, over time, the website stopped serving. At first, the website would not serve over Wifi,…
coder111
- 11
- 2
0
votes
0 answers
Github pages says "Enforce HTTPS Unavailable for your site because your domain is not properly configured to support HTTPS"
I have successfully added a custom domain to my GitHub Pages site through the repository settings. The website is accessible, but it shows a "Not Secure" warning in the browser's address bar.
I added 4 A records in the DNS records of Hostinger,…
AsharSi
0
votes
0 answers
Redirect the domain including all subdirectories
Suppose, my website is originally published at x.github.io. And I have another website y.github.io. My target is to redirect from 2nd one to the original one.
I like to redirect the subdirectories too such that when y.github.io/cv is visited, it…
raf
- 101
- 1
0
votes
0 answers
Two GH Pages site on the same domain
I have one GH Pages website at the URL username.github.io/project-name, which has a dedicated purpose. This has been around for some time, so I don't want to change its URL.
I then setup a second website at username.github.io, which would be my…
eccentricOrange
- 101
- 1