Tota is an elegantly simple static-site generator for all kinds of sites.
It’s targeted to help you create personal websites, side-projects, blogs, documentation, and more.
This is free and open source software.
Key Features
- Pages – the most basic type of resource, usually devoid of any dates, and suitable for home pages, landing pages, and other stand-alone site pages. Pages are written in Markdown (.md) format.
- Posts – blogging is a popular use-case for static-site generators, and Tota makes it easy to create one. Posts are written in Markdown (.md) format and are stored in a separate top-level posts directory. Tota will convert these files to HTML and save them in the public directory when your site is built.
- Front matter – block of YAML at the beginning of a page file, ahead of any Markdown content.
Templates – define the HTML structure of your website and allow you to change its presentation and style. Tota uses the Mustache templating language, which works by substituting variable placeholders for real data. - Assets – static files that Tota doesn’t need to process. This includes images, CSS and JavaScript files.
- Deploy – creates static files that you can host anywhere, but provides a seamless, single-command deployment strategy to some preferred hosting providers.
Website: tota.dev
Support: GitHub Code Repository
Developer: izolate
License: MIT License
Tota is written in Dart. Learn Dart with our recommended free books and free tutorials.
Related Software
| Dart Static Site Generators | |
|---|---|
| DSG | Simple static site generator that builds on SiteGen |
| SiteGen | Static site generator with a webserver and extra assets-folder and partials-support |
| Reify | Microframework designed for building static sites |
| Tota | Elegant simple static-site generator for all kinds of sites |
| Silssig | Targeted at GitHub/GitLab pages and similar services |
| Blake | Opinionated static site generator |
| tavern | Static site generator for blogs with Dart support |
| Bluff | Static website generator that seeks inspiration from Flutter widgets |
| Picosite | Converts Markdown files with YAML front matter into static HTML |
| DocuDart | Static documentation generator |
| trellis_site | Combines Markdown content with Trellis templates |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.