39 lines
842 B
TOML
39 lines
842 B
TOML
baseURL = "https://blog-koo48w00w0cw4sscokc0448k.reflectonai.com"
|
|
languageCode = "en-us"
|
|
title = "My Favorite Stuff"
|
|
|
|
DefaultContentLanguage = "en-us" # Explicitly set the default
|
|
|
|
[languages]
|
|
[languages."en-us"]
|
|
languageName = "English"
|
|
weight = 1
|
|
|
|
|
|
# Theme Parameters
|
|
[pagination]
|
|
pagerSize = 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.
|