Files
site-gen/README.md
T
2026-08-28 10:19:52 +01:00

40 lines
678 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
### Build
```bash
odin build .
```
### Usage
```bash
> ./cm -h
Usage:
Flag format for this program:
-<flag>=<value>
-dir:
input directory of .MD files (default: ) (required)
-out:
output directory (html files) (default: ) (required)
```
### Todo
* Indexing Articles and Blogs
* Page tagging
* In-line references/extra info
### Credits
* Odin
* cmark