$ cargo run

1fn main() {
2    assert!(create_new_blog_site().is_ok());
3    todo!("Move everything to here...");
4}