A collection of example sites and templates built with Tola - a static site generator powered by Typst.
Note: CSS tooling support is still evolving. The current architecture is under consideration, and these examples are currently limited to Tailwind CSS only.
Visit the live examples at: https://tola-rs.github.io/example-sites/
| Template | Description | Demo |
|---|---|---|
| starter | A minimal blog template with Tailwind CSS | live |
-
Clone this repository:
git clone https://github.com/tola-rs/example-sites.git cd example-sites -
Navigate to a template:
cd starter -
Install dependencies(
tolaandtailwindcss-cli) and start development:# Install Tola cargo install tola # Start dev server tola serve
Contributions are welcome! Feel free to:
- Submit new templates
- Report issues
- Improve documentation
This project(and all examples sites) is licensed under the MIT License - see the LICENSE file for details.