[SOLVED] Site URL in index.html still points to example.com... why?

@jarss

Additionally, what does this print?

hugo config | grep -i base

If you don’t have grep on your system, paste the complete output of:

hugo config

One more thing… unrelated to your issue, but you don’t need these in your config.toml (there are meant to be in a theme’s theme.toml. So they are useless in config.toml):

name = "Hyde"
license = "MIT"
licenselink = "https://github.com/spf13/hyde/blob/master/LICENSE.md"
description = "hara kiri"
tags = ["blog", "company"]
features = ["blog", "themes", "disqus"]
min_version = 0.21

# If Porting existing theme
[original]
    author =  "mdo"
    homepage = "http://markdotto.com/"
    repo = "https://www.github.com/mdo/hyde"