4,970 questions
Tooling
0
votes
2
replies
90
views
What methods can I use to provide an upload page on a static (github pages) website?
I have a project that is currently in github pages (and will change to codeberg sometime this year) and we want to invite collaborators of all backgrounds. This means a lot might not have a github/...
-4
votes
1
answer
107
views
Why doesn't my HTML page charset declaration seem to apply to GitHub Pages?
I've published my page at GitHub Pages. When I open the site, web browser ignores my charset declarations, but if I open the page's file locally, or from the other file-publication-service, the ...
2
votes
2
answers
138
views
Images not loading when hosting Next.js application on GitHub Pages
I've had a number of issues getting my Next.js to build and load using GitHub Pages. The final problem I am having now is that the images are not loading and it appears to be a problem with the image ...
0
votes
0
answers
82
views
'TypeError: (0 , o.UO) is not a function' when using useParams() that doesn't occur in development
I have an error that only occurs with the compiled version of my site. The site is deployed on GitHub sites, though I am not sure that is relevant.
I have a component at '/articles/:filter' that uses ...
Advice
0
votes
0
replies
85
views
How do I migrate and import my interactive maps from fandom.com to my GitHub repository for use as GitHub Pages
I used to have a wiki on Fandom but the service doesn’t like it if you have a private wiki, so I asked the WikiTeam on GitHub, who are not affiliated with Fandom, to export dump my entire wiki on ...
-2
votes
1
answer
109
views
Hydration Error when deploying to GitHub Pages (SSR set to false)
I am trying to deploy my React Router v7.9.2 single-page application to GitHub Pages.
I set ssr: false because I don’t need server-side rendering. I just want a simple static HTML file and assets.
...
2
votes
1
answer
116
views
PyScript on Github pages doesn't see files with relative paths
I have a github repo that is hosted on GitHub Pages (project site). I’m migrating a small PyScript demo to GitHub Pages and hitting 404s when preloading files via <py-config>. This works locally ...
0
votes
0
answers
127
views
Github pages reverse proxy
I tried to use Reverse proxy on github pages into my vercel deployed website. For example,
https://example.com/docs/:path* into https://example.github.io/docs/:path but instead of showing the content ...
2
votes
0
answers
107
views
Jekyll not generating /assets/css/main.css from SCSS (404), even with front matter and relative_url
I want to build a Jekyll site with a custom dark neon theme. SCSS partials live in _sass/ and should compile into assets/css/main.css, linked in the head include.
Expected
Jekyll compiles assets/css/...
0
votes
0
answers
216
views
How to make `cargo doc` docs output to `/docs` directory (for GH pages)?
GitHub will create a web page for your repository using the GitHub Pages feature, but only if a suitable webpage (i.e. index.html) is in either the root directory (/) or in /docs. When you build ...
2
votes
1
answer
259
views
Why can I not override dubious ownership for a GitHub workflow?
I am trying to set up a GitHub workflow for build the docs and keep on getting this issue.
Run ad-m/[email protected]
/usr/bin/docker run ...
Push to branch gh-pages
fatal: detected dubious ...
1
vote
1
answer
67
views
How can I serve subdirectories from a clean URL path without including the parent folde on GitHub Pagesr?
I have a website with the following folder structure:
/index.html
/scripts/ (for index)
/styles/ (for index)
/projects/
/project1/
/project2/
...
Currently, to ...
2
votes
5
answers
258
views
React App in Prod and Github Page showing blank screen
I've been trying to figure out this issue since yesterday, going through videos and discussions, following everything to a t, yet I'm shown the same error over and over. I created my website using ...
1
vote
2
answers
391
views
Unity WebGL Build too large for GitHub Pages and Cloudflare Pages – Alternative hosting options?
At start I wants to highlight I'm new to Unity, but I've experience in .NET development (mostly ASP .NET Core, but also some Blazor) and some basic DevOps knowledge.
I'm trying to host a Unity WebGL ...
3
votes
2
answers
391
views
How to set the URL for a GitHub Pages site?
According to the GitHub Pages official doc, if I create a repo named <username>.github.io, I will get a site at the URL https://<user_name>.github.io.
But as I tried, it seems I can create ...