readme done (finally lol)
This commit is contained in:
parent
1ab76df12d
commit
71ff727ee2
28
README.md
28
README.md
@ -0,0 +1,28 @@
|
||||
# Site Generator written in Odin
|
||||
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!
|
||||
```
|
||||
|
||||
|
||||
### Credits
|
||||
* Odin
|
||||
* cmark
|
||||
Loading…
x
Reference in New Issue
Block a user