Questions tagged [jekyll-extensions]

plugins for the Jekyll CMS

Jekyll has a plugin system with hooks that allow you to create custom generated content specific to your site. You can run custom code for your site without having to modify the Jekyll source itself.

Related links

Similar tags:

232 questions
5
votes
1 answer

Profile Jekyll build time

I use Jekyll to build my site, and it is starting to take a rather long time (a few minutes) to compile the site (of a bit more than 600 posts). I suspect that some plugins might be responsible, but it seems there must be a better way to profile the…
cboettig
  • 12,377
  • 13
  • 70
  • 113
5
votes
2 answers

yaml front matter in a haml file

I am attempting to use the haml-jekyll-extension only I do not understand how to include yaml front matter? I have the following: --- user: hello --- !!! %html %title RudyIndustries %body %h1 Hello World! {{ page.user }} but it ends up…
rudolph9
  • 8,021
  • 9
  • 50
  • 80
4
votes
2 answers

Jekyll Serve not working

I have downloaded zip of this github repo - https://github.com/mmistakes/minimal-mistakes I have installed bundler and I did bundle install , it worked perfectly. Now when I try to run jekyll serve -w, WARN: Unresolved specs during…
Riken Shah
  • 3,022
  • 5
  • 29
  • 56
4
votes
0 answers

How to wrap a anchor tag around image tag using Jekyll?

I'm using WebLinkValidator to validate broken links and images in my website. But I'm using lazy loading for my images. All image source path saved in data-source attribute in the HTML tag as follows. But weblink validator doesn't validate my…
Arasu RRK
  • 1,078
  • 16
  • 28
4
votes
0 answers

Comments that support MathJax for GitHub Pages?

I'm looking for a comments module like Disqus (sadly, this one doesn't support MathJax) that support MathJax in GitHub pages. Any recommendation?
Natali Torres
  • 303
  • 1
  • 4
  • 13
4
votes
2 answers

Jekyll alias to static file

I have a Jekyll blog at example.com and want the path example.com/doc to point to a static file (a pdf, in particular). Jekyll alias generators seem to work only for individual posts, not static files. What's the trick?
JWS
  • 335
  • 3
  • 13
4
votes
2 answers

Custom Liquid tag with two parameters

How can I write/invoke a custom Liquid Tag with two parameters? Context: Jekyll 2.1.1 I have some pages that are presented as a tab set. My page front matter is allowed to define extra tabs for some pages, like this: --- blah: blah extra-tabs: - A…
jackr
  • 1,407
  • 1
  • 14
  • 29
4
votes
1 answer

Bundled So-Simple Jekyll theme not running in localhost with jekyll serve?

I am making a website for my girlfriend on her birthday as i cant be with her on that day. I am using So-Simple Jekyll theme for the site but its not working somehow and not opening in local host. Its throwing the following error. $ jekyll serve…
goodmayhem
  • 3,364
  • 4
  • 16
  • 17
4
votes
1 answer

Simplest way to get (jekyll-scholar) plugins on gh-pages

GitHub pages does not support plugins, but plugins are clearly very useful (e.g. jekyll-scholar). Nitrous.io supports adding plugins to your GH pages site, but this seems a little involved. Is there any simply way to get plugins working on my…
RobinLovelace
  • 4,799
  • 6
  • 29
  • 40
4
votes
3 answers

Including external files in a Jekyll template

Is it possible to include a html file from another domain inside a Jekyll template? And if so what would the syntax be? I'm not a Ruby or Jekyll developer, more or less asking on behalf of another so please forgive me if the answer is obvious! At…
Chris
  • 2,478
  • 3
  • 23
  • 38
3
votes
1 answer

Jekyll execute bash script every time after regenerate with --watch option

I'm using jekyll build --watch to automatically regenerate _site folder when I make changes. I also have a script that resolve CDN url in the _site directory. But I have to run that script manually every time Jekyll regenerate the content. How can I…
Min Htet Oo
  • 526
  • 1
  • 6
  • 21
3
votes
2 answers

Is that real show count view pages with use Jekyll?

Interesting question for me. can I set a counter on each page and then on the Blog page to see how many times I've looked through the pages?
Webear
  • 63
  • 6
3
votes
3 answers

Running KaTeX on Jekyll?

Are a couple of days that I'm trying to use KaTeX instead of MathJax on my static Jekyll website. I tried a lot of suggestion found on internet without success. The last one is the jekyll-katex plugin. I followed all the steps in the readme. This is…
gvgramazio
  • 1,115
  • 3
  • 13
  • 30
3
votes
1 answer

Jekyll site stopped working, but nothing changed

My jekyll sight had been running fine for a while until I add a blog post, which works perfectly locally, but then I get an error via email from GitHub saying SCSS file Desktop/my-blog/css/style.scss has an error on line 1: File to import not…
3
votes
3 answers

With Jekyll 3, can I transform a post's Markdown before actual Markdown parsing?

I would like to use the Jekyll Responsive Image plugin to generate appropriate responsive images with srcset/sizes attributes for my posts' images. But I would also like to be able to edit my posts in a software providing a live preview like…
1 2
3
15 16