site-gen/README.md
Simon Kellet 440562df8b newline
2026-03-12 13:23:37 +00:00

35 lines
562 B
Markdown

# Site Generator written in Odin
![Site](./site.png)
A simple Odin program that is used to generate my site!
Note: This is incredibly specific! If you want to use this for your own sites, I think it would be easier to write
your own! 😅
## Usage
### Requirements
* Odin
* A site, I guess?
### Build
```bash
odin build .
```
### Usage
```bash
./cm
Usage:
cm [working dir] [output dir]
Note:USE FULL PATH!
```
### Todo
* Indexing Articles and Blogs
* Page tagging
* Animated ASCII (Can this be done with minimal JS?)
### Credits
* Odin
* cmark