From 9c1ca6762aa5fcba86f8e18bcab0b86ff0a7353a Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 2 Mar 2025 00:25:30 -0800 Subject: [PATCH] Use consistent wording --- hugo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 0457f6d7..0371dedd 100644 --- a/hugo.toml +++ b/hugo.toml @@ -35,7 +35,7 @@ target = "layouts" source = "static" target = "static" -# Bootstrap +# Bootstrap mounts [[module.mounts]] source = "paige/node_modules/bootstrap/dist/css" @@ -55,7 +55,7 @@ target = "assets/js/paige/bootstrap" source = "paige/node_modules/bootstrap/scss" target = "assets/css/paige/bootstrap" -# Bootstrap Icons +# Bootstrap Icons mounts [[module.mounts]] source = "paige/node_modules/bootstrap-icons/font/fonts" @@ -66,14 +66,14 @@ source = "paige/node_modules/bootstrap-icons/font" target = "assets/css/paige/bootstrap-icons" includefiles = ["bootstrap-icons.css"] -# FlexSearch +# FlexSearch mounts [[module.mounts]] source = "paige/node_modules/flexsearch/dist" target = "assets/js/paige/flexsearch" includefiles = ["flexsearch.bundle.min.js"] -# Katex +# Katex mounts [[module.mounts]] source = "paige/node_modules/katex/dist/contrib"