github-pages Questions
2
Solved
GH-pages tells me the domain is not eligible for HTTPS at this time. I am wondering how do I enable this with a Godaddy purchased domain? My site is connected and running properly, but I cannot get...
Uxorious asked 20/9, 2021 at 21:17
6
Solved
If I type #1 when creating an Issue in Github, it will reference to Issue ID 1. Is there a way to avoid this by escaping the # sign? I just need it to be regular text.
Bloodandthunder asked 12/12, 2013 at 0:7
33
I've been following the official guide @ pages.github.com
So far I've created the local repo and pushed it to GitHub, but, whatever change I do, I can see it in my repo at GitHub but not in my GitH...
Gree asked 12/7, 2014 at 12:51
6
Solved
I'm hosting a few sites with GitHub Pages (User and Project Pages), but they are not displaying their favicons (in the browser).
<link rel="shortcut icon" type="image/png" href="/favicon.png"&g...
Sulcate asked 27/1, 2016 at 12:32
23
Solved
I have a README.md file for my project underscore-cli, and I want to document the --color flag.
Currently, the only way to do this is with a screenshot (which can be stored in the project repositor...
Kirt asked 16/7, 2012 at 17:55
3
Solved
How can I get https://www.test.com to redirect to https://test.com when using GitHub pages to host a static website?
I recently enabled TLS (provided by GitHub/Lets Encrypt) for my static site by ...
Eade asked 21/2, 2019 at 22:30
3
I keep getting build and deployment errors while trying to publish my gh pages, it works locally, does anyone could help me?
I'm using Jekyll al-folio for my webpage. and the error I'm getting whil...
Suzan asked 2/4, 2023 at 13:8
3
I am not using CURL and only using jQuery, AJAX and JS for getting information from Github API. I am using a URL like this to get information about issues-
https://api.github.com/repos/jquery/jquer...
Waitabit asked 8/4, 2015 at 14:57
7
Solved
My previous website only shows the home page when the home tab is clicked, then if you click my navbar brand, it says 404. This website worked on a create-react-app with npm start, but it doesn't w...
Zizith asked 23/4, 2022 at 23:38
3
Solved
I have a static site generated using Zola and I'm using GitHub Actions to do a build of my static site and publish that into a gh-pages branch of my repository. I have also configured my project to...
Biondo asked 22/2, 2021 at 6:47
4
I am hosting a svelte app in GitHub pages, so its served from a subfolder. The problem is that all links aren't working anymore. Basically I need to change the base URL of the app, but I don't know...
Blaisdell asked 17/3, 2021 at 22:9
4
Does GitHub have public access restrictions?
Example file:
https://raw.githubusercontent.com/vuejs/vue/dev/package.json
What will happen if a million users download this file?
By asked 7/3, 2021 at 22:45
2
Solved
In the settings I've enabled Github Pages:
I have a Github Action which builds and deploy the page to the branch gh-pages.
name: Continuous Deployment
on:
push:
branches:
- master
schedule:
...
Ked asked 1/5, 2022 at 19:43
5
Solved
I un-published a repo in my account which was hosting using GitHub pages.
Now I want to publish it again, I cannot find any related option in GitHub pages settings.
Squash asked 3/9, 2022 at 16:45
3
I've tried to use the documentation here and here in order to generate static files and put them into the docs folder, but for some reason, the site looks broken. The splitted JS files don't work a...
Neoterism asked 12/10, 2022 at 20:55
2
Solved
I'm trying to host my Jekyll blog on Github pages. The blog is currently live here.
As you can see, the images are missing + when you click on the blogposts, it shows 404. How to fix this? Here's...
Plantagenet asked 2/3, 2015 at 22:50
3
Solved
I'm having an issue with pagination in Jekyll. It doesn't seem like the paginator liquid tag is doing anything at all. Whenever i replace my for loop on my main index.html page,
{% for post in sit...
Logarithm asked 11/10, 2013 at 1:28
4
Solved
I see this message when trying to enforce https on my github pages website with a custom domain, which I registered through GoDaddy. The message showed up when I first linked my custom domain, bu...
Scapegrace asked 30/5, 2020 at 0:21
5
Solved
My repo: https://github.com/something/personal_website
My website: https://website.com/
I can not figure out why my GitHub pages can’t load any of my source files. The files I want to load are in t...
Okinawa asked 25/12, 2020 at 21:17
8
Problem
I am trying to put my React app on github pages. However, I can't even deploy the app to GitHub pages.
My Setup
I am using Visual Studio Code on my Windows 10 machine. I created my React...
Marillin asked 15/4, 2018 at 18:57
5
I have created documentation for a Django project using Sphinx and copy the content of html folder after executing the make html command into the docs/ folder of my repo and push it to Github. Afte...
Janenejanenna asked 26/12, 2019 at 9:33
12
Solved
Every GitHub repository can have (or be) a GitHub Pages website, that can be built with Jekyll. GitHub builds the site every time you push a new commit.
Is there a way to force the refresh of the G...
Antique asked 7/6, 2014 at 15:35
3
Solved
(I know it might sound similar to missing js files from _nuxt folder, but unfortunately, I was not able to understand the answer from there)
When I deploy my dist-folder to GitHub Pages, it contain...
Intimist asked 21/4, 2022 at 9:18
48
Solved
I'm running into a weird issue with GitHub pages. I pushed a new commit to my personal pages page maltzj.github.io, but the new article isn't showing up there. When I execute the server locally, a ...
Stabile asked 6/12, 2013 at 11:3
10
Solved
I'm using Github Pages to host & serve a static website.
The static website has the typical directory structure for an app:
.
├ source/
├ build/
│ └ index.html
├ .gitignore
├ config.rb
├ Gemfil...
Sain asked 22/4, 2016 at 0:3
© 2022 - 2024 — McMap. All rights reserved.