https://github.com/anderspitman/assg
[Anders'|Another] Static Site Generator
https://github.com/anderspitman/assg
Last synced: about 1 year ago
JSON representation
[Anders'|Another] Static Site Generator
- Host: GitHub
- URL: https://github.com/anderspitman/assg
- Owner: anderspitman
- Created: 2018-06-22T17:17:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T02:05:52.000Z (about 7 years ago)
- Last Synced: 2025-03-15T07:54:23.994Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I started rewriting [my personal site](https://anderspitman.net/) from scratch. As soon as I wanted to reuse some HTML, I
decided I may as well write a little SSG tailored to my needs.
See [this repo](https://github.com/anderspitman/anderspitman.net) for example content.
You can run it like this:
```bash
cargo run CONTENT_DIR OUT_DIR
```
The code is awful. Clones and hacks everywhere. Please don't judge. I just needed something working ASAP. I promise to clean
it up as I add features ;)
I find it unlikely that anyone will want to use this anyway. Write your own; it's fun!