add sensible defaults to config.toml

This commit is contained in:
Trevor Bentley
2023-01-15 03:07:53 +01:00
parent 6a83f74282
commit 490b6ad008
+2 -2
View File
@@ -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
#