• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 30th, 2023

help-circle













  • dingleberry@discuss.tchncs.detoMemes@lemmy.mlLouis Rossman is right
    link
    fedilink
    arrow-up
    26
    arrow-down
    9
    ·
    11 months ago

    Bought Asus laptop, just 1.5 year later the product is discontinued and no support page can be found. They also stopped selling the charging brick for it.

    Bought Sony headphones, a year later wanted to replace the foam. No customer support, no repair, just nada.

    Bought Samsung phone. Filled to brim with bloat. Shows me ads on lockscreen. Crawling speed in 2 years. No updates.

    Bought an iPhone for mom. Still getting updates after 4 years. Got battery replaced with no hassle.

    Don’t knock it till you try it.


  • There are couple of things you can try to debug this:

    First run the hugo command to generate the static site. For the paths /posts/ and /about/ to work, there must be directories with the same name in the public folder. And there must be a file index.html in them. If not, then it’s an issue on Hugo side where you haven’t set up these “Kind”. Read up on Hugo “Kind” for more details.

    Next you locally serve the generated public folder with command python3 -m http.server 8080. If the paths /posts/ and /about/ work just on localhost:8080, but not with nginx, then something is wrong with nginx config.