/// This is the struct for the writer.toml config file that ends up in each site's root directory. pub(crate) struct Config { foo: String, }