Projects

Here I will publish complete projects that I would like you to see.

Static Site Generator in Rust

Description

  1. The folder content/ with Markdown files is placed.
  2. The program scans files, converts them into HTML fragments and applies templates from the templates/ folder.
  3. The final website is generated inside the public/ folder, ready to be published on any static hosting.

    Github