OSS Tanbou

Jekyll — generate blog-aware static sites from Markdown and Liquid

OSS health 65
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
51,659
Primary language
Ruby
License
MIT
Repository last updated
Aug 3, 2026

Overview

Jekyll is a Ruby tool that reads Markdown content and Liquid templates and produces a complete static website ready to serve. Front matter, permalinks, and plugins support blogs and documentation sites, and Jekyll is also the engine behind GitHub Pages.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Turn file-based content into finished HTML

The official README presents Jekyll as a blog-aware static-site generator resembling a file-based CMS without a complex administration layer. It renders Markdown and Liquid templates into a site that Apache, Nginx, or another web server can serve. Official entry points also cover front matter, variables, permalinks, Liquid extensions, and plugins.

Sources: [1]

For blogs and project sites managed through files and Git

It fits personal, project, and organization sites that prefer file-based content and Git review over a database and application runtime in production. Small sites published directly from a GitHub repository through Pages are a particularly established use case.

Sources: [1]

Align Ruby, plugins, and the hosting platform's supported versions

Features available in Jekyll itself may differ from the versions and plugins allowed by a hosting platform such as GitHub Pages. Pin the release's Ruby requirements, theme, plugins, build command, and deployment restrictions, then compare generated output during upgrades. Jekyll uses the MIT License.

Sources: [1][2]

Official sources

  1. [1]Jekyll README(2026-09-13)
  2. [2]Jekyll MIT license(2026-09-13)
Supplemental curator note

Selected for turning a literary name into software-specific intent through GitHub Pages integration and the vocabulary of Liquid and static-site generation.

Growth

Growth trends · Last 30 days

51,659 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
0
Open PRs
126

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • ruby
  • jekyll
  • static-site-generator
  • blog-engine
  • markdown
  • liquid
Stars
51,659
Forks
10,297
Watchers
1,402
Open issues
132
Primary language
Ruby
License
MIT
Repository last updated
Aug 3, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

Jekyll Markdown and Liquid static sites | OSS Tanbou