Hugo Config for BaseURL + Port + appendPort

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 :slight_smile:

baseUrl = "http://domain.com/" appendPort = false

Then simply run hugo and all seems to work well :slight_smile: 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 :slight_smile: