blog/config/_default/hugo.toml
Nicola Belluti 8b478a9e5a
All checks were successful
Build and Publish / build (push) Successful in 59s
Changed some configs
2024-04-17 00:19:18 +02:00

15 lines
271 B
TOML

baseURL = "https://nicolabelluti.me/"
# https://github.com/nunocoracao/blowfish
theme = "blowfish"
enableRobotsTXT = false
summaryLength = 0
[outputs]
home = [
"HTML", # Enable the website
"RSS", # Enable the RSS feed
"JSON", # Enable the search
]