Jekyll icon
Jekyll icon

Jekyll

 114 likes

Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server.

Jekyll screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted
4.5 / 5 Avg rating (2)
114 likes
2comments

Features

Suggest and vote on features
  1.  Static Site Generator
  2.  Support for MarkDown
  3.  No Tracking
  4.  Syntax Highlighting
  5.  Content Management
  6.  Extensible by Plugins/Extensions
  7.  Command line interface
  8.  Publishing

Jekyll News & Activities

Highlights All activities

Recent News

Show more news

Recent activities

Show all activities

Jekyll information

AlternativeTo Categories

DevelopmentSocial & CommunicationsPhotos & GraphicsOS & UtilitiesOnline Services

GitHub repository

  •  49,531 Stars
  •  10,027 Forks
  •  198 Open Issues
  •   Updated Jan 29, 2025 
View on GitHub

Popular alternatives

View all

Top Jekyll apps (extensions / mods etc)

View all

Our users have written 2 comments and reviews about Jekyll, and it has gotten 114 likes

Jekyll was added to AlternativeTo by s_ktt on Apr 22, 2013 and this page was last updated May 13, 2024.

Comments and Reviews

   
 Post comment/review
Kagerjay
  
Top positive commentJun 21, 2017

You can use github pages to serve up static HTML, CSS, and JS

There's a number of static blog site generators like

  • Hexo (based on Node.js)
  • Hugo
  • Jekyll etc

Jekyll is the only one directly supported by github for regenerating content with ruby / gem packages, which is done server-side. Everything else (Hugo, Hexo) you have to install your own dependecies locally and serve up the HTML / CSS /JS into github pages yourself

So it makes for a very lightweight and potentially feature-rich blog page all run through github, and very easy to use without much work once everythings setup

Strongly suggest you use

Prose icon Prose prose.io for handling / editing content CMS style

and

GitHub Pages icon GitHub Pages for hosting static site / jekyll blog

[Edited by Kagerjay, June 21]

4
TBayAreaPat
CommentSep 15, 2024

Jekyll requires the following: Ruby version 2.5.0 or higher RubyGems GCC and Make

0

What is Jekyll?

Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right from GitHub.

Official Links