Jamming on the Jamstack with Matt Biilmann and Mike Neumegen — Watch live!

Landspout

Home page
https://github.com/gmr/landspout
Repository
gmr/landspout
Language:
Python
License:
BSD-3-Clause
Templates:
Tornado

Landspout is a static website generation tool, using Tornado Templates. Create your template structure, and your content, and point landspout at it.

Landspout has three operational modes:

  • Build: generate the static site
  • Watch: when working on the site, run a blocking process that watches for changes of content or templates and generates the static site
  • Serve: when working on the site, run a HTTP server that also watches for changes of content or templates and generates the static site

Installation

pip3 install landspout

Find more static site generators.