Gojekyll Alternatives
Similar projects and alternatives to gojekyll
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
eleventy πβ‘οΈ
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
-
gutenberg
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
-
-
-
just-the-docs
A modern, high customizable, responsive Jekyll theme for documentation with built-in search.
-
-
-
-
-
-
-
-
-
-
gojekyll discussion
gojekyll reviews and mentions
-
Writing HTML by hand is easier than debugging your static site generator
I think I was never able to keep Jekyll working for more than six months before it broke down beyond repair.
Today there's also gojekyll (which is a single binary).
https://github.com/osteele/gojekyll
-
Gojekyll β 20x faster Go port of jekyll
No, plugins are not supported in any meaningful way. With Jekyll I can write "_plugins/foo.rb" and put any code in there, and even monkey-patch core Jekyll code.[1] I can't do this with GoJekyll, because Go doesn't really provide a good mechanism for this.
What it does have is a bunch of optional features that are typically provided by plugins in Jekyll[2], but this is a very different meaning of "plugins" that Jekyll has.
[1]: Whether you should be doing this is a different issue, but I would argue that for a static website builder it's fine, especially since you can just lock the Jekyll version with little downsides, and it doesn't change that often in the first place.
[2]: A list of them: https://github.com/osteele/gojekyll/blob/main/docs/plugins.m...
Stats
osteele/gojekyll is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of gojekyll is Go.