Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
2 votes
0 answers
75 views

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/...
hoielamm's user avatar
0 votes
0 answers
30 views

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 ...
e-diamond's user avatar
2 votes
2 answers
72 views

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 ] ...
Scottish Questions's user avatar
0 votes
0 answers
112 views

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 ...
Khaos's user avatar
  • 25
0 votes
1 answer
58 views

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 ...
Derek C.'s user avatar
  • 1,026
1 vote
1 answer
91 views

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 <...
edison23's user avatar
  • 166
-1 votes
1 answer
47 views

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 ...
java coder's user avatar
-1 votes
1 answer
54 views

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 ...
mazal's user avatar
  • 75
0 votes
0 answers
47 views

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 ...
psych0groov3's user avatar
0 votes
1 answer
37 views

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 ...
user2680325's user avatar
0 votes
1 answer
44 views

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: {% ...
quarks's user avatar
  • 35.7k
0 votes
0 answers
25 views

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). ...
Bob Rockefeller's user avatar
1 vote
1 answer
173 views

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 ...
teeeeee's user avatar
  • 785
0 votes
1 answer
39 views

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:...
atlas-wants's user avatar
0 votes
0 answers
53 views

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", ...
Happilli's user avatar

15 30 50 per page
1
2 3 4 5
424