Compare commits

..

No commits in common. "72f7fbf25c2e1eac637cc0870c908b07a984df3c" and "1ab76df12de42b289b12b565be5b74f076bf5665" have entirely different histories.

2 changed files with 0 additions and 35 deletions

1
.gitignore vendored
View File

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

View File

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