jekyll Questions

1

Solved

How does one configure Jekyll & Rouge to specify that one language should be highlighted using the parser of another language. For example, I want to be able to do this in my markdown source f...
Geiger asked 15/5, 2020 at 8:24

2

currently I'm working on a new site with Jekyll and have some kind of problem there. I have a layout page, where I can define the background image with variables from each page. Layout: class="ba...
Sexology asked 8/5, 2014 at 12:2

2

Solved

I am using the midnight theme for Jekyll. Jekyll is currently v3.7.4 My theme refers to the bundled OpenSans webfont, and I have also added FontAwesome. But the browser only ever makes a request f...
Ibrahim asked 19/4, 2020 at 8:36

1

I'm new to using Jekyll theme for GitHub page. I was able to successfully customize a local theme following Customizing your Jekyll theme's CSS but I couldn't find any documentation about what to d...
Nydia asked 5/3, 2018 at 17:52

8

Solved

I'm rewriting my blog to use Jekyll. Jekyll uses the Liquid templating language so it makes it a little more difficult to learn how to customize. I'd like to group my list of blog posts by year. H...
Healall asked 30/9, 2013 at 4:2

5

Is there a tool that will automatically generate a mini-website---with automatically generated navigation---from locally-stored Markdown files? I'm envisioning a service that will integrate with m...
Charlatan asked 20/5, 2013 at 18:22

2

Solved

Learning Jekyll and hosting through Github Pages I'm trying to figure out how to access a private repo's latest release and cache the download URLs to a Jekyll page. I know how to access the data t...
Identify asked 14/5, 2019 at 2:14

4

Solved

I installed jekyll and run it from cli: jekyll --server --auto But when I change _config.yml I can't see that my changes where applied and I have to restart server every time. I really need to ...
Dyeing asked 14/1, 2013 at 19:42

3

Solved

I have this yaml param1: key1: value1 key2: value2 param2: key1: value1 key2: value2 param3: key1: value1 key2: value2 how can I get all the keys with a liquid? The expected result woul...
Skidproof asked 12/8, 2016 at 8:1

3

I'm trying to setup github page using Jekyll, currently it is using minima theme, and I want to change it to jekyll-theme-hacker. So, I went to Gemfile, I added gem "github-pages", group:jekyll...
Geelong asked 4/11, 2019 at 7:25

4

Solved

I am writting a documentation for my project. I have done my project in python. But I choose jekyll to write down the documentation. But I didn't found any helpful documentation. There is lots of b...
Sinistrocular asked 7/1, 2011 at 14:1

2

Solved

I'm trying to use where_exp to filter Jekyll pages based on two categories using or operator: {% assign sortedPages = site.pages | sort:"date" | reverse | where_exp:"page","page.categories contain...
Bechuana asked 10/3, 2017 at 16:12

5

Solved

Working with Jekyll for the first time, and it looks like the auto reload functionality (running jekyll --auto --server) is only triggered by updates to markdown files. Is this the normal behavior...
Goodell asked 30/3, 2013 at 20:58

4

Solved

I want to set up a jekyll blog on a shared server. When I try to install Jekyll I get "You don't have write permissions". How do I fix this without root or sudo? More detail: I have space on a sh...
Pompei asked 11/12, 2013 at 23:12

0

I've got a GitHub pages website and I am trying to link to an .html file that is in a folder in the repository from one of my posts. The html files are in a folder called html, and I've added the f...
Gantlet asked 14/3, 2020 at 3:6

3

Solved

So I followed the guide on the Jekyll website by installing and running Jekyll (sure I don't have to post this here). And the site is up and running perfectly but for some reason I don't see the _l...
Flaxman asked 11/8, 2016 at 8:44

4

Solved

I'm trying to create a website using Jekyll, and everything worked fine. Until I wanted to custom the design. I've updated my css/main.scss in order to include my custom theme in _sass/theme.scss:...
Moquette asked 18/7, 2016 at 13:2

1

I'm trying to follow "Creating a GitHub Pages site with Jekyll" but when I run any of these commands: $ bundle exec jekyll VERSION new . $ bundle exec jekyll _4.0.0_ new . $ bundle exec jekyll 4.0...
Batten asked 25/1, 2020 at 22:18

5

I got the below error on trying to start Jekyll server Error: uninitialized constant FFI::Platform::CPU I tried reinstalling Jekyll server and its dependencies, but no luck. Could someone help...
Vaporizer asked 19/7, 2019 at 4:21

6

Solved

If I have a page/post in Jekyll with headers, is it possible to auto-generate a table-of-contents/outline for navigation? Something akin to the top matter of a Wikipedia article.
Wivina asked 7/3, 2012 at 14:5

4

Solved

New to Jekyll and new to Ruby I tried to include autoprefixer-rails for my (s)css files directly into Jekyll. So once the page is generated by Jekyll autoprefixer would run over my generated css fi...
Bisque asked 21/3, 2015 at 20:1

6

Solved

I'm trying to pick a random element from an array -- is this possible using Liquid/Jekyll? I can create an array -- and access a given index ... but is there a way to "shuffle" the array and then ...
Click asked 8/2, 2012 at 10:45

12

Solved

I'm aware that there are single-level breadcrumbs in http://raphinou.github.com/jekyll-base/ but I'm looking for some good ways to have breadcrumbs on a Jekyll site when directories get to a depth ...
Premier asked 8/3, 2012 at 2:45

5

I'm writing document with Jekyll/Markdown and its engine is kramdown. And now I'm wondering the way to write lists in table built by markdown. I tried following. |Name |Columns | |-------|-------...
Cathodoluminescence asked 10/11, 2014 at 13:13

4

Solved

How do you right align text in Jekyll? I have a block of text I want to right align. If it was HTML, I'd do something like: style="text-align:right;" How can I do that in Markdown with Jekyll?...
Tolerate asked 17/6, 2014 at 2:24

© 2022 - 2024 — McMap. All rights reserved.