readmeeeeeeee

This commit is contained in:
Simon Kellet 2026-03-12 13:22:13 +00:00
parent 71ff727ee2
commit 72f7fbf25c
2 changed files with 7 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

@ -1,4 +1,6 @@
# Site Generator written in Odin # Site Generator written in Odin
![Site](./site.png)
A simple Odin program that is used to generate my site! 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 Note: This is incredibly specific! If you want to use this for your own sites, I think it would be easier to write
@ -22,6 +24,10 @@ Usage:
Note:USE FULL PATH! Note:USE FULL PATH!
``` ```
### Todo
* Indexing Articles and Blogs
* Page tagging
* Animated ASCII (Can this be done with minimal JS?)
### Credits ### Credits
* Odin * Odin