Jekyll themes are the native way to use templates and styles to customize a Jekyll site presentation.
Questions tagged [jekyll-theme]
174 questions
1
vote
1 answer
Jekyll can't find 'home' layout
I have just started trying to use jekyll for github pages.
I wished to use the theme leap-day.
Following the instructions, It just came up with some can not find post / can not find page errors, I followed the instruction ongithub to create…

KatGaea
- 996
- 1
- 12
- 31
1
vote
1 answer
Why are jekyll pages in subfolders not using my theme
I am using Jekyll to create a website on GitHub Pages. I have a _config.yml file with the following contents (this is the entire file):
theme: jekyll-theme-leap-day
collections:
tutorials:
output: true
I have a few dozen pages in my root…

Victor Chelaru
- 4,491
- 3
- 35
- 49
0
votes
0 answers
jekyll build generates broken internal href
I am trying to setup github pages using jekyll theme chirpy-starter. Build step successfully generates the html files however internal href and broken. And this can be verified using html proofer.
To replicate the similar issue locally I followed…

Daemon
- 1,575
- 1
- 17
- 37
0
votes
0 answers
Why does jekyll-archives not work on Github pages with Travis CI?
I am using Travis to deploy on Github pages. I am also using jekyll-archives in my project. My setup works very well locally but no archive pages are generated on github pages. I have also used jekyll-paginate-v2 which is also not whitelisted on…

Abhistar
- 85
- 9
0
votes
1 answer
SCSS changes don't seem to be taking effect in Jekyll site?
I have a Github Pages site built with Jekyll. I'm using the Minima Jekyll theme.
I'm trying to apply custom styles to my classes, but no matter what I put, it's not taking effect. All the SCSS styles are under _sass/minima, mostly in the file…

jeremywat
- 181
- 7
0
votes
0 answers
How can I update github page using jekyll theme al-folio
I'm quite new on using jekyll and github. I'm trying to use al-folio jekyll theme and host it on github pages. I use ubuntu 22.04 and follow the instruction of this tutorial.
Everything went well and I could deploy it successfully on github. See…
0
votes
0 answers
Jekyll remote theme "Could not find compatible versions" issue
I was about to install Jekyll theme using Remote Theme Method, but couldn't install with this message:
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Could not find compatible versions
Because github-pages…
0
votes
0 answers
Folders from the original theme missing in the _site build
To use the Agency Jekyll Theme I initially created the site with jekyll new, then edited the Gemfile and _config.yml to reflect that I'm using the agency theme.
I can see that the theme is installed correctly
$ bundle info agency-jekyll-theme
*…

Something Something
- 3,999
- 1
- 6
- 21
0
votes
0 answers
Difference between simple Github-Pages Themes and creating a site with Jekyll using a Gemfile
Github documents two different ways of configuring and theming Jekyll-based Pages sites.
Creating sites with Jekyll, using a custom Gemfile
Adding themes to Pages sites, without adding a Gemfile to the repo
What is the difference between the two…

Bob
- 428
- 3
- 11
0
votes
1 answer
why does jekyll load main.css but not others?
I have been working with a project where style overrides are written at _site/assets/main.css . I am trying to add another css file mystyles.css but not able to make it work.
This is the project structure:
.
├── 404.html
├── Gemfile
├──…

ishandutta2007
- 16,676
- 16
- 93
- 129
0
votes
0 answers
Personal website deployment error: bin/deploy: line 2: $'\r': command not found
My personal website was put on github.io, powered by Jekyll with al-folio theme.
Normally, if I want to make some changes, I will first type docker-compose up to test on local machine, then use git operations to deploy it online.
Recently, however,…

王九铮
- 1
0
votes
1 answer
How to setup the Clean Blog Jekyll theme by StartBootstrap on GitHub Pages
I’m having trouble getting Jekyll to work properly on GitHub Pages. When I try to deploy my repository, all I see on the page is --- layout: home --- on a white background, and it appears to be ignoring all of the other files in the repository. I…

ny000815
- 1
0
votes
0 answers
Tags and Category list pages for blog not loading on Jekyll Site
really in a predicament and this may be a specific question but any help would be greatly appreciated.
(I've been a long time SO lurker and just made an account to ask this question and SO won't let me post with so many links so bare with me…

CFeely007
- 1
- 1
0
votes
1 answer
Trouble getting a specific version of Jekyll - Windows
How do I switch my version of Jekyll or download a specific version of it? This is all new to me and upon following the instructions provided by https://jekyllrb.com/docs/installation/windows/
I was able to get the specific Ruby version I wanted…
0
votes
0 answers
CSS styling not applying to Jekyll website deployed on GitHub Pages
There is a problem with my Jekyll website after deploying it to GitHub Pages. I suspect that the CSS styling is not being loaded properly. The website appears to be properly styled when accessing the main page at philipmutua.me. However, when…

Philip Mutua
- 6,016
- 12
- 41
- 84