diff options
author | mms <michal@sapka.me> | 2023-11-07 23:03:43 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-11-07 23:03:43 +0100 |
commit | 55f2bbfd5e53c43f244b751befb6403f76f9561e (patch) | |
tree | 7c09578b39d09a83db2a04011c1e187f756668e5 /content/site/updates/2023/a-new-layout.md | |
parent | 49915377d9496ebeb524d6be2a78e28497700f70 (diff) |
feat: move site pages to new location
Diffstat (limited to 'content/site/updates/2023/a-new-layout.md')
-rw-r--r-- | content/site/updates/2023/a-new-layout.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/content/site/updates/2023/a-new-layout.md b/content/site/updates/2023/a-new-layout.md new file mode 100644 index 00000000..a425a5e9 --- /dev/null +++ b/content/site/updates/2023/a-new-layout.md @@ -0,0 +1,20 @@ +--- +title: "A New Layout" +category: site +abstract: The fourth look and feel for the site +date: 2023-03-09T09:05:38+01:00 +year: 2023 +draft: false +tags: +- HTML +- rubenerd +- javascript +--- +{{<img-pull-right "version-4.png" "For future generations">}} +Iteratively, I've changed how the site looks over the last few weeks. I wanted it to remind me of sites I've grown with, so: no modal windows, no huge fonts, and no mobile-first approach. I am quite satisfied with what I have here now. It's modern and supports dark mode ([sorry for flash banging!](https://github.com/npmaile/blog/blob/main/posts/flashbang.md)), yet no JS is required. No React in site :-). And no hamburger, which is always a nice thing not to have. What it does have are actual columns on wider displays. + +The code also seems to be a [valid HTML](https://validator.w3.org/nu/?doc=https%3A%2F%2Fd-s.sh%2F), which is nice. + +I hope it doesn't look **too** much like [Ruben's blog](https://rubenerd.com/), but it was a huge inspiration. Not only for the look but also for what I post it. + +This is the fourth layout this site use. Luckily, there are now more posts than layouts. |