-
Updated
Sep 21, 2021 - JavaScript
#
jekyll-plugin
Here are 285 public repositories matching this topic...
A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
-
Updated
Oct 13, 2021 - Ruby
A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
-
Updated
Oct 8, 2021 - Ruby
jekyll extensions for the blogging scholar
-
Updated
Mar 29, 2021 - Gherkin
Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site
-
Updated
Jun 30, 2021 - Ruby
-
Updated
Sep 17, 2021 - Ruby
-
Updated
Sep 27, 2021 - Ruby
-
Updated
Oct 10, 2021 - Ruby
A Jekyll plugin that generates photo galleries from directories full of images.
-
Updated
Jun 11, 2020 - Ruby
polyfill
music
emoji
html
jekyll
markdown
jekyll-plugin
hook
tex
awesome
image
latex
video
math
diagram
sound
plantuml
mathjax
katex
mermaid
-
Updated
Oct 12, 2021 - Ruby
Build Accelerated Mobile Page versions of your Jekyll posts
-
Updated
Nov 8, 2019 - Ruby
-
Updated
May 16, 2020 - Ruby
Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor
-
Updated
May 5, 2021 - Ruby
philippart-s
commented
Jun 19, 2020
Describe the bug
When I'm behind a corporate proxy the remote theme downloading is on error.
Steps to reproduce the behavior
- Set http_proxy and https_proxy
- Launch bundle exec jekyll serve behind a corporate proxy
- See error
Expected behavior
If a set a corporate proxy the remote theme is downloaded.
Screenshots
N/A
Additional context
The log
Jekyll plugin to propagate the `site.github` namespace and set default values for use with GitHub Pages.
-
Updated
Oct 5, 2021 - Ruby
Plugin to easily add webanalytics to your jekyll site. Currently Google Analytics, Piwik and mPulse are supported.
-
Updated
Jul 9, 2021 - Ruby
Embed videos in Jekyll webpages without a plugin (Youtube, Vimeo, Twitch, Facebook, Streamable, Google Drive clips + more)
jekyll
jekyll-plugin
youtube
vimeo
twitch
facebook
youtube-video
facebook-api
dailymotion
jekyll-blog
embed-videos
streamable
responsive-videos
vidio
jekyll-webpages
google-drive-videos
detik
steamable
-
Updated
Sep 22, 2021 - HTML
-
Updated
Feb 2, 2021 - Ruby
-
Updated
Apr 19, 2020 - Ruby
A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.
-
Updated
Aug 31, 2020 - CSS
A Jekyll plugin that copies static files from the _posts to the _site folder
-
Updated
Mar 22, 2021 - Ruby
brycelelbach
commented
Sep 18, 2020
Describe the bug
If I have one page, a.md
that has some relative links in it:
[X](./some/path/to/x.md)
And I use include_relative
to include the content of b.md
in another page:
{% include_relative a.md %}
In the generated a.html
, the links will correctly point to x.html
. But on b.html
, the links will point to b.md
.
14
23
A Jekyll plugin to cache the rendering of Liquid includes
-
Updated
Sep 16, 2021 - Ruby
-
Updated
Aug 26, 2021 - Ruby
Improve this page
Add a description, image, and links to the jekyll-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jekyll-plugin topic, visit your repo's landing page and select "manage topics."
Hello! This project is great. Thank you for working on it and maintaining it!
I did run across a potential issue while using Autopages. The documentation says to omit any sections you don't want to enable auto-generation for, but it seems that if you enable it for one, you must explicitly disable it for the other available sections. Apologies if this is intended behavior and I've misread the do