Compare commits
2 Commits
1ab76df12d
...
72f7fbf25c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72f7fbf25c | ||
|
|
71ff727ee2 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ cm
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
test/
|
test/
|
||||||
website_update.sh
|
website_update.sh
|
||||||
|
site.png
|
||||||
|
|||||||
34
README.md
34
README.md
@ -0,0 +1,34 @@
|
|||||||
|
# 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