Questions tagged [jekyll-theme]

Jekyll themes are the native way to use templates and styles to customize a Jekyll site presentation.

174 questions
19
votes
1 answer

Jekyll without a theme

I'm trying to create a static website. I want to be able to do some simple preprocessing, such as including one page within another, without the use of PHP or JavaScript. Jekyll seemed perfect for this, especially given its support on GitHub…
OMGtechy
  • 7,935
  • 8
  • 48
  • 83
16
votes
3 answers

Use per-page title with a Jekyll theme

This is my personal GH Pages site. I have this set in my /_config.yml: theme: jekyll-theme-cayman title: iBug @ GitHub description: The small personal site for iBug Now it shows a big title iBug @ GitHub and a tagline on every page GH Pages…
iBug
  • 35,554
  • 7
  • 89
  • 134
13
votes
4 answers

How to add more to a head on Jekyll

I have a GitHub hosted website, that is currently using a Jekyll theme, and running on HTML. The problem with this is I have to put --- layout: default --- Into the beginning, and that takes care of the head. But now, I can't add anything to the…
7
votes
4 answers

Use multiple themes on one website jeykll

I have recently found out about jekyll, and want to make a project landing page with it. I would like to have a home page using one theme (e.g. ubuild) and have another page for the docs (accessed via a navigation bar at the top) that uses a…
Monolith
  • 1,067
  • 1
  • 13
  • 29
7
votes
5 answers

Error: uninitialized constant FFI::Platform::CPU on starting jekyll server

I got the below error on trying to start Jekyll server Error: uninitialized constant FFI::Platform::CPU I tried reinstalling Jekyll server and its dependencies, but no luck. Could someone help me to get around this issue? Thanks. I am using…
7
votes
1 answer

Changing the font in Jekyll Minima (default) theme

I've started experimenting with Jekyll a little bit, and looking at how it works. So far it's a bit confusing. First of all, the minima theme properties are bundled in a gem, and are hidden from initial view. So I've copied over…
Dimitris Sfounis
  • 2,400
  • 4
  • 31
  • 46
7
votes
1 answer

github pages remote theme not working

I have created a repository level github page in the root directory of my project. This works fine, and after a small build interval, the index.html page is served as expected at https://erikor.github.io/myrepo/ Now I am trying to use the…
Eric
  • 1,691
  • 16
  • 24
6
votes
1 answer

Customize Jekyll remote theme for GitHub Pages

I'm new to using Jekyll theme for GitHub page. I was able to successfully customize a local theme following Customizing your Jekyll theme's CSS but I couldn't find any documentation about what to do if the theme is remote. Here is what I tried.…
Chuanqi Sun
  • 1,123
  • 14
  • 26
5
votes
2 answers

Github Pages can't find Jekyll theme "Minimal Mistakes"

I've made a personal blog with Jakyll on Github Pages, it was working flawlessly with the default theme. Then I've (locally) installed the theme Minimal Mistakes and worked on it to add some customizations. It works fine locally. I'm using VS Code…
mauromotion
  • 71
  • 1
  • 4
5
votes
4 answers

Unexpected urls in my Jekyll website sitemap

I'm creating my personal blog (davioooh.com) using Jekyll and hosting it on GitHub pages. But I recently discovered a strange thing... When pushed/deployed to my repository, the blog sitemap.xml includes two extra urls:
davioooh
  • 23,742
  • 39
  • 159
  • 250
4
votes
0 answers

Custom header image at github pages with jekyll-theme

I'm using Jekyll-theme Cayman, and I like it because it's simple and clean. However in the header there's text with the page/site title and description, which seems to be defined in the header in _layouts/page.html and looks like this.
Creepybits
  • 53
  • 4
4
votes
1 answer

Trouble implementing specifically just-the-docs theme using jekyll

I have been able to install most other jekyll themes but this theme in particular I can not get to render. It always shows up just as markdown and never renders the theme. I've had this problem with other themes, usually it involved fixing the url…
whatever
  • 41
  • 1
  • 3
4
votes
2 answers

Posts not rendering on home page with Jekyll

I would like to help to understand why my posts do not appear on my home page from a Jekyll blog. It does not work properly local and on GitHub pages. I have some test posts on _posts folder (i.e. 2017-11-22-a-post-about-my-research.markdown and…
4
votes
2 answers

Apply GitHub pages theme on existing html

I have an existing GitHub project that already had a few html pages. Now I made a GitHub pages site of the project using the docs folder in the master branch but when I try to apply an existing jekyll theme to the pages, the theme is not applied.…
stenix
  • 3,068
  • 2
  • 19
  • 30
4
votes
1 answer

jekyll GitHub Page page not loading assets

I have a GitHub hosted https://waltershub.github.io the repo is https://github.com/waltershub/waltershub.github.io The site builds properly locally with all assets and css but on the hosted version none of it shows The errors in console…
Walter Shub
  • 652
  • 8
  • 19
1
2 3
11 12