add sensible defaults to config.toml
This commit is contained in:
+2
-2
@@ -62,7 +62,7 @@
|
|||||||
# HTML if the feature is enabled.
|
# HTML if the feature is enabled.
|
||||||
#
|
#
|
||||||
# This can also be set per-repository.
|
# 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.
|
# 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
|
# This can also be set per-repository, in which case the `repo_assets` output
|
||||||
# directory is used.
|
# directory is used.
|
||||||
#asset_files = []
|
asset_files = ["templates/style.css"]
|
||||||
|
|
||||||
# Whether to split history output into pages
|
# Whether to split history output into pages
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user