Compare commits
No commits in common. "72f7fbf25c2e1eac637cc0870c908b07a984df3c" and "1ab76df12de42b289b12b565be5b74f076bf5665" have entirely different histories.
72f7fbf25c
...
1ab76df12d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,3 @@ cm
|
||||
.DS_Store
|
||||
test/
|
||||
website_update.sh
|
||||
site.png
|
||||
|
||||
34
README.md
34
README.md
@ -1,34 +0,0 @@
|
||||
# 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!
|
||||
```
|
||||
|
||||
### Todo
|
||||
* Indexing Articles and Blogs
|
||||
* Page tagging
|
||||
* Animated ASCII (Can this be done with minimal JS?)
|
||||
|
||||
### Credits
|
||||
* Odin
|
||||
* cmark
|
||||
Loading…
x
Reference in New Issue
Block a user