Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanabx/simple-ssg
Plain and simple djot and markdown static site generator
https://github.com/ryanabx/simple-ssg
djot rust static-site-generator
Last synced: about 1 month ago
JSON representation
Plain and simple djot and markdown static site generator
- Host: GitHub
- URL: https://github.com/ryanabx/simple-ssg
- Owner: ryanabx
- License: mit
- Created: 2024-08-19T20:43:30.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T19:43:47.000Z (2 months ago)
- Last Synced: 2024-10-05T02:17:34.456Z (about 1 month ago)
- Topics: djot, rust, static-site-generator
- Language: Rust
- Homepage: https://ryanabx.github.io/simple-ssg/
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMPL Static Site Generator - Generate a website with the lowest effort!
## Usage
```shell
cargo install simple-ssgsimple-ssg -o [OUTPUT_DIRECTORY]
```## Support Goals
This static site generator aims to support:
- [x] Plaintext HTML
- [x] Linking to pages within static site
- [x] Image resources
- [x] Templates (must be named template.html)