Jekyll themes are the native way to use templates and styles to customize a Jekyll site presentation.
Questions tagged [jekyll-theme]
174 questions
0
votes
0 answers
Jekyll - Create Multiple Landing Pages from One Markdown File
I am trying to create two web pages from the same markdown file, is this possible? I have two layouts test1.html and test2.html. I want to generate two pages from the layouts above based on one markdown file data.md in order for ab testing... is…

J. E
- 413
- 1
- 6
- 12
0
votes
1 answer
Why doesn't the post picture load if the extension is name_of_pic.JPG?
The top of my .markdown file in the jekyll theme is as follows:
---
layout: post
title: xyz
description: xyz
img: /img/1.JPG
---
The picture does not load if the extension is .JPG, even though the picture's extension in the _img/ folder is…

miyesven
- 13
- 6
0
votes
1 answer
jekyll-theme-primer bootsrap.min cannot be found
I am trying to run https://github.com/fossasia/gci18.fossasia.org/ locally.
I did it once with jekyll (on an older version of the site) and it worked.
Now, I cloned it so it is updated, but I cannot get it to work. I keep getting an error message…

ngmh
- 155
- 1
- 6
0
votes
1 answer
Netlify deployed site view different than local jekyll serve
I am trying to deploy a jekyll website, specifically, in the Jekyll Uno template. The local view is completely fine, however, when I tried to deploy it, it looked something like this. P.S. the github repo is this and the local view looks like this.…

srdg
- 585
- 1
- 4
- 15
0
votes
1 answer
Tool that can edit a Jekyll site online, similar to CMS
Can somebody suggest an online method of editing a self hosted jekyll site, similar to Prose.
What I would like then is the ability to add posts and edit content like a regular CMS. I am not interested in using GitPages.

user10311596
- 41
- 4
0
votes
2 answers
image width overridden by something else
Recently I moved my personal website to github.io and used jekyll's indigo theme. In one of my markdown page called about.md, I have the following tag.
But this is overridden by another block.
.about img {
…


Ramakrishnan Kannan
- 604
- 1
- 11
- 24
0
votes
1 answer
Jekyll Post - selecting several different posts from different categories
Currently, I am building out a Jekyll website as a portfolio and a blog for my self. I want to make custom pages for job posting with the selected post being used. Example maybe only 3 portfolio project that is relevant to the employer and 3 blog…

Elliot Pessah
- 1
- 1
0
votes
0 answers
How update jekyll pages?
I am have installed Base knowledge base for my own tutorials and all other info which I need when needed. Since it's nice and should be easy to use i choose for this installation.
All dependencies are installed and the Base default pages are…

Noob
- 732
- 8
- 30
0
votes
1 answer
Page Build Failed due to the plugin jekyll-scholar
Build is successful locally and the jekyll serve brings the page locally. But when I push the files into github pages repository, I receive an email saying that the page build failed.
Visited the documentation and it was mentioned that the build…

Kathiravan Natarajan
- 3,158
- 6
- 22
- 45
0
votes
1 answer
How to install the required version of packages (jekyll-plugins) in the bundle manager?
I do not write very well in English, but I hope you understand me.
I decided to install the theme in my project on jekyll. Moved to the project folder. I ran the boundle install command, but some packages (from gemfile) were not installed. For…

Spiker01
- 1
- 1
0
votes
1 answer
Docker on Windows 10 Pro: error file conflict when building new Jekyll site
I am using PowerShell on Windows 10 Pro and have installed Docker version 18.03.1-ce.
I CD into a local directory where I want to edit a set of config files to build my Jekyll webpage. I ran the following command:
docker run -e JEKYLL_NEW=true -p…

Francesco Tonini
- 53
- 9
0
votes
1 answer
Why doesn't the markdown text appear on my posts
Im trying to create a post, but the text writen on markdown doesn't appear on it, this is what i have done:
Post is placed on _posts and has a valid name _posts/2018-01-01-firstPost.md
I've included a front matter and the layout html is rendered…

David
- 97
- 1
- 6
0
votes
1 answer
Bundler Issues - Unresolved Specs
I've just started using Jekyll with GitHub Pages and I've been running into some issues. I've been hoping to be able to use this theme, although it is quite outdated. I've cloned the repo onto my PC and ran bundle install to get things started.
Just…

coolDude
- 647
- 2
- 11
- 27
0
votes
0 answers
Customizing a Jekyll theme does not include files included in the frontmatter from the gem
(Disclaimer: Jekyll noob here - using version 3.5.2)
I am trying to customize a Jekyll gem-based theme. I am aware that in order to do this I have to locate the files I want to overwrite (bundle show theme-name), copy them locally and then edit…

spygi
- 412
- 3
- 10
0
votes
0 answers
Jekyll css not getting update
I'm trying my hand in Jekyll and trying to build my first blog. I'm trying to customize the CSS of a basic theme as suggested in this link
It suggests to create a file /assets/css/style.scss and add the following:
---
---
@import "{{ site.theme…

Sooraj
- 9,717
- 9
- 64
- 99