What is Teeny?
Teeny is a lightweight static site generator that provides a straightforward and efficient way to build websites. Its minimalist approach focuses on the essential elements of website creation, allowing users to quickly generate content-driven pages using HTML templates and Markdown files
Highlights
- Templates: Teeny utilizes plain HTML templates, which can include a designated element (with the ID "page-content") where the generated HTML from Markdown content will be inserted
- Markdown Support: Teeny treats Markdown as a first-class citizen, enabling users to define website pages using Markdown files. These pages can be used as-is or combined with HTML templates
- Template Selection: Users can specify which template a page should use by including an HTML comment on the first line of the Markdown file, such as "!-- template: blog --". If no template is specified, Teeny will use a default.html template
- Simplicity: Teeny is designed to be a minimalist tool, focusing on the core functionality of static site generation without extensive customization or conditional handling features.
Platforms
- Self-Hosted
Languages
- English
Features
Static Site Generator
Support for MarkDown