Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swiftcoder/mini-ssg
tiny static site generator in rust (mostly for my own use)
https://github.com/swiftcoder/mini-ssg
Last synced: 24 days ago
JSON representation
tiny static site generator in rust (mostly for my own use)
- Host: GitHub
- URL: https://github.com/swiftcoder/mini-ssg
- Owner: swiftcoder
- License: apache-2.0
- Created: 2023-08-02T10:00:41.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2023-08-12T11:56:45.000Z (over 1 year ago)
- Last Synced: 2024-10-15T23:26:55.844Z (2 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mini-ssg
tiny static site generator in rust (mostly for my own use)I've been using [Zola](https://getzola.org) for a while now, but I'm frustrated by some of the limitations I'm running into when trying to build complicated feeds. This static site generator is intended to be a lightweight alternative that only supports a subset of Zola's functionality, but uses some simpler abstractions that allow a little more flexibilty to the user.