]> git.taranathan.com Git - blog.git/commitdiff
gitweb miniblog main
authormoo <moogoesmeow123@gmail.com>
Tue, 2 Jun 2026 04:30:28 +0000 (21:30 -0700)
committermoo <moogoesmeow123@gmail.com>
Tue, 2 Jun 2026 04:30:28 +0000 (21:30 -0700)
content/miniblog/gitweb.md [new file with mode: 0644]
public/miniblog/gitweb/index.html [new file with mode: 0644]
public/miniblog/index.html
public/sitemap.xml

diff --git a/content/miniblog/gitweb.md b/content/miniblog/gitweb.md
new file mode 100644 (file)
index 0000000..b6eaf38
--- /dev/null
@@ -0,0 +1,10 @@
++++
+title = "gitweb!"
+date = 2026-06-01
++++
+
+So, yesterday, I basically spent a couple hours trying to set up gitweb on my server, after multiple failed attempts to get things like gitea, gitlab, and cgit to work. But gitweb actually is pretty feature-complete, so I'll just stick with it! I modified the css and some links, so I think it's personalized enough for me.   
+
+<br>
+
+Also, I made a template for robotics standup meetings in typst! I got really bored during a discussion in robotics today (last meeting of the year (;´༎ຶД༎ຶ`)), and they were talking about organization and communication between subteams, so I just kind of had the thought to make a new little template, as I am going to be software lead next year (no [captain](https://nbatitlechase.com/wp-content/uploads/2021/06/PHOTO-Steph-Curry-Literally-Shooting-At-The-Moon.jpg) :( ). So first of all, I had to fix up the crappy ass logo that we *STILL* use on our official website, despite it being ~100x100px. So I basically just traced over it in PixiEditor, which I recently compiled from source with some troubles, turning it into an svg and higher res png. Now that I had the crisp lookin' logo, I just modified the touying simple theme to make a slide template for our team. Basically all I did was change the default colors and force an image to be overlaid on the top right, but it gets the job done. But now that I have my new gitweb frontend, I had to put it [there!](https://git.taranathan.com/)
diff --git a/public/miniblog/gitweb/index.html b/public/miniblog/gitweb/index.html
new file mode 100644 (file)
index 0000000..06ccfda
--- /dev/null
@@ -0,0 +1,71 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="utf-8">
+  <title>gitweb! - MyBlog</title>
+  <link rel="icon" type="image/x-icon" href="https://taranathan.com/favicon.ico">
+  <link rel="stylesheet" href="https://taranathan.com/styles.css">
+</head>
+
+<body>
+  <div class="container">
+    <div class="kaomoji-sidebar kaomoji-left">
+      <div class="scroll-text" id="kaomoji-left"></div>
+    </div>
+
+    <main class="content">
+      <header class="header">
+        <h1 href="/">My Blog</h1>
+        <nav class="nav">
+          <a href="/">Home</a>
+          <a href="/blog">Blog</a>
+          <a href="/miniblog">Miniblog</a>
+          <a href="/boo" target="_blank">Fun</a>
+        </nav>
+      </header>
+
+      <section class="content-body">
+        
+  <article class="post miniblog-post">
+    <h1 class="title">gitweb!</h1>
+    <p class="subtitle"><strong>2026-06-01</strong></p>
+    <div class="post-content"><p>So, yesterday, I basically spent a couple hours trying to set up gitweb on my server, after multiple failed attempts to get things like gitea, gitlab, and cgit to work. But gitweb actually is pretty feature-complete, so I’ll just stick with it! I modified the css and some links, so I think it’s personalized enough for me.</p>
+<br>
+<p>Also, I made a template for robotics standup meetings in typst! I got really bored during a discussion in robotics today (last meeting of the year (;´༎ຶД༎ຶ`)), and they were talking about organization and communication between subteams, so I just kind of had the thought to make a new little template, as I am going to be software lead next year (no <a rel="external" href="https://nbatitlechase.com/wp-content/uploads/2021/06/PHOTO-Steph-Curry-Literally-Shooting-At-The-Moon.jpg">captain</a> :( ). So first of all, I had to fix up the crappy ass logo that we <em>STILL</em> use on our official website, despite it being ~100x100px. So I basically just traced over it in PixiEditor, which I recently compiled from source with some troubles, turning it into an svg and higher res png. Now that I had the crisp lookin’ logo, I just modified the touying simple theme to make a slide template for our team. Basically all I did was change the default colors and force an image to be overlaid on the top right, but it gets the job done. But now that I have my new gitweb frontend, I had to put it <a rel="external" href="https://git.taranathan.com/">there!</a></p>
+</div>
+  </article>
+
+      </section>
+    </main>
+
+    <div class="kaomoji-sidebar kaomoji-right">
+      <div class="scroll-text" id="kaomoji-right"></div>
+    </div>
+  </div>
+
+  <script>
+    // Smooth scrolling for internal links
+    document.querySelectorAll('nav a').forEach(anchor => {
+      anchor.addEventListener('click', function (e) {
+        const href = this.getAttribute('href');
+        if (href && href.startsWith('#')) {
+          e.preventDefault();
+          document.querySelector(href).scrollIntoView({ behavior: 'smooth' });
+        }
+      });
+    });
+
+    // Fetch kaomoji text if available
+    fetch('https://taranathan.com/kaomoji.txt').then(r => { if (r.ok) return r.text(); }).then(data => {
+      if (data) {
+        const l = document.getElementById('kaomoji-left');
+        const rgt = document.getElementById('kaomoji-right');
+        if (l) l.textContent = data;
+        if (rgt) rgt.textContent = data;
+      }
+    }).catch(()=>{});
+  </script>
+</body>
+
+</html>
index 5551993a0604394bc8981779d7f80ef6d519c2c6..57d5bccd7b705258fdcbb50cd2310adc9526ee1b 100644 (file)
   <h2 class="section-title">Miniblog&#x2F;journal posts</h2>
   <ul class="post-list">
     
   <h2 class="section-title">Miniblog&#x2F;journal posts</h2>
   <ul class="post-list">
     
+      <li class="post-list-item">
+        <a href="https://taranathan.com/miniblog/gitweb/">gitweb!</a>
+      <p class="subtitle""> — 2026-06-01</p>
+      
+    </li>
+  
       <li class="post-list-item">
         <a href="https://taranathan.com/miniblog/firstmini/">first mini</a>
       <p class="subtitle""> — 2026-04-16</p>
       <li class="post-list-item">
         <a href="https://taranathan.com/miniblog/firstmini/">first mini</a>
       <p class="subtitle""> — 2026-04-16</p>
index e4adb907dc0ff0e04b93564224f437a56b6b64bc..db11a29beeba604f440df4ee49678f819b464fa1 100644 (file)
@@ -21,4 +21,8 @@
         <loc>https://taranathan.com/miniblog/firstmini/</loc>
         <lastmod>2026-04-16</lastmod>
     </url>
         <loc>https://taranathan.com/miniblog/firstmini/</loc>
         <lastmod>2026-04-16</lastmod>
     </url>
+    <url>
+        <loc>https://taranathan.com/miniblog/gitweb/</loc>
+        <lastmod>2026-06-01</lastmod>
+    </url>
 </urlset>
 </urlset>