Is it possible to use --baseURL
, --port=80
and --appendPort=false
in config.toml
? So I can just run hugo
to regenrate the content and be done.
Just tried using this in config.toml
and it worked
baseUrl = "http://domain.com/" appendPort = false
Then simply run hugo
and all seems to work well Looks like I don’t even need to use port = 80
in there.
EDIT: Tried it again, and it seems that --appendPort is not needed too