11 lines
380 B
TOML
11 lines
380 B
TOML
baseURL = "http://example.org/"
|
|
languageCode = "en-us"
|
|
title = "My New Hugo Site"
|
|
theme = "" # You can specify a theme here later
|
|
|
|
[params]
|
|
description = "A cool new website built with Hugo and deployed on Coolify!"
|
|
|
|
# Default publish directory is 'public', which is what Coolify expects for static sites.
|
|
# No need to explicitly set publishDir = "public" unless you change it.
|