mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 14:43:26 +00:00
huge overhaul of my website
This commit is contained in:
parent
0170b062ff
commit
171564a1b4
11 changed files with 426 additions and 146 deletions
166
index.html
166
index.html
|
|
@ -1,79 +1,95 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta charset="utf-8" />
|
||||
<title>cowmonk's random blogs</title>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="Atom Feed" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png" />
|
||||
<link rel="manifest" href="assets/images/site.webmanifest" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>cowmonk's random blogs <a href="atom.xml"> <img src="assets/images/rss.png" height="20" style="vertical-align: -4px;" /> </a></h1>
|
||||
<p>
|
||||
<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>
|
||||
</p>
|
||||
</header>
|
||||
<nav data-sblg-nav="1" data-sblg-navcontent="1"><ul><li>
|
||||
<h2><a href="blog4.html">DWM - Less is More!</a></h2>
|
||||
<div>
|
||||
<address>cowmonk</address>,
|
||||
<time datetime="2025-05-06">2025-05-06</time>
|
||||
</div>
|
||||
<p>A quick guide into THE suckless tiling window manager! Including patching!</p>
|
||||
<p class="tags">
|
||||
Tags: <span class="sblg-tag">guide</span><span class="sblg-tag">suckless</span><span class="sblg-tag">tutorial</span>.
|
||||
</p>
|
||||
<nav>
|
||||
<a href="blog4.html">Read more-></a>
|
||||
</nav>
|
||||
</li><li>
|
||||
<h2><a href="blog3.html">The Ultimate Abstraction: Trading ./configure for Click-to-Install</a></h2>
|
||||
<div>
|
||||
<address>cowmonk</address>,
|
||||
<time datetime="2025-04-01">2025-04-01</time>
|
||||
</div>
|
||||
<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>
|
||||
<p class="tags">
|
||||
Tags: <span class="sblg-tag">misc</span><span class="sblg-tag">macos</span><span class="sblg-tag">aprilfools</span>.
|
||||
</p>
|
||||
<nav>
|
||||
<a href="blog3.html">Read more-></a>
|
||||
</nav>
|
||||
</li><li>
|
||||
<h2><a href="blog2.html">Beyond Prepackaged - Why I Use Linux From Scratch</a></h2>
|
||||
<div>
|
||||
<address>cowmonk</address>,
|
||||
<time datetime="2025-03-22">2025-03-22</time>
|
||||
</div>
|
||||
<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>
|
||||
<p class="tags">
|
||||
Tags: <span class="sblg-tag">misc</span><span class="sblg-tag">linux</span>.
|
||||
</p>
|
||||
<nav>
|
||||
<a href="blog2.html">Read more-></a>
|
||||
</nav>
|
||||
</li><li>
|
||||
<h2><a href="blog1.html">No Blue Screens Here, Just a Bit of Kernel Panic and a Whole Load of Blogging</a></h2>
|
||||
<div>
|
||||
<address>cowmonk</address>,
|
||||
<time datetime="2025-03-18">2025-03-18</time>
|
||||
</div>
|
||||
<p>An introduction, why would I create a blog, plans for the future, and other random things</p>
|
||||
<p class="tags">
|
||||
Tags: <span class="sblg-tag">misc</span><span class="sblg-tag">linux</span>.
|
||||
</p>
|
||||
<nav>
|
||||
<a href="blog1.html">Read more-></a>
|
||||
</nav>
|
||||
</li></ul></nav>
|
||||
<footer>
|
||||
<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" />
|
||||
</footer>
|
||||
</body>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta charset="utf-8" />
|
||||
<title>cowmonk's Place</title>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png" />
|
||||
<link rel="manifest" href="assets/images/site.webmanifest" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>cowmonk's Digital Lair ~]#</h1>
|
||||
<p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p>
|
||||
<nav id="main-nav">
|
||||
<a href="blog/index.html">Blog</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<aside class="profile-info">
|
||||
<img src="assets/images/pfp.png" alt="cowmonk pfp" id="profile-pic">
|
||||
<h3>cowmonk</h3>
|
||||
<p><em>Linux enthusiast, C enjoyer, and lifelong suckless shill.</em></p>
|
||||
|
||||
<h4>Contact & Links:</h4>
|
||||
<dl class="contact-details">
|
||||
<dt>Discord</dt>
|
||||
<dd>@cowmonk</dd>
|
||||
|
||||
<dt>XMPP</dt>
|
||||
<dd>cowmonk@based.pt</dd>
|
||||
|
||||
<dt>GitHub</dt>
|
||||
<dd><a href="https://github.com/cowmonk" target="_blank" rel="noopener noreferrer">github.com/cowmonk</a></dd>
|
||||
</dl>
|
||||
</aside>
|
||||
|
||||
<main class="main-content">
|
||||
<section id="about">
|
||||
<h2><span class="prompt">$</span> Who am I?</h2>
|
||||
<p>Hello there! I'm cowmonk. I'm passionate about open-source software, the Linux ecosystem, and building things from the ground up. This space is where I document my journey, share what I learn, and showcase my work.</p>
|
||||
<p>My philosophy is rooted in the KISS (Keep It Simple, Stupid) principle, much like the tools I admire (DWM, suckless utilities, etc.). I believe in understanding the core of how things work, hence my adventures with Linux From Scratch.</p>
|
||||
<p>When I'm not staring at a terminal, you might find me online or doing some other hobbist nerdy things such as getting into the nitty gritty of audiophile things.</p>
|
||||
</section>
|
||||
|
||||
<section id="projects">
|
||||
<h2><span class="prompt">$</span> My Projects</h2>
|
||||
<article class="project-item">
|
||||
<h3>[ LearnixOS ]</h3>
|
||||
<p>I was the founder of the github and project, most of the projects are under my old github profile. It's a Linux-based operating system designed for both beginners exploring Linux for the first time and advanced users seeking a lightweight yet powerful OS for daily use.</p>
|
||||
<p><a href="https://learnixos.github.io">Learn More -></a></p>
|
||||
</article>
|
||||
<!-- <article class="project-item">
|
||||
<h3>[Project 2: Dotfiles Configuration]</h3>
|
||||
<p>My personal collection of configuration files for various tools (vim, st, DWM, etc.), optimized for productivity and a minimalist aesthetic.</p>
|
||||
<p><a href="[link-to-dotfiles-repo]">View Dotfiles ->></a></p>
|
||||
</article>
|
||||
-->
|
||||
<article class="project-item">
|
||||
<h3>[ CowOS ]</h3>
|
||||
<p>Unlike LearnixOS this is NOT Linux-based. This is a Unix-like Operating System that's programmed from scratch in C.</p>
|
||||
<p><a href="https://github.com/cowmonk/cowos">View Github -></a></p>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section id="other-things">
|
||||
<h2><span class="prompt">$</span> Other Things I Find Interesting</h2>
|
||||
<ul>
|
||||
<li><strong>Linux From Scratch:</strong> The masochist's dream OS.</li>
|
||||
<li><strong>Suckless Software:</strong> Exploring tools that aren't bloat.</li>
|
||||
<li><strong>Vim:</strong> More than just an editor, it's a way of life.</li>
|
||||
<li><strong>Torrenting:</strong> Does anyone actually pay for anything they don't own?</li>
|
||||
<li><strong>C:</strong> Yes I don't like garbage collectors, how can you tell?</li>
|
||||
<li><strong>Audio Gear:</strong> Not a music producer, I just like listening to high quality audio.</li>
|
||||
<li><strong>Gym:</strong> If you can't go into a pool and instantly sink, then you haven't made it in life yet.</li>
|
||||
</ul>
|
||||
<p>Feel free to check out my <a href="blog/index.html">blog</a> for more detailed write-ups on some of these topics.</p>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="Vim" height="31" /></a>
|
||||
<img src="https://88x31.kate.pet/madeon_linux.gif" alt="Made on Linux" height="31" />
|
||||
<img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="JavaScript Zero" height="31" />
|
||||
<p>© <script>document.write(new Date().getFullYear())</script> cowmonk.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue