I use a wordpress GRAPH API to pull the blog posts in because I like to use the Wordpress editor to write, however none of the website runs on wordpress. I use PHP to filter the graphQL queries and strip out formatting etc that wordpress adds and convert it to native boostrap.<p>The end goal being a fast blog with WordPress editor, and none of the wordpress speed issues.
We don't share many common interests (except cats), so no comments on the content, but I rather like the look of it, it has a classic feel, and is responsive. A few of points on typography:<p>- The top menu has items on two lines, some on one; could that be made consistent? (possibly by rewriting: "Home page" -> "Home", "About Me" -> "About" etc).<p>- The home page has subheads which start with a "#", is that on purpose? Those look affected and don't seem to be used elsewhere on the site<p>- On the "About Me" page, the quotes have text which is larger than the body text, more usually it is the same size (perhaps italicised)
I like it: no cookie banner, seems to have no tracking or advertising, fast, no superfluous images, RSS feed, no annoying navigation-by-hover. Great job!<p>Ideas to make it even better:<p>This is more an issue of server architecture rather than design, but it’s better not to have .php or other endings (like .html) on your URLs. That way you can, in the future, change the server technology that you use without changing the URLs. Use redirects or something to let you expose simple URLs without filetype endings.<p>Replace the hamburger menu icon with a word, or, better, eliminate the extra click by exposing the navigation on the page.