Troubleshooting

Hugo errors

If you encounter the following error:

Error: "...\DemoWebsite\config.toml:1:1": unmarshal failed: Near line 0 (last key parsed ''): bare keys cannot contain '.'

or any other error the first time you call a hugo comment, make sure you have the Extended version of Hugo installed. You can check by typing

hugo version

The output should contain the extended word somewhere (depends on the OS).

Previous