Steve Abraham

I changed my mind, my CMS adventure

Oops…! I did it again. The latest post in this saga is here.

When I launched this site a few days ago I posted that I’d settled on Kirby as my CMS1 of choice. This wasn’t exactly a spur of the moment thing, it’s a system I’ve been dabbling with for quite a while. In fact, my introduction to Kirby came from the talented Simon Collison when he designed and built my company site some time back.

I’ve since changed my mind.

...more

New year, new blog

For the last few weeks Matthias Ott has been running a newsletter about designing and publishing on the web, with a heavy emphasis on owning and running a personal website. There’s an archive available of past issues, well worth a peruse.

Every time a new issue drops, I remember that it’s something I want to (re)launch. I open Sublime Text, try and remember what CMS I was playing with, get lost looking at colours and fonts, and then… oh, shiny thing!

...more

Manually set safari theme colour

If you’re using Safari on iOS, or the “Compact” style tab layout in Safari on your Mac, the toolbar can adopt a background colour. This is by default set automagically, using the background colour of the website, but you can control it.

It can be set manually with a meta tag:

<meta name="theme-color" content="#EC8922">

It does also support dark and light themes:

<meta name="theme-color" content="#1C1C1C" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#F2E9D3" media="(prefers-color-scheme: light)">