scriptorium/defaults
This module contains default configurations that can be used to create a blog quickly.
Functions
pub fn default_config(
blog_name: String,
blog_url: String,
language: String,
author: Author,
copyright: String,
) -> Configuration
Get a sensible default configuration based on the given arguments.