diff options
author | Noah <mounderfod@gmail.com> | 2023-07-30 12:11:00 +0000 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2023-07-30 12:11:00 +0000 |
commit | 4c70226aea158e76665b0a154008ceab0de64b93 (patch) | |
tree | 314f42b8f6f356d9d527cd04133e1aa3740c71dd /_posts/_drafts | |
parent | 8a28f6e8b0ef3ecec9cf6b5846fa1f64f0952890 (diff) | |
download | website-4c70226aea158e76665b0a154008ceab0de64b93.tar.gz |
Finish plaintext post
Diffstat (limited to '_posts/_drafts')
-rw-r--r-- | _posts/_drafts/2023-07-29-plaintext-is-beautiful.md | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/_posts/_drafts/2023-07-29-plaintext-is-beautiful.md b/_posts/_drafts/2023-07-29-plaintext-is-beautiful.md deleted file mode 100644 index c85a045..0000000 --- a/_posts/_drafts/2023-07-29-plaintext-is-beautiful.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -layout: post -title: Plaintext is Beautiful -date: 2023-07-18T09:27:00Z -tags: [webdev, text editor, development, gopher] ---- - -Alternative title: Why does this website look so different? - -You might notice that the site looks a lot different than it did before.<br> If -you're new, this is how it looked: - -![A view of how the website previously looked](https://cdn.discordapp.com/attachments/838048982873538572/1134865644014280856/image.png) - -For a lot of people, this may have been a lot more of a pleasing design than the -current one. Shit, I still think that design has its merits, but it did have to -change. I will explain why this was the case, and also why I went for this -current design (which I hope isn't too bad!). - -### Performance issues - -So, Chromium-based browsers offer a feature in their dev panel called -[Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/). In effect, -this is a tool that enables a developer to assess the quality of their website -based on some important metrics (a11y, performance) and some not so important -ones (like the dreaded SEO). I don't like using Google-related tools very much, -but out of curiosity I did decide to check how my site was doing. - -Accessibility and (_shudder_) SEO were great, but to my surprise, the -performance score was a disastrous 54 out of 100. To make matters worse, -Lighthouse had calculated that my home page took on average **7 seconds** to -load! - -This is really bad, especially since it was literally just a couple of pictures -and some text, so I checked what its recommendations were and followed them. I -managed to get the score up to around 70 or 80, but still the website felt -really sluggish. - -It was at this point that I came to the realisation that my efforts to optimise -the site in its current form were pointless, as the whole design was very -bloated (with lots of images everywhere). - -Thankfully, I had come across some new communities at the time which helped -provide inspiration for a new design! - -### Smolnet, gopher and tildes - -If you've read my previous posts, you'll know that I am a member of SDF, a -public access Unix system. If you haven't, [do it now](/2023/07/11/enter-the-fediverse)!!! - -<!-- TODO: finish this article !--> \ No newline at end of file |