I quite like the website of Paul Stamatiou, a designer at Twitter. It’s primarily a blog about his interests (photography, gear, etc), but I think the site itself is well done and helps advertise his skills. He just posted an article about the design of the site itself:
When I built my own site (https://www.gtf.io), I tried to make it as "minimalist" as possible -- fast rendering (v little CSS, no JS, completely static). I wanted it to have no distractions whatsoever, I just wanted it to be readable.
Yup! It's a customized version of Zola (https://www.getzola.org) that I hacked to add support for line numbers in code blocks (e.g, in any of the technical articles). I also committed support for the Dracula theme to the project.
The social stuff is a separate script that runs before site generation, which I open sourced (https://github.com/ryanmcgrath/activity-scraper). All runs on a "every 5 minutes" cron job that just fetches activity and rebuilds the site. It also rebuilds if I push to the server.
For the font support, the top logo is optimized to just include those four characters (RYMC), and then Aleo is stripped slightly. It's all base64 encoded into the CSS, and the CSS is all inlined into the page.
Before anybody says "but HTTP/2", yes, I know multiple requests on the page is fine with HTTP/2, and that's good for much bigger projects. I still notice a big time to paint difference for something like this where the total amount of data on the page is ~150kb. Icons are all SVGs, inlined into the page and just repeated via group/use tags - the only external request it makes is the header image, and I suppose Cloudflare injects an email decoder JS lib that's less than 1kb.
I think part of me also wanted to do it like this purely to ensure that there's tech articles out there that load fast, don't need AMP, and don't overload you with subscribe/follow/etc actions. It's old school, the web I grew up with - doesn't work for everything today and I wouldn't build most projects like it, but it's fun for my personal site. shrug
But the TeX math is interesting to discuss: it turns out that you can skip the usual multi-second download/parse/render/reflow workflow of MathJax JS libraries on a static website by preprocessing the final HTML pages using https://github.com/mathjax/MathJax-node . This gets you pretty much the best of all worlds: it renders instantly without JS, looks good, works cross-browser, and is dead-simple to set up as you just pipe into a tool. Definitely the best way I've found for static sites to render math.
He wanted something that would enable anybody to PR his Wiki and wasnt at the mercy of a server side static site generator engine since the GH one screwed up his links for his former blog. Its simple and works mostly on the client side and gives you an exportable file.
Armstrong passed away sometime back sadly and my hope is that GitHub maintains his blog undisturbed. He had a beautiful way of explaining concurrency and software issues that I think anybody could follow. Also for those unaware he was one of the creators of the Erlang programming language.
I don't know if a designer would say, that it's well designed, but I am quite happy with https://kalle.co . No blog, just a small landing page with links to social profiles.
Very well done, although it starts slow (thought it was going to be just the initial simple text).
Like others I had a problem with the page cert (GitHub cert). Going to http://strml.net fixed it on the redirect to https://www.strml.net (which is using a Letsencrypt cert for www.strml.net)
I saw this template on cdnjs and fell in love. What I had before this website was an awful portfolio type site that had links on the side and a slideshow with all the images and wasn't very mobile-friendly. I knew I needed to update it... and I am absolutely fascinated with minimalism.
I did tried different frameworks like gatsby, nextjs, hugo etc and finally settled with hugo static website for its community support and templates. it is minimalist with white background. Hosted on Netlify. working great so far.
A little bit late to the party but this one https://mayvaneday.art/ is pretty good of you're into the old internet stuff, it's even available on the darknet
https://www.msgtrail.com/ is my personal blog. Spartan, easy to read on various screen sizes, auto darkmode, and client-side searching on the Archive page.
I've gotten my site down to ~0.5s load time and rank for a number of tech SERPs, still get a few thousand visits from Google per day for 5-10 year old articles: https://www.jeffgeerling.com/
SEO is overrated. Focus on high-quality content that people want to link to.
Case in point: I have a podcast (in German) whose name is a common German phrase ("Gar nicht so einfach", which translates to "Not that easy"). In SERPs for that phrase, the first few results are usually dictionaries, but my podcast's site (https://xyrillian.de/noises/gnse/) usually appears around 7th or 8th place still on the first page. This is without me doing any SEO, and in fact, without keeping up a regular schedule. >_> But the few episodes that there are have been reviewed overwhelmingly positively, and that appears to be all it takes.
The blog posts are amazing and I have learned so much from that. At the same time they have convinced me of Dr. Cook’s knowledge and if I was looking for a consultant in these matters, he would be at the top of my list.
I have a Twitter thread where people have made a number of suggestions ( https://twitter.com/gwern/status/1092221945427517440 ), and my own website is often mentioned - minimalist, fast, pretty, and also with a number of interesting & unusual features: https://www.gwern.net/About#design