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
1 answer

CSV Data in jekyll: how to sort and display data according to "Publication year"

I am trying to work on a simple workflow to sort out my publications csv to a list in my jekyll-based website. This is my references.csv extracted from referencing software Mendeley and converted from bib to csv using online converter. I want to…
brocktree
  • 15
  • 4
0
votes
0 answers

How to write markdown in home page (index.html) in github pages jekyll-theme-chirpy?

I'm new to github pages and jekyll theme, while trying to use jekyll-theme-chirpy to write my own github pages. I have learned that, in _tabs, each markdown file is a tab for the site. But I don't know, how to edit home page using markdown ? There's…
linrongbin
  • 2,967
  • 6
  • 31
  • 59
0
votes
0 answers

remote-style not showing on my GitHub Pages portfolio

The Problem I wanted to install a remote theme for my portfolio website, but I am not exactly sure why it isn't working. Either I installed the remote-theme incorrectly in the only two files I edited, Gemfile and _config.yml, or it is going wrong…
0
votes
1 answer

Jekyll: link inside a variable called from a markdown file

I have a series of posts in Jekyll for which I want to have a banner at the bottom with a link to an internal page. Here's the beginning of my MD post: --- layout: post title: "Title" date: 2022-12-06 18:26:05 +0100 categories: category author:…
MultiformeIngegno
  • 6,959
  • 15
  • 60
  • 119
0
votes
1 answer

Random behavior due to a file conflict running a Jekyll theme locally?

I have, in some unexplained way, managed to get my first Jekyll site with the "Agency" theme running locally. However, there is something that is still not right. I extracted all the files from the biggest zip file of the theme, which seem to cover…
user689881
  • 57
  • 1
  • 8
0
votes
1 answer

How can I solve bundle install error so that I can install my github.io site?

I'm trying to set up my personal website via github.io. But when I enter the "bundle install" command I get the following error. I couldn't find the exact cause of the problem and I even reinstalled them all. Gem::Ext::BuildError: ERROR: Failed to…
0
votes
0 answers

Jekyll & Internationalization: Language-dependent fonts that don't destroy code block font

TL;DR I want to set up a Jekyll webpage (al-folio template) with two languages in which my Latin text renders as Roboto font, my Arabic scripts renders as with the Google font I added (Noto Naskh Arabic), and my code blocks be rendered with…
arash
  • 161
  • 13
0
votes
0 answers

Jekyll theme on Rails not displaying correct Main.css file

Jekyll Theme: https://startbootstrap.com/theme/clean-blog-jekyll Rails version: 5.2.8.1 Host: Heroku I made changes to scss files and ran the following: jekyll clean bundle exec jekyll b bundle exec jekyll s The main CSS file is updated and it…
BrianJ
  • 1
0
votes
0 answers

In Github, Actions stopped working at deploy stage while pushing and the error " Error: Process completed with exit code 1" was executed

I pushed my files to github (.github.io) repo. Everything was going smoothly but, suddenly "Actions" stopped working in deploy stage showing the error Error: Process completed with exit code 1 I'm not quite sure what the exact reason behind this…
0
votes
1 answer

How to customize Jekyll Minima's Subscribe button

I am building a GitHub blog with FastPages. The automated process to create articles from Jupyter notebooks is working fine. However, the "Subscribe" button at the bottom of the page points to…
NguyenHai
  • 57
  • 1
  • 8
0
votes
0 answers

github pages website changing based on Windows theme

I am using GitHub pages with Jekyll, and the Ockham theme to display my website(https://wadingthrusecurity.com/). Everything looks fine on my computer when I serve it as well as the live website. I've noticed that the theme colors change if the…
0
votes
0 answers

Unable to set Jekyll Environment to production on Windows 10

I've been trying for the past hour to build my jekyll site locally with JEKYLL_ENV=production with no success. I've tried the following methods which I got from this. set JEKYLL_ENV=production | jekyll build run one command at a time a. set…
Rafferty
  • 937
  • 1
  • 9
  • 16
0
votes
1 answer

How to compare modified Jekyll Theme to original?

I've modified the Jekyll Cayman theme. How do I track it to the original so I can see when original changes and I need to recopy and modify it? I tried using wget followed by diff but the results were nonsensical. Here are the original and modified…
WinEunuuchs2Unix
  • 1,801
  • 1
  • 17
  • 34
0
votes
0 answers

Jekyll Minimal Theme Shows 404 On "category/***" Pages

I have a problem with “/category/***” pages in my Blog. The /category/ and /tag/ root pages are working fine. But /category/*** sub-pages show 404 error and basically the blog generates no category page. How do I fix this issue? My repository…
0
votes
1 answer

How can I include css files based on frontmatter in blogposts?

I have the following code in my skeleton layout. {% if page.customcss%} {% endif %} And in pages I mention the customcss in the frontmatter like this: --- layout:…
Arturo
  • 191
  • 1
  • 1
  • 8