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".

4 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
  • 8,381
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

Nginx reverse proxy strips path prefix during trailing slash redirect in Docker Compose and Hugo deployment

I'm encountering a path rewriting problem when using Docker Compose with Nginx reverse proxy to deploy a Hugo blog. Requests to IP/Hugo-Blog/X/Y/Z are being redirected to IP/X/Y/Z instead of maintaining the /Hugo-Blog/ prefix, resulting in 404…
Reina
  • 3
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…