github-pages Questions

1

During an automated "pages build and deployment" workflow, I get the following error: Error: Request failed with status code 400 This is just a static site, no jekyll or anything like t...
Chaparral asked 17/12, 2021 at 23:14

3

It seems like I followed all the necessary in the documentation but it keeps giving a 404 Error: "There isn't a GitHub pages here" when I go into https://juliesong.me. I got my custom domain throu...

9

Solved

I have a fork of a small open sourced library that I'm working on github. I'd like to make it available to other developers via maven, but I don't want to run my own Nexus server, and because it's ...
Thorman asked 23/12, 2012 at 18:43

2

Solved

Next.js builds all the static assets in _next folder but Github pages does not need to serve those files. I am 404 for static assets. Example repo: https://github.com/ajaymathur/ajaymathur.github....
Hungry asked 27/4, 2020 at 1:21

13

Solved

Couldn't find anything in the github documentation and also here on SO. But I was wondering if there could be a http://foo.github.com for a private repository named foo which is accessible only one...
Torrell asked 25/5, 2012 at 3:22

3

Solved

I would like to be able to insert youtube videos in my Jekyll site hosted in Github. There is a Jekyll plugin for embedding youtube videos but it does not work in github pages. An iframe does no...
Lordling asked 10/1, 2016 at 17:23

4

Solved

I've followed this tutorial and the following ones to create a Github Pages website with Jekyll. Now I have the minima theme, but it seems to be a different version from the official repo, as the p...
Harding asked 14/2, 2020 at 17:48

4

Solved

Okay... I have a project where I'm using Jekyll for a podcast project. And I chose to list the hosts in the shownotes by a YAML Front Matter item: hosts: - Name A - Name B - Name C Using this...
Hautemarne asked 13/6, 2015 at 22:59

4

Solved

This is just a simple problem but it's one that I can't find on Google to solve this. Basically what is happening is that I have a Jekyll website, and I'm using kramdown for the markdown compiling....
Retinue asked 2/6, 2015 at 7:51

5

I can't get my CSS to show on the site. I really can't figure out what I'm doing wrong here, I'm very new to all of this so I'm sure there's something I just can't see. here is the live sit...
Godmother asked 24/8, 2018 at 10:58

4

Solved

I've recently switched over to using Jekyll on Github Pages for my various blogs, and love that I can just push Markdown to Github and they handle the processing. I'd like to continue using it this...
Collincolline asked 20/10, 2013 at 23:13

9

Solved

I created a repository for hosting a blog on GitHub. Is there any way that I can create additional repositories to host multiple blogs, or am I limited to just one since username.github.io can only...
Macrography asked 22/3, 2013 at 5:58

2

I have a React v15 web app that runs fine at localhost. Yet when I deploy it to GitHub pages, I have a CSS module is undefined error: I've set up a test repo for this issue: https://github.com/Z...
Pulmonary asked 29/4, 2018 at 8:45

2

Solved

I want to create (push) new file on the GitHub repository without git tools, (because the git tool doesn't available on my PHP host). So I had a little research and I found GitHub REST API. I try t...
El asked 6/9, 2021 at 4:29

1

I am publishing docker images to GitHub container registry (ghcr.io). The process of doing that: Build component. Build docker image which include component. Upload docker image to ghcr.io. Deploy...
Peart asked 13/8, 2021 at 10:45

4

Solved

To use SharedArrayBuffer, we have to add two response headers: Cross-Origin-Opener-Policy: same-origin Cross-Origin-Embedder-Policy: require-corp Is there any way to add those headers with GitHub ...

0

Any one know how to create Debian packages to distribute on Ubuntu? I have looked at: https://earthly.dev/blog/creating-and-hosting-your-own-deb-packages-and-apt-repo/#pgp-gpg-and-gnupgp https://as...
Towpath asked 1/8, 2021 at 23:38

2

Solved

I regularly embed iframes in my github.io pages but this one fails - I can't see why. The iframe: <iframe src="http://www.javarepl.com/embed.html" style="width: 500px; height: 130px; border: 0...
Illsuited asked 4/2, 2018 at 20:53

3

Solved

I hosted a theme on GitHub pages , this theme working properly in localhost environment, but when I host this its not applying correct font which are importing form Google API Difference here Lo...
Estivation asked 12/10, 2016 at 7:14

1

Solved

We are currently using Github pages as a simple API mock server. We put all mock files under docs/ and simply GET username.github.io/project/api/someAPI to retrieve data. However, by default, the C...
Extrorse asked 16/1, 2018 at 14:4

2

Context I usually set up quick GitHub pages to document a few developments I do. They are usually very simple pages, which I generate from the repo settings using the Page Generator. I want to con...

1

Is there any way of writing to a file on github pages using javascript? I want to save some info that i wanna use elsewhere to a json file (preferably, but txt would also work), and was wondering i...
Augean asked 6/8, 2018 at 7:35

2

Solved

I am using a Maven plugin (jacoco-maven-plugin) which generates a site report whose images and css files are in a folder with a preceeding . (dot) in the name. For example: /site/jacoco/.resources/...
Kinky asked 2/1, 2014 at 23:30

2

I've created the following plotly plot like this: import plotly labels = ['Oxygen', 'Hydrogen', 'Carbon_Dioxide', 'Nitrogen'] values = [4500, 2500, 1053, 500] trace = plotly.graph_objs.Pie(labels...
Bereft asked 3/3, 2020 at 18:4

4

Solved

I want to host a Jekyll blog using GitHub Pages. I have purchased a license to display a web font for up to 50.000 page views/month. I order to not violate this agreement, I need to implement...
Pontic asked 1/9, 2019 at 16:22

© 2022 - 2024 — McMap. All rights reserved.