Why is Hugo serving blank pages?

The problem is likely to be the theme – it is either missing or broken. Hugo does not come with any default/fallback theme if you fail to provide a working one. Debugging guide: Check the themes folder, and follow the quickstart. Try using another, simpler theme. It may only be a question of configuring the … Read more

How to add a new hugo static page?

This is the best tutorial how to create static “landing pages” on Hugo: https://discuss.gohugo.io/t/creating-static-content-that-uses-partials/265/19?u=royston Basically, you create .md in /content/ with type: “page” in front matter, then create custom layout for it, for example layout: “simple-static” in front matter, then create the layout template in themes/<name>/layouts/page/, for example, simple-static.html. Then, use all partials as usual, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)