hunim
Awesome static site generator for humans
Summary
| Latest Version | 0.5.0 |
|---|---|
| License | Unlicense |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-05 07:27 |
Tags
Authors
- WyattBlue
Installation
nimble install hunim
choosenim install hunim
git clone https://github.com/basswood-io/hunim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| hunim | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 2.2.0 | No |
| parsetoml | - | No |
Source
| Repository | https://github.com/basswood-io/hunim |
|---|---|
| Homepage | https://hunim.org |
| Registry Source | nimble_official |
README
Awesome static site generator by basswood-io in Nim.
Overview
Hunim is a static site generator written in the Nim programming language. Small, fast, and unopinionated, it's ready to meet your needs.
Choose How to Install
nimble install hunim
If you want to contribute, fork this repo, clone it, then run:
nimble make
to build the binary.
Usage
Start a new site:
hunim newsite mysite
cd mysite
Start the development server:
hunim server
Ctrl^C to stop.
When you are ready to deploy your site, run:
hunim
This publishing the files to the public directory.