jekyll Questions

2

Solved

I am using a logic operator in Jekyll but it's not working. Page one, two and three all use the same layout (part of a multilingual solution, works good but requires logical loops for some layout ...
Uxorial asked 14/9, 2012 at 11:31

1

I have a structure like: folder/ folder/subfolder/ I want to exclude everything from folder/, except folder/subfolder/. I there any way to do this with Jekyll? I tried a few combinations, but n...
Tiki asked 1/3, 2013 at 7:8

25

Solved

I'm having some trouble installing jekyll. Can't quite figure out how to patch the missing link. I think it's an update to Ruby, but RVM is having trouble installing alternate versions of ruby as w...
Rivera asked 23/5, 2012 at 18:29

3

Solved

On my computer, I access my test webpage on URL http://127.0.0.1:4000. On server, it will be on GitHub pages, that means https://username.github.io/repo-name/. In the _config.yml I see following r...
Refuel asked 5/5, 2016 at 11:44

10

Solved

I am trying to set a favicon.ico for my github page, but it doesn't work. When I serve it locally I see the standard "empty" favicon and when I push it I see the facebook icon. Why is it so? I have...
Schema asked 30/5, 2015 at 21:20

0

I have a GitHub Pages site that I generated by creating a repository and choosing a theme on GitHub. While the site is technically built using Jekyll, it has no gemfile, and the _config.yml is very...
Boldfaced asked 6/5, 2021 at 14:54

4

Solved

I'm using Jekyll and all my posts are in .md format for convenience. The problem is that the generator is automatically wrapping every line in paragraph tags. line <img> line becomes &...
Zaria asked 27/6, 2014 at 15:54

4

Solved

I know there is a contains keyword so I can use: {% if some_string contains sub_string %} <!-- do_something --> {% ... %} But how can I check if a string ends with a particular substring? I...
Haley asked 4/5, 2016 at 8:33

5

Solved

Jekyll 3.0.1 is not rendering a single line feed (line break). It ignores it. Surprisingly it is rending double line feed as it is. I am using Jekyll on Ubuntu 16.04. Can someone help me to tackle ...
Neanderthal asked 11/10, 2018 at 14:19

4

The only way i know to create an array from my liquid template is: {% assign my_array = "one|two|three" | split: "|" %} Is there any other way to do it?
Bearish asked 31/3, 2014 at 13:43

2

I'm trying to set up a portfolio page using Github Pages. I'd like to have part of this include a blog, and have set up a /blog folder, where I created a new Jekyll project. The main site is not Je...
Ambros asked 1/5, 2014 at 21:36

6

Solved

I'm new to web development, so please bear with me. I'm trying to create a website for a group project using Github Pages, and I have forked this repository. I've made several changes, and the webs...
Detrusion asked 21/10, 2016 at 12:41

5

Solved

As of maruku engine (the default), writing table like surround text, etc. | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | cente...
Labannah asked 19/4, 2013 at 7:11

4

Solved

I want to create a homepage and, for now, I think Github's pages features will serve my needs. However, I might want to switch to a more full-blown CMS/blog engine later on. Is it possible to serv...
Slashing asked 14/3, 2011 at 18:20

4

Solved

When setting up my personal blog with jekyll, I found that I cannot get the comments section shown. It kept telling me: We were unable to load Disqus. If you are a moderator please see our trou...
Suspicious asked 12/1, 2017 at 12:48

1

Im getting this error when trying to run netlify CMS. Error loading the CMS configuration Config Errors: YAMLSyntaxError: All collection items must start at the same column at line 71, column 5: ...
Zandrazandt asked 26/2, 2021 at 0:3

4

Solved

Is there a way to add a simple HTML button, with some CSS formatting to a Markdown file using Jekyll? I would like to make this button link to external URL for a file download.
Wooer asked 19/11, 2016 at 2:33

3

Solved

What do I need to do in order for my GitLab pages site (Jekyll) to be accessed under www.mydomain.com not just mydomain.com? I have SSL through CloudFlare. In my DNS I have: mydomain.com A 104.20...
Luker asked 5/9, 2016 at 15:56

2

Solved

In my front matter for some pages (not all) I have: --- top-navigation: order: 2 --- Using liquid I want to filter all site pages which have a top-navigation object and sort by top-navigation.o...
Huehuebner asked 9/8, 2017 at 10:48

4

Solved

I am new to Jekyll blogging and trying to view blog locally on http://localhost:4000 but failed. ➜ my-awesome-site > jekyll serve Notice: for 10x faster LSI support, please install http://r...
Crotch asked 6/8, 2014 at 3:24

6

Solved

Every time I serve a Jekyll site from the command line it is served on port 4000. Two sites can't be served on the same port. Is it possible to serve multiple Jekyll sites locally?
Elastomer asked 3/9, 2014 at 17:58

4

Solved

I have a Jekyll (Liquid) block plugin and I'd like to detect what the current page is. I see that a context is passed into render, and that I can retrieve the current site object as context.registe...
Bastogne asked 20/9, 2011 at 0:6

3

Both of their elements can be accessed by for..in, and the way of adding categories and tags are the same. So, what's the difference between categories and tags in Jekyll?
Provencal asked 30/12, 2011 at 3:19

4

Solved

I would like to write documentation using Jekyll with HTML and PDF outputs. Html can have a navigation but the PDF should have table of contents. Is there a free and easy way to do that? The HTML ...
Sarmentose asked 9/4, 2010 at 10:25

6

Solved

I was wondering how other people are organising their assets for individual posts when using Jekyll. For example, if a post has an image, do you just dump it in a shared images folder? I don't real...
Walther asked 28/4, 2012 at 13:13

© 2022 - 2024 — McMap. All rights reserved.