MyFavStuff5/config.toml
2025-05-25 17:11:49 +02:00

38 lines
827 B
TOML

baseURL = "https://blog-koo48w00w0cw4sscokc0448k.reflectonai.com"
languageCode = "en-us"
title = "My New Hugo Site"
DefaultContentLanguage = "en-us" # Explicitly set the default
[languages]
[languages."en-us"]
languageName = "English"
weight = 1
# Theme Parameters
paginate = 10
summaryLength = 30
enableEmoji = true
# twitter = "yourusername"
# linkedin = "yourusername"
# email = "your@email.com"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/post/"
weight = 2
[markup]
[markup.highlight]
noClasses = false # Ensures CSS classes are used for highlighting
# Default publish directory is 'public', which is what Coolify expects for static sites.
# No need to explicitly set publishDir = "public" unless you change it.