blog/config/_default/hugo.toml

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
]