jekyll Questions
3
Solved
I'm trying to push some Sphinx-generated docs to Github pages. I've found out that Jekyll removes the folders with an underscore; since I wasn't using it anyway I added a .nojekyll file to the fold...
Blackout asked 17/11, 2017 at 18:24
5
It turns out that custom ruby plugins don't work on GitHub pages because of security concerns.
I'm trying to add a plugin (this one) to the _plugins folder of my Jekyll project, but when I deploy ...
Frumpy asked 8/11, 2018 at 20:6
9
Solved
I am hoping to use mermaid in GitHub-pages, with simple commit and push.
In other words, I am hoping to wirte in my markdown file like this
```mermaid
graph LR
A --> B
A -->C
C -->D
...
Brynne asked 21/12, 2018 at 11:9
5
Solved
I have recently found out about jekyll, and want to make a project landing page with it. I would like to have a home page using one theme (e.g. ubuild) and have another page for the docs (accessed ...
Jag asked 6/10, 2019 at 21:54
9
Solved
I am trying to contribute to a Github Page/Jekyll site and want to be able to visualise changes locally but when I run bundle exec jekyll serve but I get this output:
bundler: failed to load comman...
Distressful asked 1/2, 2021 at 8:2
17
I used sudo bundle install and that might be the cause of the issue?
Now I have:
gem -v 2.6.14
ruby -v ruby 2.3.5p376 (2017-09-14 revision 59905) [x86_64-darwin15]
jekyll -v jekyll 3.6.2
bundle...
5
How can I use Jekyll to test for the existence of a file?
To clarify, I want to run an {% if %} statement to check if an image file exists with the same name as the page I am on.
On my page in th...
9
Solved
Here's a Github repository of mine: https://github.com/n1k0/casperjs
There's a gh-pages branch to hold the project documentation, which is basically the project website: https://github.com/n1k0/ca...
Vaduz asked 14/2, 2012 at 12:24
8
Jekyll uses Markdown-formatted links, but how can I link to internal content?
[[link]]
3
Solved
I'm using Jekyll to host a site on Github pages. The problem lies in referencing file paths within css files.
I'd like to do something like this:
body { {background: #FFF url('{{ site.baseurl}}/i...
4
Solved
I'm new to Jekyll and would like to pull in some of the Twitter Bootstrap functionality. Has anyone done this and, if so, do you have any advice? I would have gone with Jekyll-Bootstrap, but there ...
Enugu asked 26/2, 2015 at 2:25
4
Solved
Is there a way to comment out an include statement inside an HTML file using Jekyll?
For example I have this inside one of my HTML files that I'd like to temporarily comment out. Standard HTML com...
10
Solved
I'm attempting to install Jekyll. After running gem install jekyll I get this error:
ERROR: While executing gem ... (Errno::EACCES)
Permission denied - /usr/local/lib/ruby/gems/2.0.0/gems/jekyll-...
3
I keep getting build and deployment errors while trying to publish my gh pages, it works locally, does anyone could help me?
I'm using Jekyll al-folio for my webpage. and the error I'm getting whil...
Suzan asked 2/4, 2023 at 13:8
6
Solved
I downloaded the new material bootstrap css and wanted to use it in my jekyll blog. After setting up and running the jekyll serve -w to compile the site locally, the console returned this error
C...
Banderole asked 25/12, 2014 at 19:0
13
Solved
I am using github to host a static site and Jekyll to generate it.
I have a menu bar (as <ul>) and would like the <li> corresponding to the current page to be assigned a different clas...
Heptarchy asked 1/12, 2011 at 10:54
10
Solved
I am trying to add a new post to my Jekyll site, but I cannot see it on the generated pages when I run jekyll serve.
What are some common reasons for a Jekyll post to not be generated?
Fogbound asked 3/6, 2015 at 15:55
4
In my index.html page, I want to append '...' after the post.excerpt. The idealized way is to use code {{ post.excerpt |replace_last:'</p>', '……</p>' }},but the filter replace_last seem...
Interrex asked 19/10, 2015 at 9:47
4
Solved
Is it possible to {% include file.html %} without the tags inside it getting rendered?
I've tried {% include file.html | escape_once %} which gives an
error
running it through {% raw %} {% includ...
4
Solved
I have frontmatter that looks like this:
products:
- item: item name
price: 39.50
- item: item number two
price: 12.50
How can I output these variables in liquid with trailing zero's?
Note t...
3
Solved
I am trying to make a list of pages within a collection grouped by tags. I know this is easily possible with Jekyll's built-in site.tags feature, which I can (and have) achieve with something like:...
Crissycrist asked 30/4, 2016 at 19:1
2
Solved
I'm trying to host my Jekyll blog on Github pages. The blog is currently live here.
As you can see, the images are missing + when you click on the blogposts, it shows 404. How to fix this? Here's...
Plantagenet asked 2/3, 2015 at 22:50
3
Solved
I'm having an issue with pagination in Jekyll. It doesn't seem like the paginator liquid tag is doing anything at all. Whenever i replace my for loop on my main index.html page,
{% for post in sit...
Logarithm asked 11/10, 2013 at 1:28
18
Solved
I am trying to get Jekyll running but I have no experience with Ruby.
As far as I can tell the installation of Jekyll has succeeded.
However:
$ jekyll
Gives an error:
-bash: jekyll: command not...
4
I'm getting the following error in my console logs when running the bundle exec jekyll command.
[2020-01-29 15:34:01] ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:16
/User...
Discriminatory asked 29/1, 2020 at 21:24
© 2022 - 2024 — McMap. All rights reserved.