TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Overhauled my blog – please give feedback

2 pointsby erikthiartalmost 3 years ago
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.

3 comments

jjgreenalmost 3 years ago
We don&#x27;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: &quot;Home page&quot; -&gt; &quot;Home&quot;, &quot;About Me&quot; -&gt; &quot;About&quot; etc).<p>- The home page has subheads which start with a &quot;#&quot;, is that on purpose? Those look affected and don&#x27;t seem to be used elsewhere on the site<p>- On the &quot;About Me&quot; page, the quotes have text which is larger than the body text, more usually it is the same size (perhaps italicised)
leephillipsalmost 3 years ago
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.
erikthiartalmost 3 years ago
I appreciate the comments, and will look into each one. They are all valid.