<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Yap on blog183</title><link>https://anir183.is-a.dev/blog/tags/yap/</link><description>Recent Posts in Yap on blog183</description><generator>Hugo 0.163.3</generator><language>en</language><managingEditor>anirban@anir183.is-a.dev (anir183)</managingEditor><webMaster>anirban@anir183.is-a.dev (anir183)</webMaster><lastBuildDate>Sat, 18 Jul 2026 21:04:31 +0200</lastBuildDate><atom:link href="https://anir183.is-a.dev/blog/tags/yap/index.xml" rel="self" type="application/rss+xml"/><item><title>Here we are!</title><link>https://anir183.is-a.dev/blog/post/here-we-are/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><author>anirban@anir183.is-a.dev (anir183)</author><dc:creator>anir183</dc:creator><guid>https://anir183.is-a.dev/blog/post/here-we-are/</guid><description>I decided it was a good idea to try write a blog site. Why?</description><content:encoded>&lt;p&gt;Making a blog website is one of the staple beginner projects for web-developers. I did miss out on that, and have now caught up!&lt;/p&gt;
&lt;p&gt;The main reason I initially wanted to write a blog was a little something called MAR points. Mandatory Activity Requirement points are something I need 25 of, to be allowed to move on to the next year of my college course. And apparently a blog qualifies for 20, I think. So a pretty good deal!&lt;/p&gt;
&lt;h3 id="what"&gt;What?&lt;/h3&gt;
&lt;p&gt;So&amp;hellip; what would I even do in a blog then? Truth be told, I don&amp;rsquo;t really know. This might very well be the only post to ever see the light of the sun, just to those juicy points.&lt;/p&gt;
&lt;p&gt;But I do have some ideas for stuff I&amp;rsquo;d like to blog (if I remember to). I watch a YouTuber called &amp;ldquo;&lt;a href="https://www.youtube.com/@ThePrimeTimeagen" target="_blank" rel="external noopener noreferrer nofollow"&gt;ThePrimeagen&lt;/a&gt;&amp;rdquo;, who does article reads. Some of my favorite ones like &amp;ldquo;Inner JSON Effect&amp;rdquo;, &amp;ldquo;Dieselgate, but for trains.&amp;rdquo;, etc. were from his streams.&lt;/p&gt;
&lt;p&gt;So I&amp;rsquo;d like to do something like that - document my achievements, projects I&amp;rsquo;ve made, experiences I&amp;rsquo;ve had, devlogs, etc&lt;/p&gt;
&lt;h3 id="how"&gt;How?&lt;/h3&gt;
&lt;p&gt;Now that I had an inkling of an idea of what I want to do, I need to create a place to do it. Dev, Medium, HackerNews, etc., there are tons of platforms to do a bit of dev-related bloggin. There are many more for general purpose blogging. But that&amp;rsquo;s boring, and as I said before, I hadn&amp;rsquo;t made the staple blog project before.&lt;/p&gt;
&lt;p&gt;Hence, I tried my hands at this. The TL;DR is a static hugo site with the hugo-brewm theme, pagefinder indexing and giscus comments. But the details will come in a bit.&lt;/p&gt;
&lt;h3 id="why"&gt;Why?&lt;/h3&gt;
&lt;p&gt;So why these technologies? Honestly, no particular reason. I just had a set of requirements, and these worked well for it.&lt;/p&gt;
&lt;p&gt;Firstly, I planned to using GitHub pages to host the site; so it had to be static or at least the ability to build down to a static site.&lt;/p&gt;
&lt;p&gt;Then, I would like the build process to be light and fast. Mainly, because the site &amp;ldquo;should&amp;rdquo; in theory be frequently modified to create new posts, and GitHub actions hours can pile up pretty quickly.&lt;/p&gt;
&lt;p&gt;Finally, markdown. Markdown. Markdown. Every developer knows markdown to some extent, and now its getting more widespread due to AI. But markdown is definitely the simplest and easiest way to write rich text on the internet.&lt;/p&gt;
&lt;h3 id="lets-start-building"&gt;Let&amp;rsquo;s Start Building&lt;/h3&gt;
&lt;p&gt;Now that I had my toolbox ready, it was time to make stuff. I had recently finished my portfolio site (&lt;a href="https://anir183.is-a.dev" target="_blank" rel="external noopener noreferrer nofollow"&gt;plug&lt;/a&gt;), so I already knew what kind of design language I wanted. And, thanks to GitHub pages routing, I could just create another repository called &amp;ldquo;blog&amp;rdquo; which would route to &lt;code&gt;\&amp;lt;main site url\&amp;gt;/blog&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;So I was pretty much set on that side of things. I&amp;rsquo;ve had some dealings with hugo before. I think I even tried to create a portfolio site using hugo a couple years back. So I wasn&amp;rsquo;t completely out in the water. I created a project and started browsing through the available themes.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://themes.gohugo.io/themes/hugo-brewm" target="_blank" rel="external noopener noreferrer nofollow"&gt;Hugo-Brewm&lt;/a&gt; caught my eye. It looked sleek, stylish, modern and minimalist without trying too hard. So I decided to use that as a base. And as it turned out, this theme also had built-in support for Search Indexing via &lt;a href="https://pagefind.app/" target="_blank" rel="external noopener noreferrer nofollow"&gt;Pagefind&lt;/a&gt; as well as Comments via &lt;a href="https://giscus.app" target="_blank" rel="external noopener noreferrer nofollow"&gt;Giscus&lt;/a&gt;, so I was pretty damn happy.&lt;/p&gt;
&lt;h3 id="the-workflow"&gt;The Workflow&lt;/h3&gt;
&lt;p&gt;I had a project, a theme and related technicalities served on a plate. I just needed to do some plumbing and finish the job. Buuuuttt, I did NOT want to spend my time editing CSS and having to look at hugo-brewm&amp;rsquo;s codebase to make any substantial edits.&lt;/p&gt;
&lt;p&gt;So I did what any reasonable person would do in the year of our lord 2026. Sold my soul to the AI overlords! The site was done in about 15 commits after bringing in the brewm theme. 7 of them were fixes, 2 minor tweaks and 1 for GitHub action setup. So it was more like 5 commits worth of changes to the theme and there was my glorious blazing fast blog.&lt;/p&gt;
&lt;p&gt;MUCH MUCH MUCH simpler that the development of my main portfolio site.&lt;/p&gt;
&lt;h3 id="here-we-are"&gt;Here we are&lt;/h3&gt;
&lt;p&gt;So after all that, here we are. Site - ready, blog - posted and points - at the end of the academic year. This was fun, a small fast project which did not need much thinking on my part honestly. But I do have a space now, to share my thoughts, experiences, learning, etc.&lt;/p&gt;
&lt;p&gt;Maybe I&amp;rsquo;ll add a newsletter next? So that my staggering 0 readers can stay up-to-date with my latest posts. But we will see.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s it!&lt;/p&gt;</content:encoded><category>Yapping</category><enclosure url="https://raw.githubusercontent.com/foxihd/hugo-et-hd/master/static/svg/flowlines/7.svg" length="0" type="image/jpeg"/></item></channel></rss>