RobWeychert.com V7

Content priorities

Making my projects more visible

I added a tiny bit of CSS to aid readability by keeping line lengths in check on larger viewports:

body {
  margin: 0 auto;
  max-width: 75ch;
  padding: 1rem;
}

When calling the CSS file from the page head, I include a query string based on today’s date, which I’ll update when the CSS is updated. This will let updates get past the browser’s cache.

<link rel="stylesheet" href="/assets/css/main.css?20200108">

Hopefully this small stylistic addition will keep things tidy enough until I properly begin the visual part of the design process. Before I can get to that, though, let’s talk content priorities. From my list of reasons for the V7 redesign in its introductory post:

The timeline is listed first because it’s the more complex of the two, but projects are actually a higher priority.

As noted above, a version of the timeline already exists in V6, and while I want to rethink its structure a bit for V7, most of its substance is already in place. Whatever additions are made can be made post-launch if necessary. In the meantime, most of those additions (e.g. tweets and Flickr photos) are for now easily found and browsed elsewhere online, so their inclusion isn’t all that urgent.

Projects, on the other hand, are currently Easter eggs at best. They’re out there, and you might be able to find them if you’re looking for them, but you’re unlikely to stumble upon them, and they can’t be seen in aggregate as a body of work. Compared to the timeline additions, most of which are old and vary widely in terms of value and substance, the projects’ inclusion is a high priority, because they’re recent and substantial and they represent how I’m spending a lot of my time, so I want them to be much more visible.

So those are my high-level content priorities for V7. Almost the entirety of the site’s content will fall within one of these two areas, so their structure is the site’s structure. In the next post, I’ll get into my ideas for that structure and the challenges they present.