Questions tagged [jekyll-theme]

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

174 questions
0
votes
0 answers

How to highlight code in my blog with VS Code theme?

I am trying to change the colour scheme of code highlighting in my Jekyll blog to the scheme in VS Code "light+" theme. I've tried searching the source code of VS Code and the themes in the Marketplace to find the corresponding .css file but ended…
x4Cx58x54
  • 21
  • 2
0
votes
1 answer

How to change background colour in kasper theme?

There's a theme https://github.com/rosario/kasper. How can i change the colour #D6EDFF to something else? I can't change the colour even after editing the css file. Please help!
0
votes
1 answer

Can Jekyll Data files be selected for two records from frontmatter?

Desired Outcome I'd like to define a list of contributors to an article from data YML files for each person. Frontmatter --- collection: events format: right-sidebar layout: events title: xxxxxxxxxxxxxxxxxxxx contributors: [david-amerland,…
0
votes
1 answer

Unable to load the markdown code locally using jekyll

I am trying to locally host some git-hub pages served using Jekyll. It displays the theme and all, but breaks the place where markdown code is written. Snapshot below: A snippet of the markdown code is below: Can someone help me understand what…
Sulphur
  • 514
  • 6
  • 24
0
votes
1 answer

Using jekyll with gitlab pages, it says when it's deploying the website with gitlab CI that theme could not be found, and I already installed it

My objetive To have a repository with the jekyll site configuration files (but not the _site), and each time I push to the repository, a gitlab pipeline runs. With that pipeline, the site is build with Jekyll (I'm using this theme…
0
votes
1 answer

Iterogation JSON datafile in Jekyll produces double output

I try to build a documentation site with Jekyll and thought it might be a good idea to store the main links in a JSON datafile. Here's the JSON file: { "home": { "name": "Home", "path": "/", "icon": "fas fa-home" }, …
brillenheini
  • 793
  • 7
  • 22
0
votes
1 answer

How can I change the forloop target with many different data files in a JSON+LD head include

Problem I have one JSON+LD include in the head to parse QA (Questions & Answers) type article pages. The forloop target changes on every topic page. I cannot figure out how to variable the forloop target to match the data file for each page so it…
0
votes
0 answers

Setting column spacing in Minima CSS framework

I have Jekyll-based blog hosted on a GitHub page. The blog uses a local copy (hence editable) of the standard Minima theme. The goal is have a front page layout similar (but not identical to) Google Keep's theme. I'm using a div with "columns: n;"…
Brian Piercy
  • 631
  • 1
  • 7
  • 22
0
votes
1 answer

How to add a button in Jekyll Blog hosted in Github?

I want to add a heart symbol button over which a stripe payment gateway would open. The blog is hosted in GitHub. How can I create such button like "Buy me a coffee" or "Red Heart" on my jekyll website?
0
votes
1 answer

Ruby/Jekyll requirement errors when serving

I recently installed Windows Subsystem for Linux and I'm running the Ubuntu distro on my Windows 10 computer. I installed Python, pip, Ruby, and Jekyll and they are all confirmed to be installed properly when I run the --version flags. I am trying…
0
votes
1 answer

Counting loop value in jekyll schema breadcrumb list

This question is related to What are some good ways to implement breadcrumbs on a Jekyll site? and I need to get the position from the loop.
0
votes
1 answer

How to resolve conflicts between plugin versions in Jekyll?

I'm using Hyde theme and when I ran jekyll serve then I got the following error: Dependency Error: Yikes! It looks like you don't have jekyll-gist or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to…
bhavya_karia
  • 760
  • 1
  • 6
  • 12
0
votes
1 answer

The CSS style of my Jekyll template is not working

I used a Jekyll template to create a website. Now I published the site online (webgov.be) an the CSS is not as it was supposed to be. This is the link to the repo: https://github.com/evelinevlas/webgov. On GitHub Pages the website was published with…
0
votes
1 answer

Overwriting SCSS attributes

I am trying to change the color of the banner in the Jekyll leap-day theme, here https://github.com/pages-themes/leap-day/blob/master/_sass/jekyll-theme-leap-day.scss To do that, I have added an assets/css/style.scss to my github page, with the…
rausted
  • 951
  • 5
  • 21
0
votes
1 answer

custom jekyll frontpage, with a generated elements out of post variables. height problem

my problem is that the hight of the content isn't recognised which causes the body to be smaller than the content which leads to a lot more problems. HTML:
{% for post in site.posts %}