Static Page Generator experiment using Rust and mustache
 
 
Go to file
Alina Marquardt 7421e8a5e1 extracted writing files into its own function 2023-04-10 06:24:17 +02:00
src extracted writing files into its own function 2023-04-10 06:24:17 +02:00
.gitignore initial commit 2023-04-09 01:15:51 +02:00
Cargo.toml extracted writing files into its own function 2023-04-10 06:24:17 +02:00
README.md initial commit 2023-04-09 01:15:51 +02:00

README.md

lastfuture.de static page generator

Static page generator for lastfuture.de, written in Rust

Features

  • generates static HTML pages in Rust

Planned features

  • Templating using Mustache
  • SCSS preprocessing
  • TypeScript preprocessing
  • Minification
  • Deploy script