jekyll Questions

2

Solved

I'd like to include some Web Audio API HTML5 code into a Jekyll post. Here's a clone of the HTML page + Javascript code that I'd like to include: view-source:http://www.smartjava.org/examples/weba...
Degraded asked 27/1, 2015 at 19:34

2

I want to automatically add height and width attributes to all my images. It is perfectly done via this nice plugin, but I host my site on GitHub Pages where external plugins are not supported. Qu...
Bolme asked 14/11, 2018 at 22:34

5

Solved

I'm creating a new blog using Jekyll. On the main page, there will be a list of my 10 most recent posts. The entries on this list will include a title, the post date, and an excerpt, most likely ...
Dukey asked 15/10, 2013 at 19:28

5

Solved

I would like to have a set of links <li> <h2>Random Articles</h2> <ul> <li><a href="#">Old article 1</a></li> <li><a href="#">Old ...
Histidine asked 20/9, 2011 at 16:16

5

Solved

I want to peak into Jekyll's brain and see what's going on, in php you have get_defined_vars, so I tried to do something akin to that with: {% for local_variable in local_variables %} <p>...
Commendation asked 2/12, 2015 at 16:48

4

Solved

How can I convert a Google Docs, which contains images and tables, into a Markdown file which can be published as a post using Jekyll? Is it possible to first export the Google Docs into a PDF and...
Ranch asked 4/11, 2013 at 14:7

4

Solved

On my Jekyll-powered website I have an inclusion that does something function-like, but I can't figure out how to pass it parameters correctly. When I use {% include ... %}, passing parameters lik...
Qua asked 23/2, 2014 at 23:43

5

Solved

I've recently discovered that the jekyll command doesn't work anymore on my computer, after perfectly using it for several months. Whenever I try to run a jekyll command, it says: /System/Libra...
Ritualize asked 12/11, 2018 at 21:31

4

Solved

I have started a Jekyll based blog with a theme jekyll-now. I am new to Jekyll and how it operates (especially Liquid). I understand that new posts need to be as follows: 2014-10-04-Hello-World.md....
Stumpage asked 4/10, 2014 at 19:49

6

I'm using Octopress as my blog engine. It's perfect. But if there are many posts, for example 400+ posts, the speed of generation is soooo slow. So, is there any way to speed up Jekyll/Octopress g...
Ambition asked 4/11, 2012 at 9:20

2

Is there a way to include an HTML partial from a Markdown file with Jekyll? Example: File index.md: --- layout: default title: Home --- This is a [Markdown](http://daringfireball.net/projects/m...
Onaonager asked 19/1, 2015 at 18:0

7

Solved

I'm trying to nest markdown in an HTML file while using Jekyll. Is there a way to achieve something like the following? # index.html --- layout: default --- <p>[Stack Overflow](http://www...
Daugava asked 10/4, 2013 at 5:14

5

Solved

I just deploy jekyll in a vps, and config git post-receive hook on it. When I push blog update to vps from my laptop, I run into this error: remote: /usr/bin/env: ruby_executable_hooks: No such fi...
Devoice asked 8/10, 2014 at 1:36

5

Solved

In Jekyll templating, the Liquid tags used can generate a lot of white spaces. From Liquid's documents, use {{- -}} or {{% %}} can strip these white spaces. But I got a Liquid syntax error when Je...
Onomatology asked 27/11, 2016 at 15:6

4

Solved

This (should) be easy, I think, but I'm unable to get today's date to show in a Jekyll page using Liquid markup. According to the documentation, I should be able to do this to get this date's year:...
Rucker asked 17/9, 2012 at 17:53

2

Goal Initiate a Github Page using Jekyll. I'm following the Github Pages docs. Problem Upon executing: bundle exec jekyll 3.8.7 new . The following error is returned: fatal: 'jekyll 3.8.7' co...
Hulburt asked 10/6, 2020 at 22:49

1

Solved

What are the advantages of using collections than data files? They seem to be able to achieve the same purpose. Plus usually we have data files of items (e.g. JSON, csv), then I have to transform t...
Interplay asked 13/9, 2019 at 0:59

5

Solved

I'm having a problem to build my site on GitHub Pages. I'm receiving the following message: Your page is having problems building: A file was included in docs/samples/widgets/custom_services.htm...
Adventure asked 21/3, 2014 at 2:57

2

Solved

I have the following code which resets the numbered list after adding a liquid code block: ... 6. Install the Ruby Google API client with `gem install google-api-client`, or if you prefer in a Gem...
Romanaromanas asked 8/3, 2016 at 4:0

1

I am trying to create a Jekyll site hosted on GitHub Pages, and have been following the GitHub Pages tutorial to do so. When I run bundle exec jekyll 4.0.1 new in the terminal (as in step 7 in the...
Watt asked 9/5, 2020 at 21:30

13

Solved

I'm getting started with Jekyll static site generator and I would like to use Live Reload with it. I know Jekyll has a generator and server commands, and Live Reload can run various compilers and c...
Motherwell asked 6/12, 2011 at 4:58

4

I've deployed my Jekyll blog on a VPS. I would now like to add Github-flavored Markdown to it, using Pygments highlighting, but I don't know which files do I have to edit and how. So far, the only ...
Embosser asked 20/11, 2012 at 0:1

2

Issue: When executing bundle install via terminal it fails to install dependencies. Log (partial): Password: Installing commonmarker 0.17.13 with native extensions Gem::Ext::BuildError: ERROR...
Tonneson asked 15/9, 2019 at 23:21

2

Solved

When I use the latest jekyll and start its server, a certain warning below shows up: $ jekyll serve Configuration file: /Users/ishida/git/gipcompany.github.io/_config.yml Deprecation: The 'gem...
Herrah asked 15/7, 2017 at 20:16

2

Solved

I'm trying to build my blog on Github pages and I have to use Jekyll-paginate for obvious reasons. The problem is, I don't use the index.html page for anything other than a welcome page. I have a s...

© 2022 - 2024 — McMap. All rights reserved.