jekyll-admin VS pongo2

Compare jekyll-admin vs pongo2 and see what are their differences.

jekyll-admin

A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites. (by jekyll)

pongo2

Django-syntax like template-engine for Go (by flosch)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
jekyll-admin pongo2
2 12
2,810 2,785
0.7% -
0.0 1.0
about 2 months ago 2 months ago
JavaScript Go
MIT License 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.

jekyll-admin

Posts with mentions or reviews of jekyll-admin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-30.
  • State of the Web: Static Site Generators
    21 projects | news.ycombinator.com | 30 Jan 2022
  • Publii – CMS with SSG
    2 projects | news.ycombinator.com | 7 Mar 2021
    Netlify CMS is nice, and despite the name it works completely independenly of using Netlify as the host: https://www.netlifycms.org/docs/intro/ I won't lie though it is very akward to setup and use if you aren't using Netlify--documentation is extremely thin, and it's a beta phase feature to selfhost. But it is a really nice and simple editor view that non-technical people could use. This is where the (very thin) documentation for it starts: https://www.netlifycms.org/docs/beta-features/#working-with-...

    Another good one is Jekyll Admin: https://github.com/jekyll/jekyll-admin It's not as nice as wordpress but gets the job done for a basic markdown focused site. Selfhosting it is a lot easier and more documented than Netlify CMS.

pongo2

Posts with mentions or reviews of pongo2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-04.
  • 6 🔥 Awesome Golang packages (web devs)
    6 projects | dev.to | 4 Dec 2023
  • pongo2 VS Salix - a user suggested alternative
    2 projects | 31 Oct 2023
  • Salix alternatives - pongo2 and Plush
    3 projects | 31 Oct 2023
  • What is the current ideal choice for server-side rendered web frameworks?
    13 projects | /r/golang | 8 Jun 2023
    I've used https://github.com/flosch/pongo2 since it feels more dev friendly (like almost every other framework I've used). Check out https://github.com/avelino/awesome-go#template-engines for some others.
  • FastAPI Replacement - especially with openapi
    9 projects | /r/golang | 19 Jan 2023
    Doesn’t it bother your that your templates aren’t really valid HTML? Because of the way html/template works, one isn’t really able to implement template inheritance properly. So you end up with opening and closing tags scattered around multiple files? You might want to look at Pongo2, which implements most of Django’s templating syntax (incl. inheritance) and is pretty stable: https://github.com/flosch/pongo2
  • Does Go have an equivalent to Python's Flask and Django?
    13 projects | /r/golang | 8 Dec 2022
    At least template-wise, I've developed pongo2 mimicking Django's template engine which I use myself for various projects. For the rest I usually stick with the standard library (net/http), golang-jwt, the Gorilla toolkit (note that it's been archived recently) and some software architecture patterns for middlewares, database abstraction, etc.
  • Go template libraries: A performance comparison
    2 projects | dev.to | 8 Sep 2022
    pongo2 is a community-built template engine with syntax inspired by Django-syntax. It is built by the community for Go. It is very popular today, with more than 2K stars on GitHub.
  • Build a CMS with golang?
    5 projects | /r/golang | 7 May 2022
    Django uses Jinja templating engine. Something similar is available at https://github.com/flosch/pongo2 Now you just have to pick which router you want and which ORM or not-ORM.
  • State of the Web: Static Site Generators
    21 projects | news.ycombinator.com | 30 Jan 2022
    Yes, Go templating is quite hard. There was a feature request[1] to implement the Django/Jinja2-like Pongo2 template engine[2], but got rejected because it would have been a too big change.

    [1]: https://github.com/gohugoio/hugo/issues/1359

    [2]: https://github.com/flosch/pongo2

  • Writing a Jinja-inspired template library in Python
    3 projects | news.ycombinator.com | 28 May 2021
    Yes, there is pongo2 [0] and my runner (basically a small Go software that runs the template engine) pongo2-runner [1].

    I'm not the author of the library (pongo2), but I'm using pongo2-runner to dynamically create config files out of environment variables, with custom logic. Super recommended.

    [0]: https://github.com/flosch/pongo2

    [1]: https://github.com/swisscom/pongo2-runner

What are some alternatives?

When comparing jekyll-admin and pongo2 you can also consider the following projects:

Publii - The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.

quicktemplate - Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template

Strapi - 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

Jet Template Engine for GO - Jet template engine

decap-cms - A Git-based CMS for Static Site Generators

sprig - Useful template functions for Go templates.

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

liquid - A Liquid template engine in Go

Next.js - The React Framework

mustache - The mustache template language in Go

Ghost - Independent technology for modern publishing, memberships, subscriptions and newsletters.

fasttemplate - Simple and fast template engine for Go