Stapy works with Python on any operating system without additional packages.
Download the last release archive, extract it and launch the server to start editing the website.
<!-- Display var -->
{{ title }}
<!-- Include block -->
{% block.header %}
<!-- Include block with arguments -->
{% block.author firstname:"John" lastname:"Doe" %}
<!-- Include block with specific page data -->
{% block.article + blog/my-first-post.html %}
<!-- Loop on block with JSON query -->
{% block.article ~ tags:post date:desc 1:10 %}
<!-- Plugin rendering -->
{: date.current_date format:"%m/%d/%Y %H:%M" :}
Find more static site generators.