Questions tagged [jekyll-theme]

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

174 questions
1
vote
1 answer

How can I limit and filter a collection by key value in a jekyll theme?

I'm trying to output one item from a collection where sticky: "true". I've tried Getting a specific item from a collection in Jekyll From collection _defense/dui.html --- layout: right-sidebar title: "Drug Offense" crumbtitle: "drug-related…
1
vote
1 answer

How can I sort a dimensional array output by key value from jekyll data yaml files?

I need the name from several yml files sorted, alphabetically on the output. I've tried to add | sort: 'name' in my for loop. I get: Liquid Exception: no implicit conversion of String into Integer in pages/index.html Sample…
1
vote
2 answers

GitHub Pages: Image From Link Not Showing

I used to have my website hosted through Shopify, and when I linked to it in my LinkedIn job description the logo showed up. I've since moved my website to GitHub Pages, and now the logo is blank when I link to it in LinkedIn (or anywhere else for…
Grambo
  • 887
  • 8
  • 25
1
vote
1 answer

Running pages locally error: Could not find 'jekyll-watch' (~> 1.1) - did find: [jekyll-watch-2.2.1] (Gem::MissingSpecVersionError)

Trying to run github pages locally (minima theme) for a project page site, but can't sever the page. I think the issue has to do with jekyll, specifically "jekyll-watch" - whatever this is. I have (..a long time ago..) managed to serve a different…
BonnieB
  • 129
  • 2
  • 12
1
vote
0 answers

Jekyll CMS Insert Language data file into another data file

Insertion of language definition data yml is not being parsed into another datafile before or after presentation. I've tried using liquid tags. front-end code presentation
{% for…
1
vote
2 answers

How can I get rid of the max width 1280 without using the wide class in Minimal Mistakes?

I'm working on the Jekyll Theme Minimal Mistakes and trying various ways to expand the page. But I'm really trying to get rid of max-width: 1280 which appears when I inspect the page. I've tried the wide class but I don't want to push the Toc (table…
1
vote
1 answer

How to change code highlight in jekyll-now to Monokai theme

I want to change the syntax highlighting of jekyll-now to monokai like theme.
Bhupesh Varshney
  • 1,522
  • 14
  • 19
1
vote
1 answer

How do I customize Jekyll theme for a single page in GitHub pages?

I want to remove the large hero header for a particular page inside my GitHub pages site. I know how to customize the themes layout, however I only want to customize the layout for a particular page. Ex: README.md: the "home page" aka /. I do NOT…
rynop
  • 50,086
  • 26
  • 101
  • 112
1
vote
0 answers

Gem::InstallError: The 'http_parser.rb' native gem requires installed build tools. Jekyll website

I am trying to build a new website using this jekyll template (https://themeforest.net/item/toile-responsive-jekyll-theme-for-bloggers-and-writers/23079570). But, when I run the command "bundle install, I got this code error: Installing…
Matt
  • 21
  • 3
1
vote
0 answers

Integrating static content when testing Gitlab pages with a local Jekyll installation

I have built a Gitlab Pages site using the Start Bootstrap Creative theme. The theme has some static files, which reside in their own directory tree at static. When the site is deployed, content placed in static/foo/bar is available at…
user149408
  • 5,385
  • 4
  • 33
  • 69
1
vote
2 answers

jekyll site folder hierarchy list of subfolders only

I have my Jekyll folder structure as _includes _layouts _post myFolder subMyFolder - readme.md subMyFolder2 - README.md subMyFolder/subSub - readme.md - something.html index.html I wish to list all subMyFolders (just first…
Hus
  • 61
  • 5
1
vote
1 answer

jekyll breadcrumbs on github page has decoding error

I'm app developer in Korea, I have some problem at Github page with Jekyll. https://sangh518.github.io/%ED%85%8C%EC%8A%A4%ED%8A%B8/%EA%B8%B0%EB%A1%9D/Jekyll-serve-at-window/ This is which problem occurred page. enter image description here When you…
1
vote
1 answer

Separate style for markdown in single backticks vs. triple backticks using the Minima theme for Jekyll

I am trying to customize the Minima theme for Jekyll. I'd like to have a dark background for code between triple backticks (i.e. in its own paragraph), but I don't want to affect the background of inline code between single backticks. Is there a way…
Nested Software
  • 303
  • 4
  • 15
1
vote
2 answers

Why is the 'post' layout missing from so many themes?

I used the WordPress plugin "WordPress to Jekyll Exporter" to convert my WordPress blog to a Jekyll blog. All posts had front matter that included: layout: post But all the themes I've tested other than the default minima theme apparently do not…
Keith Bennett
  • 4,722
  • 1
  • 25
  • 35
1
vote
1 answer

Jekyll: View all Folders & Subfolders as Category and Sub Category

I am working on a Comic Site project based on https://github.com/chrisanthropic/comical-jekyll-theme. I am lookin for a way to display: comic->subcomics->episode->.jpg files. Currently the theme supports only viewing of episode->.jpg files. Tree…
captv89
  • 11
  • 1