am i the only one who gets trouble to run jekyll local server?
I ran bundle exec jekyll serve the correct way, and there were no problems with my environment before—it was working yesterday. Today, it suddenly stopped working.csv, Ruby, RubyGems, and Jekyll are...
View ArticleGithub pages form to Post to ... image? To Discord?
I've got a cockamamie scheme. Context, I've got a github pages site as a spot for info for a pokemon game I'm playing with my friends. My friends have started posting fake twitter posts in discord...
View ArticleMacOS Cannot Install Jekyll
I can't install jekyll. I'm on MacOS 13.6.6. I've tried xcode-select --install and xcode-select --switch /Library/Developer/CommandLineTools as well as gem update --system. Nothing has worked and I...
View ArticleHow to support line number when using Pygments with Jekyll
How can I number the code lines which are highlighted using Pygments in Jekyll?
View ArticleHighlight with Jekyll and Pygments doesn't work
I want to use Pygments with JekyllI have the following code:{% highlight java %}NullPointerException at org.springframework.core.GenericTypeResolver.getTypeVariableMap{% endhighlight %}When I generate...
View ArticleGitHub-flavored Markdown and Pygments highlighting in Jekyll
I've deployed my Jekyll blog on a VPS. I would now like to add GitHub-flavored Markdown content to it, using Pygments highlighting, but I don't know which files I have to edit and how.So far, the only...
View ArticleJekyll on Windows: Pygments is not working
I updated to the latest JekyllBuild (1.0.3), and before I always used the RC. After updating the parsing of codes (with Pygments), it doesn't work any more. I always get the following...
View ArticleJekyll's pages processing order
page.content is defined as being "the content of the page either rendered or un-rendered depending upon what Liquid is being processed and what page is."In trying to build a page by pulling in the...
View ArticleWhat is the difference between 0.0.0.0, 127.0.0.1 and localhost? [closed]
I am using Jekyll and Vagrant on my mac. I found that Jekyll server will bind to 0.0.0.0:4000 instead of 127.0.0.1:4000. Also gem server will bind to this address by default. I can still visit it via...
View ArticleExcluding page from Jekyll navigation bar
I am setting up a basic Github-hosted Jekyll website (so minimal, I am not even bothering to change the default theme). I have a nested site with a small number of first-tier pages that I would like to...
View ArticleWhat type of Jekyll plugin would a Flesch-Kincaid caclulator fall under?
I'm wanting to write my first Jekyll plug-in. I've recently come across the flesch-kincaid algorithm for determining general reading level. What I'm thinking is to write something that adds a data...
View ArticleJekyll: Conversion error: Jekyll::Converters::Scss encountered an error while...
I am currently trying out Jekyll for my blog website and I have followed the quickstart guide on their official documentation. I have installed all prerequisites and followed the Quick Start...
View ArticleJekyll compiling seems WAY too slow
jekyll build takes about 30 seconds to generate the site which might not seem a lot, but the entire site only has one post, eight includes, eight layouts, and two small plugins. I haven't abused liquid...
View ArticleTrailing slashes in Jekyll + GitHub Pages site cause 404
Edit 7/13/2024: My site no longer uses Jekyll or GitHub Pages.I would like all of the following URLs to resolve on my website, which is built with Jekyll and hosted on GitHub...
View ArticleJekyll missing post, page, and default
My goal is to build a website using Jekyll + Github Pages. I've ran into trouble already where I had to upgrade my Mac from Mountain Lion to Mavericks just so I could install Xcode and RedCloth.I'm...
View Articlejs and css not loading when hosting next application on GitHub pages
Next.js builds all the static assets in _next folder but Github pages does not need to serve those files. I am 404 for static assets.Example repo:...
View ArticleJekyll - command not found
I am trying to get Jekyll running but I have no experience with Ruby.As far as I can tell the installation of Jekyll has succeeded.However:$ jekyllGives an error:-bash: jekyll: command not foundThis is...
View ArticleJekyll link within page
I'm using Jekyll on Github, and I wonder whether there's a way to link to a section within a page. Say I have a section like## Section 1 ##section content and later in the same page I want to link to...
View ArticleCould not find 'bundler' (2.5.7)
MacOS user here. I am trying to build a website hosted on github. Followed the instructions from this website but used a different jekyll theme. When I try to preview my website locally viabundle exec...
View ArticlePushed .nojekyll file to Github pages, no effect?
I'm trying to push some Sphinx-generated docs to Github pages. I've found out that Jekyll removes the folders with an underscore; since I wasn't using it anyway I added a .nojekyll file to the folder,...
View Article