gerbil
A dynamic website generator
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install gerbil
choosenim install gerbil
git clone https://github.com/jasonprogrammer/gerbil
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| gerbil | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/jasonprogrammer/gerbil |
|---|---|
| Homepage | https://getgerbil.com |
| Registry Source | nimble_official |
README
Gerbil 🐹
Gerbil is a "dynamic website generator", written in Nim. It is meant to provide many of the conveniences of static website generators (ease of content creation, deploying, and maintenance), but to also provide a customizable backend for dynamic features such as hosting user comments. It is flat-file based (no database used) by design.
The Gerbil binary can be used to scaffold and serve a site without writing Nim code, or the Gerbil library can be imported to create a customized backend.
Note: This is a new project and is still heavily in development.
Demo and Documentation
The documentation is here, and is composed and hosted as a Gerbil site (to demo how Gerbil works). The source of the site is in this repository.
License
MIT License