site

my personal site
git clone git://git.daat.foo/site.git
Log | Files | Refs | README | LICENSE

index.html (4189B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 	<head>
      4 		<meta name="viewport" content="width=device-width, initial-scale=1" />
      5 		<meta charset="utf-8" /> 
      6 		<title>cowmonk's random blogs</title>
      7 		<link rel="stylesheet" href="index.css" />
      8 		<link rel="alternate" href="atom.xml" type="application/atom+xml" title="Atom Feed" />
      9 	        <link rel="apple-touch-icon" sizes="180x180" href="../assets/images/apple-touch-icon.png" />
     10 	        <link rel="icon" type="image/png" sizes="32x32" href="../assets/images/favicon-32x32.png" />
     11 	        <link rel="icon" type="image/png" sizes="16x16" href="../assets/images/favicon-16x16.png" />
     12 	        <link rel="manifest" href="../assets/images/site.webmanifest" />	</head>
     13 	<body>
     14 		<header>
     15 			<nav class="main-site-nav">
     16 				<a href="../">&lt;- Back to Main Page</a>
     17 			</nav>
     18 			<h1>cowmonk's random blogs <a href="atom.xml"> <img src="../assets/images/rss.png" height="20" style="vertical-align: -4px;" /> </a></h1>
     19 			<p>
     20                                 <q>For now we see only a reflection as in a mirror; then we shall see face to face. Now I know in part; then I shall know fully, even as I am fully known.</q>
     21 			</p>
     22 		</header>
     23 		<nav data-sblg-nav="1" data-sblg-navcontent="1"><ul><li>
     24 			<h2><a href="blog5.html">Announcing CSFS!</a></h2>
     25 			<div>
     26 				<address>cowmonk</address>,
     27 				<time datetime="2025-10-07">2025-10-07</time>
     28 			</div>
     29 			<p>Official announcement to a new project that I'm currently working on.</p>
     30 			<p class="tags">
     31 				Tags: <span class="sblg-tag">misc</span><span class="sblg-tag">suckless</span><span class="sblg-tag">linux</span>.
     32 			</p>
     33 			<nav>
     34 				<a href="blog5.html">Read more-&gt;</a>
     35 			</nav>
     36 		</li><li>
     37 			<h2><a href="blog4.html">DWM - Less is More!</a></h2>
     38 			<div>
     39 				<address>cowmonk</address>,
     40 				<time datetime="2025-05-06">2025-05-06</time>
     41 			</div>
     42 			<p>A quick guide into THE suckless tiling window manager! Including patching!</p>
     43 			<p class="tags">
     44 				Tags: <span class="sblg-tag">guide</span><span class="sblg-tag">suckless</span><span class="sblg-tag">tutorial</span>.
     45 			</p>
     46 			<nav>
     47 				<a href="blog4.html">Read more-&gt;</a>
     48 			</nav>
     49 		</li><li>
     50 			<h2><a href="blog3.html">The Ultimate Abstraction: Trading ./configure for Click-to-Install</a></h2>
     51 			<div>
     52 				<address>cowmonk</address>,
     53 				<time datetime="2025-04-01">2025-04-01</time>
     54 			</div>
     55 			<p>Letting go of the compiler feels strangely liberating, like finally admitting you prefer pre-made microwave meals over hand-grinding your own wheat for bread. Deliciously simple, perhaps?</p>
     56 			<p class="tags">
     57 				Tags: <span class="sblg-tag">misc</span><span class="sblg-tag">macos</span><span class="sblg-tag">aprilfools</span>.
     58 			</p>
     59 			<nav>
     60 				<a href="blog3.html">Read more-&gt;</a>
     61 			</nav>
     62 		</li><li>
     63 			<h2><a href="blog2.html">Beyond Prepackaged - Why I Use Linux From Scratch</a></h2>
     64 			<div>
     65 				<address>cowmonk</address>,
     66 				<time datetime="2025-03-22">2025-03-22</time>
     67 			</div>
     68 			<p>Building Linux from Scratch can feel a bit like assembling a complex jigsaw puzzle: frustrating at times, but ultimately supremely rewarding when everything clicks into place.</p>
     69 			<p class="tags">
     70 				Tags: <span class="sblg-tag">misc</span><span class="sblg-tag">linux</span>.
     71 			</p>
     72 			<nav>
     73 				<a href="blog2.html">Read more-&gt;</a>
     74 			</nav>
     75 		</li><li>
     76 			<h2><a href="blog1.html">No Blue Screens Here, Just a Bit of Kernel Panic and a Whole Load of Blogging</a></h2>
     77 			<div>
     78 				<address>cowmonk</address>,
     79 				<time datetime="2025-03-18">2025-03-18</time>
     80 			</div>
     81 			<p>An introduction, why would I create a blog, plans for the future, and other random things</p>
     82 			<p class="tags">
     83 				Tags: <span class="sblg-tag">misc</span><span class="sblg-tag">linux</span>.
     84 			</p>
     85 			<nav>
     86 				<a href="blog1.html">Read more-&gt;</a>
     87 			</nav>
     88 		</li></ul></nav>
     89 		<footer>
     90                         <a href="https://www.vim.org/"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="description" height="31" /></a> <img src="https://88x31.kate.pet/madeon_linux.gif" height="31" /> <img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" height="31" />
     91 		</footer>
     92 	</body>
     93 </html>
     94