A plugins all the way down static site generator written in python. Plugins all the way down means that you can completely change the behavior of how it works by swapping plugins, installing new ones, or creating your own all in python.
Markata is a static site generator that simplifies the process of creating a website by providing standard web features such as RSS feeds, sitemaps, and SEO tags out of the box. It allows users to build their site using Markdown and offers the flexibility to add custom features through plugins. Markata is a personal project of the developer, aimed at learning library development, plugin-driven design, disk cache, and more. It is the core component of the developer's own website.
Markata is a static site generator that simplifies the website creation process by providing standard web features out of the box and allowing users to write content in Markdown. With its plugin-driven design, users can customize and enhance their website by developing and installing their own plugins. While Markata is still under development, it offers a promising solution for quickly creating static websites with ease.