Most voted "github-pages" questions
Github Pages is a static website hosting service that uses HTML, CSS, and Javascript files directly from a repository on Github and, as an option, executes the files through a process and publishes a website.
Learn more…12 questions
Sort by count of
-
2
votes0
answers148
viewsMarkdown - Links in page
With markdown the link in page: * [Minha localização](#minha-localização) points to ## Minha localização In the title, markdown automatically inserts the id="minha-localização" (accented), but when…
-
1
votes1
answer44
viewsForce SSL on Github Pages
I’m trying to force SSL on github pages, but I’m not getting it, can someone explain to me how I do it ? I am using Jekyll http://andreyglauzer.com.br remap :…
-
1
votes1
answer1241
viewsGithub Pages failing to load resources with error 404
I tried to move up a project I had done some time ago, and using the Github pages to play online, I find it difficult to render. The files he can’t load are all in repository, I don’t understand the…
-
1
votes1
answer55
viewsHow to use a Robots.txt on Github pages
I have a repository on Github and it has a site that’s visible on github pages, only I want the search sites to just show you the homepage of the site. If it was a regular site I could add a…
-
0
votes0
answers35
viewsBug images from jupyter notebooks to Github
Hello, could someone help me, please? I am starting to work with the jupyter notebook and I need to push my repository but the notebook with images shows nothing when sending to github. I tried…
python-3.x github ipython-notebook github-pagesasked 4 years, 3 months ago Lineker Aguiar Alcântara 1 -
0
votes0
answers8
viewsLatex implemetation in Jekyll
I use Jekyll to perform posts on my webpage created through the artifices of GitHub Pages. Originally my file was recorded using Markdown syntax. As I am new to Jekyll, a problem that has arisen is:…
-
0
votes0
answers48
viewsGithub Pages cannot find my source in the repository
I sent a website to Github Pages along with some fonts that will be used on the page. The directory structure is this: MeuRepositorio/ index.html public/ ... fonts/ MinhaFonte.TTF css/ style.css…
-
-1
votes1
answer106
viewsCreate a Github/ git repository
I’m trying to create a repository of github, but something is going wrong and I can’t identify what: I’m using: windows 10 // git version 2.22.0.windows// Node V10.16.0 // Browser Sync v2.26.7 //…
-
-1
votes1
answer69
viewsCloudflare and Github Pages with DNS error
I created a static page and posted on Github pages, until then with the default domain username.github.io/Repo was working all good, but then I bought a domain .net at Locaweb, and when I tried to…
-
-1
votes1
answer134
views$ git push -u origin main remote: Repository not found. fatal: Repository 'https://github.com/fretagi/pirple-apple.git/' not found
I’m trying to push according to: git remote add origin https://github.com/fretagi/pirple-projects-apple.git git branch -M main git push -u origin main but he gives that mistake: fatal: remote origin…
-
-2
votes0
answers13
viewsImages do not appear on github pages
I created a site portifolio on github pages, but the images do not appear on the page (https://murillofagundesas.github.io/), only on github…
-
-3
votes1
answer142
viewsJavascript does not work on github pages
I can run my site on localhost. But on github pages the JS part does not work. index.html: <script src="index.js" type="text/javascript"></script> code:…