Questions tagged [jekyll-theme]

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

137 questions
15
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
  • 30,581
  • 7
  • 64
  • 105
11
votes
4 answers

Adding comments in blog posts on github-pages

I've made a website based on Github pages using Jekyll Theme. Currently I can post blogs in that website as well. However, I want to add a comments section at the end of the blog posts. There are tutorials on how to add comments sections using…
Encipher
  • 1,037
  • 8
  • 22
10
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,082
  • 8
  • 40
  • 76
8
votes
3 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
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…
6
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,571
  • 12
  • 22
5
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
  • 717
  • 8
  • 24
5
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,142
  • 4
  • 27
  • 46
4
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
  • 933
  • 9
  • 24
4
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
  • 20,249
  • 33
  • 132
  • 224
3
votes
1 answer

liquid variables stop working when layout is defined

Big thanks to anyone who looks at this! I think the question is straightforward. It is only long because I wanted to be very thorough/ well-documented. I have taken the following example code from the jekyll documentation and edited it only so that…
Carlos
  • 91
  • 3
3
votes
2 answers

How to prevent my github page from making post title 'title-cased'

I have created a github page and have chosen one of proposed Jekyll themes called minima. To add a post I have created a file called 2018-11-16-My-first-post-on-github.md. However, the post title displayed is a text converted to title case: My First…
jakes
  • 1,636
  • 9
  • 33
3
votes
2 answers

Home layout missing in _layouts folder, but works

I started to make my blog with jekyll and github pages. I was doing fine with the basic theme, But I wanted to apply the side bar property, so I downloaded the theme which has the sidebar, from…
Jinmo Chong
  • 81
  • 11
3
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…
3
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
  • 557
  • 4
  • 15
1
2 3
9 10