First time looking at setting up a website, so have to buy a domain, hosting, and work out how to setup the web pages and maintain them. It will be blog style with a few pages for about, contact, etc.
This is an example:
and here are the details:
There are lots of themes available.
The idea of a static website (meaning pages are prebuilt, rather than PHP/SQL) so faster, less to go wrong. Have looked at wordpress.org and other website generators.
The biggest hurdle seems to be understanding networking, so a parameter that’s obvious is easy to miss for me. Have now got access from a client to the server running apache2 only, but the website looks different… via localhost and the same home page from the client
Actually, just checked again, and this wrong rendering happens on localhost as well, so something is different between how hugo server renders the content versus how apache2 renders it. It must be an obvious error on my part.
Will certainly look at nginx as well.All good learning exposure.