jekyll Questions

4

Solved

I am trying to write a script that automatically add image width and height to all my img. I've already seen this question: Automatically adding width and height attributes to <img> tags wit...
Aurita asked 27/6, 2016 at 11:38

7

I've been struggling with this for a few hours now, to no avail. I'm trying to use one of the supported GitHub Pages themes (Cayman) in my docs site and I'm having a ton of trouble. The site looks ...
Laundrywoman asked 10/1, 2018 at 23:9

2

Solved

I'm getting the below error when I try to install ruby-install ruby 3.1.3 (following instructions to install Jeykll). I think the issue is this link says ruby versions greater than 3.1 require Open...
Poul asked 5/10, 2023 at 23:20

3

i've got a static content site and I actually don't want articles display in reverse chronological order, using jekyll/liquid, what are some creative ways I can accomplish this without having to re...
Recite asked 25/3, 2014 at 21:57

4

Solved

So I am trying to get a custom domain to work with my github pages user site. I have followed pretty much the standard procedure for doing this as follows: (recommended by github here too: https://...
Gustav asked 6/1, 2019 at 6:32

3

Solved

I am following this link to setup my personal website on Github. The website has been deployed successfully and I can visit it now. My ruby version is 3.3.0 and my gem version is 3.5.4. I have also...
Utgardloki asked 20/1 at 16:46

6

Is there a way I can have a single Jekyll website have more than one blog? I currently want to have two blogs in one site.
Armbrecht asked 28/1, 2013 at 11:8

3

Solved

When I try to update my jekyll project on our debian buster server, I get this error: $ bundle exec jekyll build Traceback (most recent call last): 12: from /usr/local/bin/jekyll:23:in `<main&g...
Illtempered asked 2/7, 2021 at 5:30

4

Solved

I have a working Github Page. (Specifically: a Project Page with Jekyll that lives at [username].github.io/[project_name]/.) I can deploy. (By pushing changes to my gh-pages branch and waiting a f...
Continuative asked 26/11, 2013 at 20:12

16

Solved

I am hosting a Jekyll Blog on Github and write my posts with Markdown. When I am adding images, I do it the following way: ![name of the image](http://link.com/image.jpg) This then shows the imag...
Harrietteharrigan asked 12/10, 2013 at 6:42

3

Solved

I am using Jekyll and Github pages, testing locally using bundle exec jekyll serve. Everything else works fine so far. My posts are in a /_posts folder off of the root, and are outputted correctly...
Leclaire asked 2/11, 2014 at 18:38

10

Solved

See the error on my website here I have embedded a blazor app in my jekyll site. It runs perfectly locally, but when I publish it on github pages, I am getting this error: Failed to find a valid ...
Lipase asked 2/5, 2020 at 16:7

3

Solved

When calling items from an array in a Liquid template, how do you call does not contain or not in array?
Cordelier asked 13/6, 2015 at 18:30

4

Solved

I'm trying to set up a blog via Jekyll and GitHub Pages. To deploy it was not such a big deal, however, in trying to follow the steps described here I only managed to make it display the dark skin ...
Caaba asked 25/7, 2021 at 12:33

4

Solved

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 lik...
Servant asked 22/8, 2014 at 17:21

5

Solved

I am using jekyll with Github pages for my website. I am trying to make some posts not visible in the home but they can be linked from another post. In the frontmatter I tryed to add a field visibl...
Antiperspirant asked 29/5, 2014 at 13:53

6

Solved

I am trying GitHub Pages for my developer blog post, unfortunately I am having a hard time deleting the header part after choosing a theme. Even though I already edited the Readme.md, the header ...
Brewmaster asked 23/9, 2017 at 3:34

2

Jekyll is a simple, blog-aware, static site generator for personal, project, how do i add a script tag in such ruby project. My index.html looks like this : --- layout: default --- <div class...
Whimper asked 4/11, 2017 at 7:58

5

I am building my personal website using Jekyll and hosting it at github-pages. I would like to have a password protected area (just password protected directory, not the whole website). I have trie...
Jhvh asked 21/11, 2014 at 15:48

6

Solved

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...
Bravura asked 26/4, 2017 at 7:19

2

When running bundle exec jekyll serve I get bundler: failed to load command: jekyll MacOS 12.0.1 Gemfile: gem "jekyll", "~> 4.2" # Plugins group :jekyll_plugins do gem &quo...
Drome asked 8/11, 2021 at 21:57

5

Solved

I have a website hosted by Github and I am having issues with displaying pictures. I recently tried to upload new pictures but despite the path being right, the page fails to load the images and gi...
Hammond asked 4/10, 2014 at 20:17

3

Solved

I'm using Jekyll on GitHub pages, and I want to have hierarchical categories like this: animals -> mammals -> cats -> _posts -> housecat.md, tiger.md animals -> mammals -> dogs -> _posts -> poodl...
Lett asked 1/8, 2016 at 13:27

2

I was trying to setup a GitHub Page using Jekyll, which rely on Ruby (like here). Unfortunately, I think I kind of messed up with the installation (after a few sudo apt-get install ruby-full and su...
Slew asked 14/2, 2023 at 18:41

5

I am following Michael Hartl's Learn Enough CSS course. My current folder layout is as follow: - _layouts - _site index.html where index.html is: --- layout: test --- and I have test.html in _lay...
Bascule asked 9/2, 2021 at 5:47

© 2022 - 2024 — McMap. All rights reserved.