

Jekyll
128 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.
Cost / License
- Free
- Open Source (MIT)
Application typeApplication types
Platforms
- Mac
- Windows
- Linux
- Self-Hosted
Features
Jekyll News & Activities
Highlights All activities
Recent News
- POX published news article about Jekyll
Static site generator Jekyll releases version 4.4.0 with notable changes and enhancementsJekyll, the static site generator maintained by GitHub, has released version 4.4.0, bringing some n...
Recent activities
xenmaster added Jekyll as alternative to Blazor Static and Static Shock- mqdlou liked Jekyll
anshuls added Jekyll as alternative to TailStatic- thesupportdiva added Jekyll as alternative to GiftGiving.fun
- BadAzzKunt26 liked Jekyll
Jekyll information
Featured in Lists
Master List of all Apps and Software I use for both work and personal life.
List by Jimmy Briggs with 416 apps, updated
For quite some years now, Content Management Systems (CMS) have been on the rise and are growing at a fast pace....
List by Paul with 10 apps, updated
My favorite web development tools - Web languages - Nocode - Marketing - Code Editors - HTML/CSS Frameworks - CSS...
List by RemovedUser with 46 apps, updated










Comments and Reviews
You can use github pages to serve up static HTML, CSS, and JS
There's a number of static blog site generators like
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
and
[Edited by Kagerjay, June 21]
Jekyll requires the following: Ruby version 2.5.0 or higher RubyGems GCC and Make