Configured the theme

This commit is contained in:
2024-04-15 13:50:42 +02:00
parent 817595b075
commit c27fea312f
12 changed files with 198 additions and 2 deletions

View File

@@ -2,3 +2,10 @@ baseURL = "https://nicolabelluti.me/"
# https://github.com/nunocoracao/blowfish
theme = "blowfish"
[outputs]
home = [
"HTML", # Enable the website
"RSS", # Enable the RSS feed
"JSON", # Enable the search
]