simple static site generator
Find a file
2024-04-26 14:44:49 +02:00
src init 2024-04-26 14:40:44 +02:00
.gitignore init 2024-04-26 14:40:44 +02:00
Cargo.lock init 2024-04-26 14:40:44 +02:00
Cargo.toml init 2024-04-26 14:40:44 +02:00
README.md i dont like the markdown spec, linebreaks should always be inserted 2024-04-26 14:44:49 +02:00
rustfmt.toml init 2024-04-26 14:40:44 +02:00

static site generator

all files get copied from the write dir to the site dir

md files get converted to html in the process

using template.html, which should include TITLE and CONTENT

utf-8 is required

ideas:

/blog/post_1.md -> /blog/post_1/index.html
/blog/ferret.mp4 -> /blog/post_1/ferret.mp4

/blog/post_2/post_2.md -> /blog/post_2/index.html
/blog/post_2/cat.png -> /blog/post_2/cat.png