Jekyll
- Free • Open Source
- Mac
- Windows
- Linux
- Self-Hosted
...
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.
Show full description ▾
Features Vote on or suggest new features
Comments and Reviews Post a comment / reviewSort: relevance • date
Categories
Social & Communications • Development • Photos & GraphicsTags
- groovy
- blog-publishing
- blogging-engine
- textile
- Blogging Platforms
- static-website
Lists containing Jekyll
Jekyll
Summary and Relevance
Our users have written 1 comments and reviews about Jekyll, and it has gotten 91 likes
- Developed by Tom Preston-Werner, Nick Quaranto
- Open Source and Free product.
- 95 alternatives listed
Popular alternatives
View allTop Jekyll apps, plugins, extensions and add-ons
View allJekyll was added to AlternativeTo by s_ktt on Apr 22, 2013 and this page was last updated Nov 18, 2020.
You can use github pages to serve up static HTML, CSS, and JS
There's a number of static blog site generators like
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 prose.io for handling / editing content CMS style
and
GitHub Pages for hosting static site / jekyll blog
[Edited by Kagerjay, June 21]