chore(hugo.toml): remove unused disableKinds to improve build performance

chore(params.toml): add website title parameter for better customization
chore(baseof.html): update page title to use the website title parameter
chore(nav.html): update navigation link to use the website title parameter
This commit is contained in:
Sped0n
2023-11-01 22:59:03 +08:00
parent eb3c91d017
commit 9bbf3a7f7a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
baseURL = 'https://www.example.com/'
title = 'My New Hugo Site'
themesdir = '../..'
theme = 'Bridget'
disableKinds = ["section", "taxonomy", "term", "home"]

View File

@@ -1 +1,2 @@
# website title
title = "Bridget"