SaaSHub helps you find the best software and product alternatives Learn more →
Top 13 Ruby jekyll-plugin Projects
-
pages-gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
1. GitHub Pages - Ideal for developers already on GitHub
-
jekyll-seo-tag
A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
Project mention: How to show my Github pages website on Google search? | reddit.com/r/github | 2023-02-05use SEO tags.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
jekyll-sitemap
Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site
Project mention: Generate an XML Sitemap for a Static Website in GitHub Actions | dev.to | 2022-11-23I use GitHub Pages for my personal website, as well as for several project sites. Although some static site generators include support for sitemap generation (e.g., Jekyll has a plugin for sitemaps), my personal website is generated by a custom static site generator that I built for a few specialized reasons, and most of my project sites for Java libraries consist of a single hand-written HTML page combined with javadoc-generated documentation. So a while back I implemented a GitHub Action, generate-sitemap, that can generate an XML sitemap by crawling a GitHub repository containing the HTML of the site. It uses the last commit date of each file to produce the tags. By default, it includes URLs for HTML and PDF files in the sitemap, and skips other file extensions in the repository. But it can be configured to include URLs corresponding to whatever file extensions you want included. It checks the head of HTML pages for noindex meta tags, and excludes such files from the sitemap, and it likewise excludes files from the sitemap if they match a Disallow rule in your robots.txt. The generate-sitemap can be configured in a few other ways as well (see the documentation in the GitHub repository for all details). The generate-sitemap action is implemented in Python as a container action.
-
It looks like this [1] plugin [2] is supported in jekyll / GitHub pages [3].
So, it seems like adding RSS / Atom feeds on a jekyll or GitHub pages site is pretty straightforward.
1. https://github.com/jekyll/jekyll-feed
2. https://docs.github.com/en/pages/setting-up-a-github-pages-s...
-
jekyll-paginate-v2
Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺
Project mention: Genics Log #2: Sponsorship from Vercel, Theme updates, Organic Growth and more | dev.to | 2022-06-18This lead me to spend time messing with jekyll-paginate-v2 and understanding how its pagination works. With some days of effort, I came up with jekyll-auto-authors which completely simplifies the process of paginating author pages!
-
-
github-metadata
Jekyll plugin to propagate the `site.github` namespace and set default values for use with GitHub Pages.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Minify your CSS, JS, and HTML where possible. Again, your chosen build tools will help you here — Sass allows style: compressed, for example, and something like jekyll-minifier could be a solid turnkey option for Jekyll users to minify HTML, XML, CSS, JSON, and JavaScript.
-
Project mention: Help please, i keep getting Deprecation warnings when I make sites | reddit.com/r/Jekyll | 2022-12-25
-
jekyll-glossary_tooltip
Jekyll plugin providing a glossary liquid tag that will show a tooltip of a term definition.
-
jekyll-auto-authors
Plugin that simplifies adding multiple authors support to Jekyll powered blogs. Solves the 12 year old problem with managing multiple authors in jekyll blogs and publications.
Project mention: Genics Log #2: Sponsorship from Vercel, Theme updates, Organic Growth and more | dev.to | 2022-06-18This lead me to spend time messing with jekyll-paginate-v2 and understanding how its pagination works. With some days of effort, I came up with jekyll-auto-authors which completely simplifies the process of paginating author pages!
-
-
Ruby jekyll-plugin related posts
- HarperDB Helm chart on Artifact Hub
- How to host a website? (HTML,CSS & JS)
- Ask HN: Managing a Simple Website, Advice
- vimregex.com is down
- GitHub Pages
- Creating github pages is easy!
- Advice requested
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea5933d718>
www.saashub.com | 9 Feb 2023
Index
What are some of the best open-source jekyll-plugin projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | pages-gem | 1,751 |
2 | jekyll-seo-tag | 1,481 |
3 | jekyll-sitemap | 886 |
4 | jekyll-feed | 744 |
5 | jekyll-paginate-v2 | 475 |
6 | jekyll-gist | 243 |
7 | github-metadata | 238 |
8 | jekyll-minifier | 236 |
9 | jekyll-sass-converter | 166 |
10 | jekyll-glossary_tooltip | 15 |
11 | jekyll-auto-authors | 11 |
12 | jekyll-twitch | 6 |
13 | cloudcannon-jekyll | 3 |