Go blog-engine

Open-source Go projects categorized as blog-engine

Top 7 Go blog-engine Projects

  • Hugo

    The world’s fastest framework for building websites.

  • Project mention: Creating excerpts in Astro | dev.to | 2024-03-14

    This blog is running on Hugo. It had previously been running on Jekyll. Both these SSGs ship with the ability to create excerpts from your markdown content in 1 line or thereabouts.

  • ink

    An elegant static blog generator (by InkProject)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gostatic

    Fast static site generator

  • Project mention: Gojekyll – 20x faster Go port of jekyll | news.ycombinator.com | 2023-08-26

    another good one thats even smaller:

    https://github.com/piranha/gostatic

  • gojekyll

    A fast Go implementation of the Jekyll blogging engine

  • Project mention: Gojekyll – 20x faster Go port of jekyll | news.ycombinator.com | 2023-08-26

    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...

  • smallblog

    Flat file markdown blogging system with filesystem watch and extended markdown support

  • gozer

    Fast, opinionated and simple static site generator in a single static binary.

  • Project mention: Ask HN: Looking for lightweight personal blogging platform | news.ycombinator.com | 2024-02-06

    Sounds like any static site generator supporting Markdown will do.

    - Jekyll: the OG, but requires a ruby toolchain.

    - Hugo: compiles to a single static binary, but you may have to get used to its (Go text/html) templating.

    - Zola: also compiles to a single static binary, but uses Jinja-like templating.

    - Gozer [^1]: my own, like Hugo, but 1000x simpler. I rolled my own because I wanted something that didn't move under me in the next 10 years and just because it was fun and easy enough to build.

    [1]: https://github.com/dannyvankooten/gozer

  • sitegen

    Sitegen is a simple but flexible static site generator. (by altlimit)

  • 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.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go blog-engine related posts

Index

What are some of the best open-source blog-engine projects in Go? This list will help you:

Project Stars
1 Hugo 72,452
2 ink 1,056
3 gostatic 442
4 gojekyll 329
5 smallblog 35
6 gozer 25
7 sitegen 4

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com