Top "Jekyll" questions

Jekyll is a blog-aware, static site generator written in Ruby.

Representing Directory & File Structure in Markdown Syntax

I want to describe directory & file structures in some of my Jekyll blog posts, does Markdown provide a neat …

unicode markdown jekyll directory-structure project-structure
What is the difference between 0.0.0.0, 127.0.0.1 and localhost?

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 …

ip jekyll
Why do I get a "permission denied" error while installing a gem?

I'm attempting to install Jekyll. After running gem install jekyll I get this error: ERROR: While executing gem ... (Errno::EACCES) …

ruby macos jekyll
Using an image caption in Markdown Jekyll

I am hosting a Jekyll Blog on Github and write my posts with Markdown. When I am adding images, I …

github markdown jekyll
find_spec_for_exe': can't find gem bundler (>= 0.a) (Gem::GemNotFoundException)

I used sudo bundle install and that might be the cause of the issue? Now I have: gem -v 2.6.14 ruby …

ruby rubygems bundle jekyll
jekyll markdown internal links

Jekyll uses Markdown-formatted links, but how can I link to internal content? [[link]]

markdown jekyll
TCPServer Error: Address already in use - bind(2)

Jekyll was working fine for me few weeks back but now all of a sudden it gives me the following …

ruby jekyll
How to solve "/usr/bin/env: ruby_executable_hooks: No such file or directory"?

I just deploy jekyll in a vps, and config git post-receive hook on it. When I push blog update to …

ruby git rvm jekyll
Syntax highlighting markdown code blocks in Jekyll (without using liquid tags)

It seems like syntax highlighting in Jekyll is limited to using liquid tags and pygments like so: {% highlight bash %} cd ~ {% …

syntax-highlighting markdown jekyll redcarpet
Jekyll - command not found

I am trying to get Jekyll running but I have no experience with Ruby. As far as I can tell …

ruby bash jekyll