Projects
Here I will publish complete projects that I would like you to see.
Static Site Generator in Rust
Description
- The folder content/ with Markdown files is placed.
- The program scans files, converts them into HTML fragments and applies templates from the templates/ folder.
- The final website is generated inside the public/ folder, ready to be published on any static hosting.
Github