6,352 questions
2
votes
0
answers
62
views
Jekyll not generating /assets/css/main.css from SCSS (404), even with front matter and relative_url
I want to build a Jekyll site with a custom dark neon theme. SCSS partials live in _sass/ and should compile into assets/css/main.css, linked in the head include.
Expected
Jekyll compiles assets/css/...
0
votes
0
answers
23
views
Can't add custom front matter defaults to Jekyll page generated by a plugin
I have a ruby script in _plugins which generates pages that list posts in a collection tagged with a particular tag. It is a slightly modified version of the code available here.
In _config.yml I can ...
2
votes
2
answers
59
views
Jekyll generates URLs with 0.0.0.0
I'm running Jekyll 3.10.0 inside Docker using the following Docker Compose setup:
services:
jekyll-site:
image: jekyll-site
build: .
volumes: [ .:/usr/src/app ]
ports: [ 4000:4000 ]
...
0
votes
0
answers
98
views
Problem setting public supabase URL and ANON KEY Supabase
While following this idea: https://github.com/alanagoyal/alanagoyal I’ve been trying to use this theme to create a blog with Jekyll and GitHub Pages. After correctly setting the Supabase URL and Anon ...
0
votes
1
answer
54
views
CSS disappears when rebuilding
I've got a bare bones Jekyll site (only the feed plugin) and am rolling my own plain css (assets/css/style.css).
I am running my site with bundle exec jekyll serve --watch and when it first builds, I ...
1
vote
1
answer
85
views
Prevent wrap between span and word
I am writing documentation in AsciiDoc (then served in HTML using Jekyll).
I'm using FontAwesome icons to denote parts of UI, like this: icon:upload[] *Upload files*,
which renders into HTML as <...
-1
votes
1
answer
38
views
How to delete a repository that has been disabled by GitHub? [closed]
I am using Jekyll+GitHub page to build my personal website, but the existence of this repository has caused my website to compile and fail to update. How can I delete this repository
Because this ...
-1
votes
1
answer
42
views
How can I deploy a manually constructed Jekyll site to Vercel without a full Jekyll setup?
I recently deployed a simple experimental Jekyll site to Vercel without using the full Jekyll setup (i.e., no jekyll new or gem install jekyll). Instead, I manually assembled the site by inspecting a ...
0
votes
0
answers
41
views
Jekyll + Contentful on Netlify: Webhook rebuilds ignore fresh Contentful data, uses stale _data instead
Problem
When Contentful content updates, Netlify rebuilds via webhook but uses outdated _data files instead of fresh Contentful data. The deployed site remains stale.
Current Setup
Jekyll site hosted ...
0
votes
1
answer
30
views
Jekyll Github pages doesn't load the theme for a page when accessed via a link on the home page
When testing locally, all the pages render properly. But when loaded to github pages, only the home page renders with the theme. And clicking a link to open a sub-page doesn't load the theme for the ...
0
votes
1
answer
39
views
Jekyll recursive include causing "Nesting too deep" error when rendering nested comments
I'm working on a Jekyll site and encountering a "Nesting too deep" error when trying to render nested comments using a recursive include. Here's a simplified version of my template:
{% ...
0
votes
0
answers
17
views
Jekyll paginator = nil on post.html but not index.html
I'm using Jekyll 4.4.1 and jekyll-paginate-v2. My home page template (index.html) has an active paginator object, but my individual post page template (_layouts/post.html) does not (paginator = nil).
...
1
vote
1
answer
142
views
Why can't I build a Jekyll site locally with this downloaded theme?
New to Ruby/Jekyll, but I am trying to install Jekyll locally on my Windows machine, and build a site with a downloaded theme. I am really struggling to get it to run. The theme I am trying to use is ...
0
votes
1
answer
29
views
want to use Bootstrap .nav-tabs class in RMarkdown _site.yaml file for website on GitHub pages
I was wondering if there was an argument I could add to my _site.yaml file so that the rendered nav would have class = nav nav-tabs for formatting by Bootstrap (like this).
I thought there was a class:...
0
votes
0
answers
45
views
Why can't I use my local gem theme file to my Jekyll project?
I created a jekyll theme nepaliBabu, I successfully built the gemspec and installed locally on my device
but however when I use it on my jekyll site Gemfile like this:
gem "nepaliBabu", ...