
A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.
Verless is a Static Site Generator designed for creating websites using Markdown-based content. It aims to provide simplicity and high performance, allowing users to quickly generate static sites by reading Markdown files, applying HTML templates, and rendering them as a website. Verless emphasizes flexibility in theming and rapid development, while keeping the build times short.
/usr/local/bin.C:\Program Files\verless.Assuming the project directory is named "my-blog," the following command builds the website:
docker run -v $(pwd)/my-blog:/project verless/verless:latest build
The resulting website can be found in the my-blog/target directory. Additional commands can be appended to the image name.
Verless is a Static Site Generator designed for simplicity and performance. It allows users to quickly generate static websites by using Markdown-based content and customizing HTML templates. With its focus on flexibility, rapid development, high performance, and simplicity, Verless is a powerful tool for creating static sites efficiently.

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.