gohugoio / hugoBasicExample

MIT License
281 stars 281 forks source link

Fix author to be a map instead of scalar in config #70

Closed danielfdickinson closed 2 years ago

danielfdickinson commented 3 years ago

Since .Site.Author expects the author variable in config.toml to be a map not a scalar, change author to be a map (see https://github.com/gohugoio/hugoBasicExample/issues/69)

Closes https://github.com/gohugoio/hugoBasicExample/issues/69

Note that I used the actual email in @spf13's public profile (as he is the author who created the original version). If preferred this could be replaced by something like email = "undisclosed@example.com"

mschoenlaub commented 3 years ago

@danielfdickinson I'd like to ask why you didn't merge it, but decided to close it. The author aspect is a long-standing documentation issue, it seems :)

danielfdickinson commented 3 years ago

I can't merge it (not a member of the gohugoio organization) and had no response from the members of the org for several months. Also, hugoExampleSite seemed not to be getting updates (although it's not archived so I'm not sure if it's a 'ghost' repo due to being deprecated but not marked as such, or what the deal is). I've reopened pending comment from @bep or @digitalcraftsman or other members of the @gohugoio since you've asked about it.

At the time I closed it, I was trying to clear out a bunch stale PR's and Issues in my account.