diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-03-09 09:10:16 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-03-09 09:10:16 +0100 |
commit | 4a851dec22f0ff06d15d1fd54dd1684f35b23c5a (patch) | |
tree | ace0eeb355e7275f42d8c397a018834fa6250dd4 | |
parent | 51772cc5c12993d4502e1f436f0782d598ed4ddf (diff) |
feat: article for 2023-03-09
-rw-r--r-- | assets/content_images/version-4.png | bin | 0 -> 495898 bytes | |||
-rw-r--r-- | content/2023/a-new-layout.md | 21 | ||||
-rw-r--r-- | content/2023/a-new-layout.md~ | 10 | ||||
-rw-r--r-- | resources/_gen/images/version-4_hu013f3f8742c0cb546b1471661052544d_495898_150x0_resize_q75_h2_box_3.webp | bin | 0 -> 4652 bytes | |||
-rw-r--r-- | resources/_gen/images/version-4_hu013f3f8742c0cb546b1471661052544d_495898_300x0_resize_q75_h2_box_3.webp | bin | 0 -> 15158 bytes |
5 files changed, 31 insertions, 0 deletions
diff --git a/assets/content_images/version-4.png b/assets/content_images/version-4.png Binary files differnew file mode 100644 index 0000000..58fbcc5 --- /dev/null +++ b/assets/content_images/version-4.png diff --git a/content/2023/a-new-layout.md b/content/2023/a-new-layout.md new file mode 100644 index 0000000..12aabee --- /dev/null +++ b/content/2023/a-new-layout.md @@ -0,0 +1,21 @@ +--- +title: "A New Layout" +category: "varia" +abstract: The fourth look and feel for the site +date: 2023-03-09T09:05:38+01:00 +year: 2023 +draft: false +tags: +- blog +- meta +- html +- rubenerd +--- +{{<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. diff --git a/content/2023/a-new-layout.md~ b/content/2023/a-new-layout.md~ new file mode 100644 index 0000000..801bcc0 --- /dev/null +++ b/content/2023/a-new-layout.md~ @@ -0,0 +1,10 @@ +--- +title: "A New Layout" +category: "blog" +abstract: +date: 2023-03-09T09:05:38+01:00 +year: +draft: false +tags: [] +--- + diff --git a/resources/_gen/images/version-4_hu013f3f8742c0cb546b1471661052544d_495898_150x0_resize_q75_h2_box_3.webp b/resources/_gen/images/version-4_hu013f3f8742c0cb546b1471661052544d_495898_150x0_resize_q75_h2_box_3.webp Binary files differnew file mode 100644 index 0000000..62f5ff2 --- /dev/null +++ b/resources/_gen/images/version-4_hu013f3f8742c0cb546b1471661052544d_495898_150x0_resize_q75_h2_box_3.webp diff --git a/resources/_gen/images/version-4_hu013f3f8742c0cb546b1471661052544d_495898_300x0_resize_q75_h2_box_3.webp b/resources/_gen/images/version-4_hu013f3f8742c0cb546b1471661052544d_495898_300x0_resize_q75_h2_box_3.webp Binary files differnew file mode 100644 index 0000000..bc6cb72 --- /dev/null +++ b/resources/_gen/images/version-4_hu013f3f8742c0cb546b1471661052544d_495898_300x0_resize_q75_h2_box_3.webp |