github-pages Questions

1

Solved

Currently, there are two workflows in my repository for 'publishing GitHub Pages'. One is 'Build GitHub Pages' which is made by me, 'pages-build-deployment' is registered by GitHub for GitHub Page ...
Budwig asked 5/6, 2022 at 5:26

2

How can I specify two different renderables within the same post? Here's what I'm going for. I have a post with some screen shots and then the body of the post. --- layout: post title: App Thing ...
Acrobatic asked 30/11, 2014 at 22:28

7

Solved

I have deployed the contents of my /dist folder in the master branch of christopherkade.github.io, which has deployed my website succesfully. But when I navigate using the navbar (christopherkade....
Plafker asked 30/1, 2018 at 12:11

3

Solved

Initially, I deployed my React app (created with create-react-app) to Github Pages and it works fine. However, after a few changes to the src files, I wanted to update the website so I decided to r...
Salvucci asked 17/3, 2022 at 5:29

1

I have a lil site on github pages and I was wondering if there was a way to see when people(I think 1-3) visit the page? It's not enough for the traffic tab on github stats to show anything and sin...
Ipswich asked 9/5, 2017 at 22:5

5

Solved

I have a static website through GitHub Pages, built on Jekyll-Bootstrap. My little website includes a lot of JavaScript, and for maintainability I would like all of the JavaScript to remain human-r...

3

Solved

I'm self-taught/totally new to Jekyll and Github Pages and was wondering how to go about opening a URL in a new tab with markdown in the config.yml page. This is the website theme I'm using. I wa...

3

Solved

My application works fine when served locally. I have compiled the build with no errors. Site link is here - https://evilernie44.github.io/users/index.html When I try to load the site via the gi...
Followthrough asked 28/1, 2019 at 18:55

2

I am not finding "Launch Automatic Page Generator" in setting option of github(version 2.26.0.windows.1) how to get it
Burra asked 7/4, 2020 at 13:10

5

Solved

I deployed a test project on github pages using these commands: ng build --prod --base-href https://<profile_name>.github.io/<repo_name>/ ngh --dir=dist/scrabble Everything works fin...
Molar asked 30/5, 2019 at 13:48

1

I have my github pages linked to the root of my master branch. I would like to have a github action create a subfolder off of that say dev/ and have that show my development branch. Without getting...
Slung asked 4/7, 2022 at 13:15

1

Solved

I'm trying to create a github page using jekyll alfolio. I forked the repo from their account and cloned it and made some changes, then i pushed it to my repository and "pages-build-deployment...
Elmiraelmo asked 27/7, 2022 at 12:27

3

Solved

I created a coding library for the public to use by putting a <script> tag in the <head> tag on the page but when I try to use the a function it says undefined when it ran. . I linked t...
Larcenous asked 14/7, 2020 at 17:49

5

Solved

Issue: I am trying to deploy/host my Hugo site on GitHub. The site renders perfectly when I run it locally (http://localhost:1313/) using the hugo server command, but it does not render correctly w...
Aney asked 27/11, 2020 at 16:46

1

I have currently connected GitHub pages with a domain name from namecheap.com. I recently bought an SSL certificate from NameCheap as well. How do I get a CSR from GitHub to configure the SSL certi...
Brueghel asked 20/12, 2020 at 5:35

2

basic question here. I'm trying to figure out a simple and effective way of writing LaTeX-style formulas on a Github web page. The top answer here suggests that MathJax is a possible solution. Th...
Miraflores asked 18/12, 2015 at 2:49

2

I'm working on PWA on my page, and I'm following 100% this simple codelab - https://codelabs.developers.google.com/codelabs/add-to-home-screen/#0 and everything works fine (on exmaple code used, an...
Terryn asked 14/9, 2017 at 21:37

8

Solved

I use jekyll to write post and show it in GitHub-pages. My source file is written with markdown. How can I insert formula into the markdown file? I don't want to save the formula into an image and ...
Costmary asked 9/10, 2014 at 10:5

12

Solved

Could be a simple question but I am full of doubts right now about adding Google Analytics Tracking ID to GitHub page. I am using GitHub automatic page generator to create my GitHub page but it as...
Calli asked 20/6, 2013 at 7:14

5

Solved

I serve some of my files from my Github pages account. But when I check my "js" files' headers, I saw following: Last-Modified:Sun, 10 Feb 2013 14:00:46 GMT Expires:Sun, 10 Feb 2013 14:13:23 GMT ...
Archetype asked 10/2, 2013 at 14:10

2

Solved

Is there a way to setup Github Actions to run multiple npm run builds? I wanted to use multiple repos and set them as different webpages on the main site. Imagine I had 3 repos: Main, Angular App,...
Prong asked 18/2, 2020 at 3:29

1

Solved

I'm currently starting to learn how to use Github Actions, and I ran into an authentification issue, where Github is able to retreive my username, but not my password, here's the error (the error o...
Empennage asked 24/6, 2022 at 8:0

1

I would like to host a SvelteKit project on GitHub pages but apparently I haven't found the right settings yet. I tried import adapter from '@sveltejs/adapter-static'; /** @type {import('@sveltejs...
Blesbok asked 23/6, 2022 at 12:30

5

I understand that .htaccess is not supported by GitHub Pages. Is there an alternative for password-protecting particular directories for websites hosted by GitHub Pages?
Dorettadorette asked 19/11, 2012 at 1:11

6

Solved

I have a create-react-app project (https://github.com/khpeek/beomaps/tree/master) which I'd like to deploy to Github pages using gh-pages. Following this tutorial, https://medium.com/@serverlessgur...
Girovard asked 31/5, 2019 at 18:51

© 2022 - 2024 — McMap. All rights reserved.