(An Opinionated) Site Colophon
(An Opinionated) Site Colophon
Escaping the blog format: the how, and more importantly, the why of this website.
by Brett Coulstock. July, 2023.
Philosophy
When you design a website, what you wind up with is a dependent on what problem you're trying to solve, and what technology you're using to build it.
The website of someone who is obsessively interested in trilobites, and wanting to share that interest, is going to be fundamentally different to the website of someone who is developing their “personal brand” to position themselves as a “passionate” UX-designer-with-a-newsletter.
I had a blog for a while, from about 2008 to about 2013. It was mostly a showcase for my graphic design work, and a record of some of the holidays we'd taken. It became stagnant after we started building a house, an activity that absorbs all your free time.
For the last few years I'd been thinking about starting it afresh. To have a blog is to have something to say, or something to show, and I started to feel I had some writing I wanted to share.
Escaping the Blog
I decided to go with a static site generator. I like Python, so I picked up Pelican.
And I found myself fighting it.
It wasn't working for me. I mean, Pelican worked fine, and did what it said on the tin. I recognised my frustrations were not about the technology but about structure and process, so instead of switching to another static-site generator or Wordpress or similar, I examined my needs and questioned my assumptions to find out why it wasn't working, and why it was so hard.
One of the big things I realised I was grappling with was longevity. Not in the Cool URIs Don't Change sense, or the This Page is Designed to Last sense, or even the Write Everything in Plain Text sense, but in the basic sense of having a site that is not perceived as stale, broken or dead.
The blog is the default shape of the personal website, and has been for a long time. When I started thinking about resurrecting this site, I operated on the unquestioned default assumption that it would be a blog.
But there's this push-pull thing that happens with blogs. They're animals that need care and attention. Post too often and it winds up being low-value chicken-feed; don't post often enough and it will feel neglected, and that whatever your excited impetus for starting it has disappeared.
I don't want to read anything by anyone who wasn't excited to write it.
It would be ideal if I could leave the site to its own devices for any length of time — a week, a month, a year, or more — and it would still keep its value, still feel like something alive.
I don't want it to become a chore.
I really don't want the hassle of software upgrades, or learning yet another new platform.
So I decided to build my website, my personal home page along these principles:
Dates
Avoid a chronological feed of posts or articles.
All content pages should have a date.
The site should have an RSS feed to alert interested users of added content.
High Value Content
Only write if you have something to say, a point to make or information to communicate.
Don't write “posts”, write articles.
You're not looking for friends, or user-engagement, or a job. You're trying to create something of value.
Aesthetics
Keep the look of the site clean and simple, as “timeless” as possible.
A basic design, eschewing the design-trends of the day, can be progressively redesigned over time, instead of jumping from one trend to the next.
The aesthetics belong in the .css file.
Technology
Keep the technology simple and low friction. For me, this means writing HTML and CSS by hand with a little assistance from PHP. None of that has changed in 15 years. It'll all still work in another 15, easy.
Keep the dependencies low. No JavaScript. No web-fonts. No external CSS or other libraries. No cookies. No tracking. No comments.
Metadata
Don't bother with taxonomies like categories and tags — they're for bloggers to index their chronological sites.
The index page of the site will be the index page of the site.
Help search-engines and others index your site by creating uncluttered, standards-compliant pages with rich metadata.
I love the web, the old web, the web of documents. That's the web I want to help build. The one that's like being in a huge library, the one that's full of essays from everyone about everything, their lived experiences, their cool ideas.
Not the forever doom-scrolling meme-laden jittery clickbait prole-feed of social media.
The quiet web. The small web.
(I hesitate to say the indie web although many of our goals and values overlap significantly; I've just seen too many indie web-sites that start with a 👋 waving-hand emoji and maybe some 🚀rocket-ships — what does that even mean? — and are breathlessly excited to let me know that they are “passionate” about helping companies to “craft experiences”).
As an aside, so far I have found one other site that largely...