<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>Publishink</title>
      <link>https://publishink.co.uk</link>
      <description>Writing, editorial management, and publication and web design</description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://publishink.co.uk/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Mon, 15 Sep 2025 00:00:00 +0000</lastBuildDate>
      <item>
          <title>The web hasn’t changed</title>
          <pubDate>Mon, 15 Sep 2025 00:00:00 +0000</pubDate>
          <author>Jeff Porter</author>
          <link>https://publishink.co.uk/notes/the-web-has-not-changed/</link>
          <guid>https://publishink.co.uk/notes/the-web-has-not-changed/</guid>
          <description xml:base="https://publishink.co.uk/notes/the-web-has-not-changed/">&lt;figure&gt;
    &lt;img src=&quot;&#x2F;img&#x2F;original-next-computer.webp&quot; alt=&quot;The NeXT computer used by Berners-Lee&quot;&gt;
    &lt;figcaption&gt;This &lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;NeXT_Computer&quot;&gt;NeXT Computer&lt;&#x2F;a&gt; was used by Berners-Lee at CERN and became the world’s first web server. Photo: &lt;a href=&quot;https:&#x2F;&#x2F;commons.wikimedia.org&#x2F;w&#x2F;index.php?curid=395096&quot;&gt;Coolcaesar at the English-language Wikipedia, CC BY-SA 3.0&lt;&#x2F;a&gt;&lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Tim_Berners-Lee&quot;&gt;Tim Berners-Lee&lt;&#x2F;a&gt; and Norwegian &lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;H%C3%A5kon_Wium_Lie&quot;&gt;Håkon Wium Lie&lt;&#x2F;a&gt; (alongside &lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Bert_Bos&quot;&gt;Bert Bos&lt;&#x2F;a&gt;), laid the bricks and mortar of the World Wide Web back in 1991 and 1994, respectively, when they drew up their specifications for html and CSS. And, like a sturdy old Victorian house, the web has stood the test of time.&lt;&#x2F;p&gt;
&lt;p&gt;This site, publishink, has survived more or less intact since 2002. It has done so as a simple html file and a CSS file, dumped in a folder and uploaded to my host. Not all that different from Berners-Lee et al. No PHP, Javascript, or database were involved in the building of this site.&lt;&#x2F;p&gt;
&lt;p&gt;Don’t get me wrong, there have been a couple of times over the years when I’ve found myself with time on my hands and popped a version of this site into WordPress, added a blog element, then realised I didn’t really need one. Work was going well – mostly by word of mouth – so why bother? Why create more work? So I reverted to html and CSS files and the happy times returned. In that time, all that changed was the CSS file when I thought the site could do with a fresh lick of paint.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;something-to-say&quot;&gt;Something to say&lt;&#x2F;h2&gt;
&lt;p&gt;Then around 2018 I discovered SSGs, or static site generators&lt;sup class=&quot;footnote-reference&quot;&gt;&lt;a href=&quot;#1&quot;&gt;1&lt;&#x2F;a&gt;&lt;&#x2F;sup&gt;. Using an SSG allowed me to keep my site simple, without all the bloat and overhead that comes with a WordPress installation. That makes this site quicker to load, among other things. Better still, &lt;a href=&quot;https:&#x2F;&#x2F;getzola.org&quot;&gt;Zola&lt;&#x2F;a&gt;, the SSG I settled on, allows me to write all the pages and posts in &lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Markdown&quot;&gt;Markdown&lt;&#x2F;a&gt;,&lt;sup class=&quot;footnote-reference&quot;&gt;&lt;a href=&quot;#2&quot;&gt;2&lt;&#x2F;a&gt;&lt;&#x2F;sup&gt; an easy-to-read and easy-to-write plaintext format that I’ve been using since the late Noughties.&lt;&#x2F;p&gt;
&lt;p&gt;So, in the past couple of months I decided to add a blog&lt;sup class=&quot;footnote-reference&quot;&gt;&lt;a href=&quot;#3&quot;&gt;3&lt;&#x2F;a&gt;&lt;&#x2F;sup&gt; and a few more pages, not because work wasn’t going well, but because I felt as though I had something to say.&lt;&#x2F;p&gt;
&lt;p&gt;But, guess what? Still, all this site comprises is a bunch of html files – albeit a few more than originally planned – and a CSS file dumped in a folder and uploaded to the host.&lt;&#x2F;p&gt;
&lt;p&gt;So, has the web changed? No, it hasn’t.&lt;&#x2F;p&gt;
&lt;div class=&quot;footnote-definition&quot; id=&quot;1&quot;&gt;&lt;sup class=&quot;footnote-definition-label&quot;&gt;1&lt;&#x2F;sup&gt;
&lt;p&gt;This site may never had a blog element, but I’ve been writing at &lt;a href=&quot;https:&#x2F;&#x2F;wordius.com&quot;&gt;wordius.com&lt;&#x2F;a&gt; since 2012.&lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;
&lt;div class=&quot;footnote-definition&quot; id=&quot;2&quot;&gt;&lt;sup class=&quot;footnote-definition-label&quot;&gt;2&lt;&#x2F;sup&gt;
&lt;p&gt;I’ve been using &lt;a href=&quot;https:&#x2F;&#x2F;obsidian.md&quot;&gt;Obsidian&lt;&#x2F;a&gt;, a markdown editor, since 2022 when version 1.0.0 was released. I’ve been writing in markdown since 2007.&lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;
&lt;div class=&quot;footnote-definition&quot; id=&quot;3&quot;&gt;&lt;sup class=&quot;footnote-definition-label&quot;&gt;3&lt;&#x2F;sup&gt;
&lt;p&gt;Static site generators use text input files to generate static web pages. Unlike dynamic websites – WordPress, etc. – these static pages do not change based on the request. This simplifies backend and allows the site to be distributed via content delivery networks. The simple design also protects the site, making it harder for attackers to modify the website due to the smaller attack surface of these relatively simple backends. Some of the most popular static site generators are Jekyll, Hugo, Eleventy, Gatsby, and Next.&lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;
</description>
      </item>
      <item>
          <title>One piece of advice</title>
          <pubDate>Mon, 01 Sep 2025 00:00:00 +0000</pubDate>
          <author>Jeff Porter</author>
          <link>https://publishink.co.uk/notes/one-piece-advice/</link>
          <guid>https://publishink.co.uk/notes/one-piece-advice/</guid>
          <description xml:base="https://publishink.co.uk/notes/one-piece-advice/">&lt;p&gt;If there’s one piece of advice I would give to anyone who writes – and that goes for most of us – it is that you should set aside five minutes of your time (okay, he says, ten) and read Matthew Butterick’s &lt;a href=&quot;https:&#x2F;&#x2F;practicaltypography.com&#x2F;typography-in-ten-minutes.html&quot;&gt;Typography in ten minutes&lt;&#x2F;a&gt;. Here’s why:&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you learn and follow these five typography rules, you will be a better typographer than nearly every writer – and even most graphic designers.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;Butterick is a designer, writer, typographer, programmer, a lawyer, and one smart cookie. In addition to &lt;em&gt;Practical Typography&lt;&#x2F;em&gt;, the web book which gives the above advice, he has written &lt;em&gt;Typography for Lawyers&lt;&#x2F;em&gt; and &lt;em&gt;Beautiful Racket&lt;&#x2F;em&gt;. They are both recommended reading, and not just for lawyers.&lt;&#x2F;p&gt;
&lt;p&gt;Where most of the advice in &lt;em&gt;Typography for Lawyers&lt;&#x2F;em&gt; relates to that profession, there are some useful nuggets that apply to anyone. &lt;em&gt;Beautiful Racket&lt;&#x2F;em&gt;, on the other hand, serves as an introduction to programming, which is what ‘Racket’ is, after all: a language-oriented progamming language.&lt;&#x2F;p&gt;
&lt;p&gt;Butterick is also the designer of a number of fine fonts, including Valkyrie, Century Supra, Concourse and Hermes Maia. They are available from &lt;a href=&quot;https:&#x2F;&#x2F;practicaltypography.com&#x2F;mb-fonts.html&quot;&gt;MB Fonts&lt;&#x2F;a&gt;, along with the rest of his designs.&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>Coming soon</title>
          <pubDate>Sat, 30 Aug 2025 00:00:00 +0000</pubDate>
          <author>Jeff Porter</author>
          <link>https://publishink.co.uk/notes/coming-soon/</link>
          <guid>https://publishink.co.uk/notes/coming-soon/</guid>
          <description xml:base="https://publishink.co.uk/notes/coming-soon/">&lt;p&gt;Promise.&lt;&#x2F;p&gt;
</description>
      </item>
    </channel>
</rss>
