Questions tagged [hugo]

Hugo is a static web site generator built in GoLang.

Hugo is "A Fast and Flexible Static Site Generator built with love in GoLang".

3 questions
2
votes
1 answer

In Hugo, how to create permalinks like StackOverflow?

Is there a way to create permalinks in Hugo (the static site generator written in Go) that are similar to how StackOverflow/StackExchange creates for questions? For example, consider this question's…
TomOnTime
  • 7,945
  • 6
  • 32
  • 52
1
vote
0 answers

AWS Amplify frontend deployment says Access Denied on every request

I followed this tutorial. Everything succeeds but when I access the site I get access denied. I don't know why this happens I followed the tutorial exactly as it appears.
0
votes
1 answer

I can't get Hugo to read config.toml (errored out on 1:1), what do I do?

I tried to preview my website with hugo server -D when I got Error: "C:\\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…