From 490b6ad008a149db10d0f183ecf69a3566a42314 Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Sun, 15 Jan 2023 03:07:53 +0100 Subject: [PATCH] add sensible defaults to config.toml --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d059453..8046dff 100644 --- a/config.toml +++ b/config.toml @@ -62,7 +62,7 @@ # HTML if the feature is enabled. # # This can also be set per-repository. -#readme_files = ["README.md", "README"] +readme_files = ["README.md", "README"] # List of files to copy to the site's `global_assets` directory. # @@ -75,7 +75,7 @@ # # This can also be set per-repository, in which case the `repo_assets` output # directory is used. -#asset_files = [] +asset_files = ["templates/style.css"] # Whether to split history output into pages #