Let’s talk about the Future of Jamstack — Join us

Cactus

3455 stars
314 forks
86 issues
Home page
https://github.com/koenbok/Cactus/
Repository
eudicots/Cactus
Language:
Python
License:
BSD-3-Clause
Templates:
Django

Cactus is a simple but powerful static website generator using Python and the Django template system. Cactus also makes it easy to develop locally and deploy your site to S3 directly. It works great for company, portfolio, personal, support websites and blogs.

To get a quick overview watch this short video tutorial.

Cactus is based on the idea that most dynamicness on websites these days can be done using Javascript while the actual site can stay static. Static websites are easy to host and typically very fast.

I developed Cactus because I wanted a standard, easy system that designers at Sofa could use to build and deploy fast websites. So typical users would be designers that are tech-savvy, want to use templates, but don't like to mess with setting up django or S3.

Since then it has evolved quite a bit with a plugin system that supports blogging, spriting, versioning and is extensible.

You can find more discussion about static site generators in this Hacker News discussion.

Deploy to Netlify

Find more static site generators.