github-pages Questions
5
I go into the page in Github (https://github.com/user/repo/settings/pages) and set a custom domain. It works great!
However, every time I deploy (using the gh-pages npm package) it resets the domai...
Isaac asked 20/4, 2021 at 17:29
5
I built my website with React and React Router and it is hosted on Github Pages. When I refresh the site on a page that is not my home page OR do ctrl+click to open the page in a new tab, it leads ...
Kristof asked 18/8, 2020 at 6:13
4
Solved
I'm trying to set up a blog via Jekyll and GitHub Pages. To deploy it was not such a big deal, however, in trying to follow the steps described here I only managed to make it display the dark skin ...
Caaba asked 25/7, 2021 at 12:33
4
I am making a site using GitHub pages.
I am not very fond of any of the provided Jekyll themes, so I am just deciding to stick with the default theme that appears when the site is first created.
Th...
Misvalue asked 31/12, 2021 at 3:46
13
Are we allowed to link files directly from Github ?
<link rel="stylesheet" href="https://raw.github.com/username/project/master/style.css"/>
<script src="https://raw.github.com/username/p...
Gemsbok asked 8/1, 2012 at 16:36
5
Solved
I am using jekyll with Github pages for my website.
I am trying to make some posts not visible in the home but they can be linked from another post.
In the frontmatter I tryed to add a field visibl...
Antiperspirant asked 29/5, 2014 at 13:53
6
Solved
I am trying GitHub Pages for my developer blog post, unfortunately I am having a hard time deleting the header part after choosing a theme.
Even though I already edited the Readme.md, the header ...
Brewmaster asked 23/9, 2017 at 3:34
46
Solved
Here is my GitHub repository on the gh-pages branch.
Everything looks good, I have my index.html, my CSS, JS and pictures folders.
But when I access http://roine.github.com/p1 I get HTTP 404 not f...
Hadleigh asked 20/7, 2012 at 10:2
5
I am building my personal website using Jekyll and hosting it at github-pages. I would like to have a password protected area (just password protected directory, not the whole website). I have trie...
Jhvh asked 21/11, 2014 at 15:48
2
I've got my GitHub Page sites setup like this:
myname.github.io
+ project1
+ project2
So when I go to myname.github.io/project1, it opens project 1, etc.
What I would like is setup a custom d...
Balk asked 27/7, 2017 at 18:5
25
Solved
I added a project site to my Github project. But some photos are not displaying in the site.
Img code:
<img src="img/screenshot2.PNG" class="img-responsive" alt=""> </div>
folder st...
Slemmer asked 4/1, 2017 at 16:38
3
Solved
I'm using Jekyll on GitHub pages, and I want to have hierarchical categories like this:
animals -> mammals -> cats -> _posts -> housecat.md, tiger.md
animals -> mammals -> dogs -> _posts -> poodl...
Lett asked 1/8, 2016 at 13:27
2
Solved
I was trying to use GitHub Pages (Static HTML By GitHub Actions) and facing this error.
Run actions/[email protected]
Warning: Get Pages site failed
Error: Create Pages site failed
Error: A...
Brinson asked 3/10, 2022 at 15:34
3
Solved
I want to use Github Pages to publish a production website (at, say, www.example.com) and also a staging version of the same site (at, say, staging.example.com).
I've set up a repo (e.g. my-jekyll...
Headwaiter asked 10/8, 2015 at 3:4
3
Solved
I'm trying to push some Sphinx-generated docs to Github pages. I've found out that Jekyll removes the folders with an underscore; since I wasn't using it anyway I added a .nojekyll file to the fold...
Blackout asked 17/11, 2017 at 18:24
5
It turns out that custom ruby plugins don't work on GitHub pages because of security concerns.
I'm trying to add a plugin (this one) to the _plugins folder of my Jekyll project, but when I deploy ...
Frumpy asked 8/11, 2018 at 20:6
9
Solved
I am hoping to use mermaid in GitHub-pages, with simple commit and push.
In other words, I am hoping to wirte in my markdown file like this
```mermaid
graph LR
A --> B
A -->C
C -->D
...
Brynne asked 21/12, 2018 at 11:9
12
I am using create-react-app to develop my react app and deploy it to Github pages. My app works correctly on development. But when I deploy, it successfully deploys but the background image failed ...
Groos asked 23/6, 2018 at 15:15
4
Solved
I have a html website on github page, i want to deep link it with my app using .well-known file, the problem is github pages doesn't serve folders starting with a period (eg, .well-known), so I'm u...
Tumor asked 27/4, 2019 at 13:12
16
I am working on a react-weather application for self learning purpose.
Deployed the same in gh-pages.
URL
https://davisraimon.github.io/react-weather/
Repo
https://github.com/davisraimon/react-...
Stradivari asked 30/6, 2020 at 17:57
7
Solved
I'm trying to set up a Github Pages site for my Blazor project. Even with a brand new blazor project I have had no success. I consistently hit 404 errors with an unmodified new project, following t...
Urdar asked 22/6, 2019 at 22:12
9
Solved
I am trying to contribute to a Github Page/Jekyll site and want to be able to visualise changes locally but when I run bundle exec jekyll serve but I get this output:
bundler: failed to load comman...
Distressful asked 1/2, 2021 at 8:2
4
Solved
Just set up my GitHub Pages website and as far as I can tell, GitHub Pages will look for index.html in the parent directory (i.e. if my repo is in username.github.io, it will look for index.html in...
Burthen asked 22/3, 2017 at 1:30
3
Solved
As the title says, I would like to create posts on Github Pages that are interactive R Markdown files (meaning that it has Shiny apps embedded in it). Is this possible to do in Github Pages? If so,...
Wilen asked 1/7, 2016 at 6:16
9
Solved
Here's a Github repository of mine: https://github.com/n1k0/casperjs
There's a gh-pages branch to hold the project documentation, which is basically the project website: https://github.com/n1k0/ca...
Vaduz asked 14/2, 2012 at 12:24
© 2022 - 2024 — McMap. All rights reserved.