From: Skullheadx Date: Thu, 7 May 2026 03:34:34 +0000 (-0400) Subject: nowpage X-Git-Url: http://git.skullheadx.com/nixos/blog/openbsd_html_css.html?a=commitdiff_plain;h=b9027e7d9ff96affd707f52b63cc5658ff453a24;p=skullheadx.com.git nowpage --- diff --git a/now.html b/now.html new file mode 100644 index 0000000..e9ddd8b --- /dev/null +++ b/now.html @@ -0,0 +1,71 @@ + + + + + Now Skullhead + + + + + + +
+
+ + + +
+ +
+
+
+

Now

+ A /now page shares what you’d tell a friend you hadn’t seen in a year. +
+
    +
  • Creating this website! I'm writing new articles on Soyence, suckless software using Nix, and more.

  • +
  • Trying to understand how to view the world more symbolically and recognize the comsological patterns that are present throughout creation. Blog post will come once I can explain it simply.

  • +
  • Ricing my suckless NixOS configuration. Everything I add is bloat since it's so suckles to begin with. Unfortunately the bad thing about NixOS is that it's stuck using soystemD.

  • +
+
+ +
+ +
+ + diff --git a/style.css b/style.css index 127e15f..8676a41 100644 --- a/style.css +++ b/style.css @@ -51,6 +51,16 @@ li { margin: 2px 0; } +/* disc for lists */ +.list-disc { + margin-left: 2em; +} + +.list-disc > li { + list-style: disc; + margin: 2px 0; +} + /* grid stuff */ .main-head { grid-area: header;