gojekyll VS arp242.net

Compare gojekyll vs arp242.net and see what are their differences.

gojekyll

A fast Go implementation of the Jekyll blogging engine (by osteele)

arp242.net

This is my site. There are many like it, but this one is mine. (by arp242)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gojekyll arp242.net
3 2
330 34
- -
6.4 5.8
about 1 month ago 19 days ago
Go HTML
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gojekyll

Posts with mentions or reviews of gojekyll. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-26.
  • Gojekyll – 20x faster Go port of jekyll
    17 projects | news.ycombinator.com | 26 Aug 2023
    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...

arp242.net

Posts with mentions or reviews of arp242.net. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-26.
  • Gojekyll – 20x faster Go port of jekyll
    17 projects | news.ycombinator.com | 26 Aug 2023
    Or some variant of that, in your preferred language. There's loads of things you can do wrong in Jekyll even without any plugins, and this applies to most static site generators.

    Anyway, I have a list of plugins at [1]; some are as simple as "don't use leading 0 for dates but a space" so it looks nicer but still aligns well, and others are a bit more crazy such as "use Vim's :TOhtml for syntax highlighting because I think Rouge looks horrible".

    Stuff like "show all posts with the same tag as the current post" could be done in pure Liquid template too, but this is usually a lot more awkward and a lot slower, and convenience tags like {% warning %}Watch out!{% endwarning %} are completely unnecessary as such, but it's just convenient and nice.

    [1]: https://github.com/arp242/arp242.net/tree/master/_plugins

What are some alternatives?

When comparing gojekyll and arp242.net you can also consider the following projects:

MadelineProtoDocs - Async PHP client/server API for the telegram MTProto protocol

just-the-docs - A modern, high customizable, responsive Jekyll theme for documentation with built-in search.

darkness - The noblest static site generator 🥬

gostatic - Fast static site generator

Jekyll - :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

Hugo - The world’s fastest framework for building websites.

gutenberg - A fast static site generator in a single binary with everything built-in. https://www.getzola.org

yaegi - Yaegi is Another Elegant Go Interpreter