Let's write an static site gen

Will I finish this?

fn omg() -> Result<(), ()> {
  println!("so.. this works! amazing :)");
}

Ok, let’s use toml for front matter, because why include a yaml parser for that? and I don’t want to write a subset of yaml to support at least lists

And of course, we can’t use chrono in toml because toml::Value::Datetime can’t serialize to chrono datetime types.. toml issue