Eakam1007 / rost_gen

A simple static site generator built using Rust
MIT License
0 stars 3 forks source link

Replace template file with const str #14

Closed Eakam1007 closed 1 year ago

Eakam1007 commented 1 year ago

Removed the output template file and replaced it with a const str. This allows the tool to be run from any directory since it doesn't need to read a file to generate html anymore.