(I am a rank beginner. Sorry in advance.)
I’ve spent the evening exploring the docs and trying things out and I seem to have screwed up the config.toml
file. This is the file that Hugo auto-generated after running hugo new site my-new-site
.
I’ve been through the docs and found some configuration options that I thought looked good, so I’ve pasted them in. But this doesn’t seem to work when I run hugo server
. The syntax must be wrong.
Could anyone please give me a clue what’s happening and what it should look like instead?
Additionally if you have any comments on my specific configuration choices that would be great too.
Thank you. I’m working hard to learn more!
baseURL = ''
languageCode = 'en-GB'
title = 'Personal Website'
buildDrafts = true
copyright = 'stuff copyrighted ok'
enableEmoji = true
params:
AuthorName: Mr Person
ListOfFood:
- banana
- milk
- soup
Subtitle: Let's test Hugo!
permalinks:
posts: /:year/:month/:title/
taxonomies:
tag: tags
imaging:
exif:
disableDate: true
disableLatLong: true