A static site generator in Python
Hastie is a static site generator that takes markdown text files and generates an HTML site by applying a template. It simplifies the process of creating and maintaining a static website.
Hastie is a static site generator that simplifies the process of creating and maintaining a static website. With its ability to process markdown text files and apply templates, it allows users to easily generate an HTML site. The organized directory structure and simple deployment make it a convenient tool for website development. Hastie was originally written in Go but has been rewritten in Python for easier maintenance. It is licensed under the MIT License, ensuring users can use and modify the software as per their requirements.