I tried to preview my website with
hugo server -D
when I got
Error: "C:\<directory>\Website\config.toml:1:1": unmarshal failed: Near line 0 (last key parsed ''): bare keys cannot contain '�'
I don't know what to do with this. I haven't the slightest clue in fact.
I've worked in a command line environment a decent few times before, but static websites and Hugo are both completely new to me.
Yes, that last symbol did appear as a symbol placeholder for in PowerShell too (I'm doing this in Windows (not out of choice, mind you)).
Also, the website is almost completely blank at this point, so if it's completely necessary for me to make a new site, that's fine (I can backport all of my work so far anyhow).
Edit: Here are the contents of the config file for the curious.
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "grayscale"
As you can see, I haven't even changed the defaults yet, I've only gotten so far as installing and trying a theme.