commit 29a4e3993bf41599a2c1bfc9adde724769e87015
parent 03b6d1971a582502c88f0525e9fd77d3ef5369a7
Author: cowmonk <cowmonk@based.pt>
Date: Sat, 11 Oct 2025 11:59:15 -0700
getting rid of the annoying URL.com/thing.html
Diffstat:
| M | blog/index.html | | | 2 | +- |
| D | credits.html | | | 68 | -------------------------------------------------------------------- |
| A | credits/index.html | | | 68 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| M | index.html | | | 8 | ++++---- |
| D | interests.html | | | 80 | ------------------------------------------------------------------------------- |
| A | interests/index.html | | | 80 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| D | projects.html | | | 88 | ------------------------------------------------------------------------------- |
| A | projects/index.html | | | 88 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
8 files changed, 241 insertions(+), 241 deletions(-)
diff --git a/blog/index.html b/blog/index.html
@@ -13,7 +13,7 @@
<body>
<header>
<nav class="main-site-nav">
- <a href="../index.html"><- Back to Main Page</a>
+ <a href="../"><- Back to Main Page</a>
</nav>
<h1>cowmonk's random blogs <a href="atom.xml"> <img src="../assets/images/rss.png" height="20" style="vertical-align: -4px;" /> </a></h1>
<p>
diff --git a/credits.html b/credits.html
@@ -1,68 +0,0 @@
- <!DOCTYPE html>
-<html lang="en">
-<head>
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <meta charset="utf-8" />
- <title>cowmonk's Place</title>
- <link rel="stylesheet" href="main.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="index.html">About</a>
- <a href="projects.html">Projects</a>
- <a href="blog/index.html">Blog</a>
- <a href="interests.html">Interests</a>
- <a href="#credits" class="active-nav-item">Credits</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>
-
- <details class="contacts">
- <summary>Contact & Links</summary>
- <dl class="contact-details">
- <dt>Email</dt>
- <dd>cowmonk@based.pt</dd>
-
- <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>
- </details>
- </aside>
-
- <main class="main-content">
- <section id="credits">
- <h2><span class="prompt">$</span> Credits</h2>
- <p>Thank you to bacalhau for providing the server + subdomain for this website! For anyone that sees this website, please head over to <a href="https://based.pt">his website</a>. And if you have any spare change, I would encourage you to donate since all his services that he provides are 100% free, and (allegedly) safe.</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" />
- <center>
- <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p>
- </center>
- <p>© 2025 cowmonk.</p>
- </footer>
-</body>
-</html>
diff --git a/credits/index.html b/credits/index.html
@@ -0,0 +1,68 @@
+ <!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta charset="utf-8" />
+ <title>cowmonk's Place</title>
+ <link rel="stylesheet" href="main.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="../">About</a>
+ <a href="../projects/">Projects</a>
+ <a href="../blog/">Blog</a>
+ <a href="../interests/">Interests</a>
+ <a href="#credits" class="active-nav-item">Credits</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>
+
+ <details class="contacts">
+ <summary>Contact & Links</summary>
+ <dl class="contact-details">
+ <dt>Email</dt>
+ <dd>cowmonk@based.pt</dd>
+
+ <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>
+ </details>
+ </aside>
+
+ <main class="main-content">
+ <section id="credits">
+ <h2><span class="prompt">$</span> Credits</h2>
+ <p>Thank you to bacalhau for providing the server + subdomain for this website! For anyone that sees this website, please head over to <a href="https://based.pt">his website</a>. And if you have any spare change, I would encourage you to donate since all his services that he provides are 100% free, and (allegedly) safe.</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" />
+ <center>
+ <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p>
+ </center>
+ <p>© 2025 cowmonk.</p>
+ </footer>
+</body>
+</html>
diff --git a/index.html b/index.html
@@ -16,10 +16,10 @@
<p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p>
<nav id="main-nav">
<a href="#about" class="active-nav-item">About</a>
- <a href="projects.html">Projects</a>
- <a href="blog/index.html">Blog</a>
- <a href="interests.html">Interests</a>
- <a href="credits.html">Credits</a>
+ <a href="projects/">Projects</a>
+ <a href="blog/">Blog</a>
+ <a href="interests/">Interests</a>
+ <a href="credits/">Credits</a>
</nav>
</header>
diff --git a/interests.html b/interests.html
@@ -1,80 +0,0 @@
- <!DOCTYPE html>
-<html lang="en">
-<head>
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <meta charset="utf-8" />
- <title>cowmonk's Place</title>
- <link rel="stylesheet" href="main.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="index.html">About</a>
- <a href="projects.html">Projects</a>
- <a href="blog/index.html">Blog</a>
- <a href="#other-things" class="active-nav-item">Interests</a>
- <a href="credits.html">Credits</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>
-
- <details class="contacts">
- <summary>Contact & Links</summary>
- <dl class="contact-details">
- <dt>Email</dt>
- <dd>cowmonk@based.pt</dd>
-
- <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>
- </details>
- </aside>
-
- <main class="main-content">
- <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" />
- <center>
- <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p>
- </center>
- <p>© 2025 cowmonk.</p>
- </footer>
-</body>
-</html>
-
-
-
diff --git a/interests/index.html b/interests/index.html
@@ -0,0 +1,80 @@
+ <!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta charset="utf-8" />
+ <title>cowmonk's Place</title>
+ <link rel="stylesheet" href="main.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="../">About</a>
+ <a href="../projects/">Projects</a>
+ <a href="../blog/">Blog</a>
+ <a href="#other-things" class="active-nav-item">Interests</a>
+ <a href="../credits/">Credits</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>
+
+ <details class="contacts">
+ <summary>Contact & Links</summary>
+ <dl class="contact-details">
+ <dt>Email</dt>
+ <dd>cowmonk@based.pt</dd>
+
+ <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>
+ </details>
+ </aside>
+
+ <main class="main-content">
+ <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" />
+ <center>
+ <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p>
+ </center>
+ <p>© 2025 cowmonk.</p>
+ </footer>
+</body>
+</html>
+
+
+
diff --git a/projects.html b/projects.html
@@ -1,88 +0,0 @@
- <!DOCTYPE html>
-<html lang="en">
-<head>
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <meta charset="utf-8" />
- <title>cowmonk's Place</title>
- <link rel="stylesheet" href="main.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="index.html">About</a>
- <a href="#projects" class="active-nav-item">Projects</a>
- <a href="blog/index.html">Blog</a>
- <a href="interests.html">Interests</a>
- <a href="credits.html">Credits</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>
-
- <details class="contacts">
- <summary>Contact & Links</summary>
- <dl class="contact-details">
- <dt>Email</dt>
- <dd>cowmonk@based.pt</dd>
-
- <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>
- </details>
- </aside>
-
- <main class="main-content">
- <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>
- <article class="project-item">
- <h3>[ Website ]</h3>
- <p>I debated whether or not to include this, but I decided to so people can find the hosted source code. I don't think I need any explaining, but it's just my personal website that you see here :).</p>
- <p><a href="https://github.com/cowmonk/cowmonk.github.io">View Github -></a></p>
- </article>
- </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" />
- <center>
- <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p>
- </center>
- <p>© 2025 cowmonk.</p>
- </footer>
-</body>
-</html>
diff --git a/projects/index.html b/projects/index.html
@@ -0,0 +1,88 @@
+ <!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta charset="utf-8" />
+ <title>cowmonk's Place</title>
+ <link rel="stylesheet" href="../main.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="../">About</a>
+ <a href="#projects" class="active-nav-item">Projects</a>
+ <a href="../blog/">Blog</a>
+ <a href="../interests/">Interests</a>
+ <a href="../credits/">Credits</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>
+
+ <details class="contacts">
+ <summary>Contact & Links</summary>
+ <dl class="contact-details">
+ <dt>Email</dt>
+ <dd>cowmonk@based.pt</dd>
+
+ <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>
+ </details>
+ </aside>
+
+ <main class="main-content">
+ <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>
+ <article class="project-item">
+ <h3>[ Website ]</h3>
+ <p>I debated whether or not to include this, but I decided to so people can find the hosted source code. I don't think I need any explaining, but it's just my personal website that you see here :).</p>
+ <p><a href="https://github.com/cowmonk/cowmonk.github.io">View Github -></a></p>
+ </article>
+ </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" />
+ <center>
+ <p><a href="https://bacalhau.based.pt">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://boofener.based.pt">next</a></p>
+ </center>
+ <p>© 2025 cowmonk.</p>
+ </footer>
+</body>
+</html>