| Crates.io | adduce |
| lib.rs | adduce |
| version | 0.1.6 |
| created_at | 2024-06-30 12:41:55.959831+00 |
| updated_at | 2024-06-30 12:41:55.959831+00 |
| description | A blazingly fast static site generator. |
| homepage | https://adduce.vale.rocks |
| repository | https://github.com/DeclanChidlow/Adduce |
| max_upload_size | |
| id | 1287965 |
| size | 78,060 |
Adduce is split into two distinct parts. Standard, and Feed.
Adduce Standard is used to generate individual pages. It's designed to be scripted in BASH and leverages a TOML file per page to grant absolute control over content and directory structure.
Originally conceived as a management tool for Adduce, Adduce Feed found its niche in the realm of blogging. In contrast to Adduce Standard, all pages are generated from a single TOML file, and configuration can be simplified through an integrated setup wizard. Feed does sacrifice some filesystem control for user-friendliness and works well when used alongside Adduce Standard.
$ git clone https://github.com/DeclanChidlow/Adduce
$ cd Adduce
$ sh install.sh
wgetcargo is required to build.The project's usage is documented in the wiki. If you want documentation for the code itself then you are best off checking the comments.