summary history branches tags files
commit:490b6ad008a149db10d0f183ecf69a3566a42314
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jan 15 03:07:53 2023 +0100
parents:6a83f74282374c7b92df03c0d8fb121d45a14293
add sensible defaults to config.toml
diff --git a/config.toml b/config.toml
line changes: +2/-2
index d059453..8046dff
--- 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
 #