jekyll Questions
8
Solved
I am using the standard jekyll installation to maintain a blog, everything is going fine. Except I would really like to tag my posts.
I can tag a post using the YAML front matter, but how do I ge...
10
I have an directory called /patterns in my Jekyll site, whose structure generally looks generally like this:
_includes
_layouts
_site
/patterns
index.html
I need to keep the /patterns directory...
3
I am trying to make my personal website using github and jekyll following the instructions on the official website
When I reach the part:
jekyll new --skip-bundle
I received:
can't find gem jekyll...
Authority asked 31/1, 2023 at 13:1
4
Solved
I'm getting this output from my Jekyll website generator
Liquid Exception: Tag '{%' was not properly terminated with regexp: /\%}/
What's going on?
4
Solved
Whenever I run the bundle exec jekyll serve it returns the error
Dependency Error: Yikes! It looks like you don't have kramdown-parser-gfm or one of its dependencies installed. In order to use Jek...
Maidstone asked 10/8, 2020 at 7:36
5
How to set size of image in jekyll markdown?
![steam-fish-1]({{ "/assets/steam-fish-1.jpeg" | absolute_url }})
I'm using jekyll minima. Using
![steam-fish-1]({{ "/assets/steam-fish-1.jpeg" | a...
Sickler asked 1/1, 2019 at 0:26
4
Solved
Edit 7/13/2024: My site no longer uses GitHub Pages.
I would like all of the following URLs to resolve on my website, which is built with Jekyll and hosted on GitHub Pages:
https://michaeledelston...
Fifield asked 16/2, 2019 at 21:5
1
I'm trying to follow this guide on setting up a GitHub page website. I installed Homebrew, chruby, and Jekyll following this jekyllrb.com tutorial.
When I run ruby -v I get ruby 3.1.2p20 (2022-04-1...
Tepefy asked 30/12, 2022 at 8:4
4
Solved
I am using the YAML heading of a markdown file to add an excerpt variable to blog posts that I can use elsewhere. In one of these excerpts I refer to an earlier blog post via markdown link markup, ...
3
Solved
I have a folder of images that I'd like to render on a page. I'd like these images to be ordered/filtered a particular way. To do that, I understand that the images need to first be together in an ...
2
Solved
I'm wondering if there is a liquid filter that would limit a url to the domain name only.
For example, let's say I wanted to have a link to an article called "The Greatest Article Ever" and the ur...
2
Here's a link to my website Facey's Thoughts and here's a link to the GitHub Pages project.
Cloning the (working) repository to my local machine and trying to run jekyll build fails with this error...
3
It's pretty basic stuff, I guess but I couldn't figure out how to do it.
What I want to do is very simple.
By using Jekyll plugin system, I want to extend Liquid tag to return filename of post.
...
Hama asked 23/7, 2011 at 1:20
1
I am attempting to locally host a Jekyll site on Mac OS.
Upon downloading Jekyll with gem install jekyll I am met with error:
current directory: /Users/main/.rvm/gems/ruby-3.0.0/gems/eventmachine-1...
5
I am trying to follow the Jekyll docs and am stuck on how to display an image. I tried the following Markdown:
---
layout: post
title: "My first post!"
date: 2016-10-20 16:17:57 +0200
cat...
1
Solved
Can someone point me how to convert from the URL I enter in a github wiki to the camo url that gets rendered? Here's why:
I am working on building custom Github pages documentation for what is curr...
Megen asked 9/9, 2022 at 19:0
2
Solved
I tried to insert the linkedin link in the _config.yml but its throwing an error that the page cant be found.
Gentianaceous asked 24/5, 2016 at 12:32
2
How can I specify two different renderables within the same post?
Here's what I'm going for. I have a post with some screen shots and then the body of the post.
---
layout: post
title: App Thing
...
Acrobatic asked 30/11, 2014 at 22:28
2
Solved
I've built a site on Github pages with Jekyll. Recently I tried running an emoji_for_jekyll plugin. When I build and run the site locally, it seems to work. However, when I commit and view it onlin...
5
Solved
When I print the content of the post with
{{ post.content }}
It is outputted like:
<p>Lorem ipsum...</p>
How can I remove the <p> tag when generated. I need it to be removed...
4
Solved
My problem: I have a jekyll-based static website; after running bundle exec jekyll serve (as directed by the jekyll docs) I get the stack trace below. The markdown file I've created for that blog p...
3
Solved
I'm self-taught/totally new to Jekyll and Github Pages and was wondering how to go about opening a URL in a new tab with markdown in the config.yml page.
This is the website theme I'm using. I wa...
Rendition asked 10/7, 2017 at 4:36
3
Solved
I have Markdown file that look like this:
1. First
Some text and other stuff
2. Second
Othe stuff
But after render it's generated as:
1. First
Some text and other stuff
1. Second
Othe stu...
4
Solved
I'm getting this error in the command line terminal:
did not find expected key while parsing a block mapping at line 18 column 7
My jekyll _config.yml YAML file looks like this:
title: Oliv...
7
Is there a way I can use one my bash environment variable (say $FOO) in my Jekyll's _config.yml file?
I've tried using:
foo = <%= ENV['FOO'] %>
But it didn't work as the Ruby code wasn't ...
© 2022 - 2024 — McMap. All rights reserved.