From 7c0a3af85c740d74e13a87dfafbf48257634bfb0 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 20 May 2024 14:10:12 +0200 Subject: [PATCH] render --- output/about-blog.html | 1 + output/cbz-to-pdf.html | 1 + output/custom-xkb-tweaks.html | 1 + output/do-not-gossip-identities.html | 1 + output/drafts/ucw-keymap-on-wayland.html | 1 + output/forgetting-dns6.html | 1 + output/masquerade-with-filter.html | 1 + output/mobius-print.html | 1 + output/smrst2023-cs.html | 1 + output/theme/css/theme.css | 8 ++++++++ 10 files changed, 17 insertions(+) diff --git a/output/about-blog.html b/output/about-blog.html index ecdd6e5..3fce54e 100644 --- a/output/about-blog.html +++ b/output/about-blog.html @@ -62,6 +62,7 @@
+

About this blog

This is my blog and this article describes its setup and other details about my intentions. The actual setup is probably the most diff --git a/output/cbz-to-pdf.html b/output/cbz-to-pdf.html index db35be0..c4c50af 100644 --- a/output/cbz-to-pdf.html +++ b/output/cbz-to-pdf.html @@ -62,6 +62,7 @@

+

How to convert CBZ to PDF

  1. Extract the archive (cbz is just a zip, cbr is a rar, …)
  2. diff --git a/output/custom-xkb-tweaks.html b/output/custom-xkb-tweaks.html index a3922b0..89d1033 100644 --- a/output/custom-xkb-tweaks.html +++ b/output/custom-xkb-tweaks.html @@ -62,6 +62,7 @@
    +

    Creating own XKB tweaks

    Debugging this took me a bit too long, so I want to write about the caveat.

    My problem: My laptop does not have PageUp and PageDown keys, and many other diff --git a/output/do-not-gossip-identities.html b/output/do-not-gossip-identities.html index 8be1a6d..fe10113 100644 --- a/output/do-not-gossip-identities.html +++ b/output/do-not-gossip-identities.html @@ -62,6 +62,7 @@

    +

    You sure you want to hear the gossip?

    Sometimes, not knowing something about your friends is simpler than knowing something you know you aren't supposed to know…

    diff --git a/output/drafts/ucw-keymap-on-wayland.html b/output/drafts/ucw-keymap-on-wayland.html index 0e778c7..69cd937 100644 --- a/output/drafts/ucw-keymap-on-wayland.html +++ b/output/drafts/ucw-keymap-on-wayland.html @@ -62,6 +62,7 @@
    +

    UCW keyboard layout on XWayland

    This is a story/writeup of how I debugged UCW layout on XWayland. You may learn here how keyboard layouts work on Linux.

    diff --git a/output/forgetting-dns6.html b/output/forgetting-dns6.html index fae6c63..11989fb 100644 --- a/output/forgetting-dns6.html +++ b/output/forgetting-dns6.html @@ -62,6 +62,7 @@
    +

    Do not forget about IPv6 DNS

    Do you think IPv6-only internet works OK? I am going to tell you that it does not, but it is not immediately visible. TL;DR: The internet can be broken also diff --git a/output/masquerade-with-filter.html b/output/masquerade-with-filter.html index 6b39f85..558a3c6 100644 --- a/output/masquerade-with-filter.html +++ b/output/masquerade-with-filter.html @@ -62,6 +62,7 @@

    +

    Only NAT packets you can deliver responses for

    When setting up a masquerading nat, it is worth considering masquerading only packets from known networks. That is, instead of rule like iifname eth-inside diff --git a/output/mobius-print.html b/output/mobius-print.html index c9a8543..07e5dd7 100644 --- a/output/mobius-print.html +++ b/output/mobius-print.html @@ -62,6 +62,7 @@

    +

    Print your stuff on Möbius bands!

    I found a fun and useful way of printing stuff to ~~both~~all sides of a paper. I just need to find the right printer!

    diff --git a/output/smrst2023-cs.html b/output/smrst2023-cs.html index e454445..529e111 100644 --- a/output/smrst2023-cs.html +++ b/output/smrst2023-cs.html @@ -62,6 +62,7 @@
    +

    Smršť 2023 (CZ)

    Na Smršti jsem přednášel o distribuci SW a o technicky zajímavých železničních neštěstích.

    diff --git a/output/theme/css/theme.css b/output/theme/css/theme.css index 4699221..b495666 100644 --- a/output/theme/css/theme.css +++ b/output/theme/css/theme.css @@ -84,3 +84,11 @@ p { p.caption { text-align: center; } + +.details { + text-align: center; + color: orange; + margin: 0.9em; + /*width: 100%; + */ +}