-
Updated
Aug 10, 2021 - JavaScript
#
jekyll-plugin
Here are 281 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
Aug 9, 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
Jun 18, 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
Aug 15, 2021 - Ruby
-
Updated
Jul 28, 2021 - Ruby
-
Updated
Jun 3, 2021 - Ruby
A Jekyll plugin that generates photo galleries from directories full of images.
-
Updated
Jun 11, 2020 - Ruby
Build Accelerated Mobile Page versions of your Jekyll posts
-
Updated
Nov 8, 2019 - Ruby
polyfill
music
emoji
html
jekyll
markdown
jekyll-plugin
hook
tex
awesome
image
latex
video
math
diagram
sound
plantuml
mathjax
katex
mermaid
-
Updated
Jul 27, 2021 - 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
Aug 4, 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, Streamable, Mixer, Google Drive clips + more)
jekyll
jekyll-plugin
vimeo
twitch
youtube-video
jekyll-blog
embed-videos
streamable
mixer
responsive-videos
jekyll-webpages
google-drive-videos
-
Updated
Nov 23, 2019 - 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
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 that copies static files from the _posts to the _site folder
-
Updated
Mar 22, 2021 - Ruby
-
Updated
Dec 24, 2020 - Ruby
A Jekyll plugin to cache the rendering of Liquid includes
-
Updated
Apr 30, 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