A simple static site generator written in Python. Converts your Markdown content into a static website using a customizable HTML template.
- Converts Markdown files in the
content/directory to HTML pages - Uses a customizable
template.htmlas the layout - Simple build process with a shell script
- Python 3.x
- Place your Markdown (
.md) files in thecontent/directory. - Edit the
template.htmlfile in the root directory to customize your site layout. - Build the site:
The generated HTML files will be output to the appropriate directory.
./build.sh
MIT License
Made with Python for simple static site generation.