Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Kellet
72f7fbf25c readmeeeeeeee 2026-03-12 13:22:13 +00:00
Simon Kellet
71ff727ee2 readme done (finally lol) 2026-03-12 13:18:56 +00:00
2 changed files with 35 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ cm
.DS_Store .DS_Store
test/ test/
website_update.sh website_update.sh
site.png

View File

@ -0,0 +1,34 @@
# 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