<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>My Blog on MBG</title><link>https://mesagoh.github.io/</link><description>Recent content in My Blog on MBG</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 14 Apr 2026 21:36:54 -0700</lastBuildDate><atom:link href="https://mesagoh.github.io/index.xml" rel="self" type="application/rss+xml"/><item><title>Articles about High Agency</title><link>https://mesagoh.github.io/posts/articles-april-2026/</link><pubDate>Tue, 14 Apr 2026 21:36:54 -0700</pubDate><guid>https://mesagoh.github.io/posts/articles-april-2026/</guid><description>&lt;p&gt;Some articles I would like to read but haven&amp;rsquo;t gotten the chance to.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://paulgraham.com/love.html"&gt;How to Do What You Love&lt;/a&gt; by Paul Graham&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sive.rs/hellyeah"&gt;No “yes.” Either “HELL YEAH!” or “no.”&lt;/a&gt; by Derek Sivers&lt;/li&gt;
&lt;li&gt;&lt;a href="https://waitbutwhy.com/2018/04/picking-career.html"&gt;How to Pick a Career (That Actually Fits You)&lt;/a&gt; by Tim Urban&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.theatlantic.com/ideas/archive/2025/06/make-your-work-your-calling/683330/"&gt;Make Your Work Your Calling&lt;/a&gt; by Arthur Brooks&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pmarchive.com/guide_to_career_planning_part0.html"&gt;The Pmarca Guide to Career Planning&lt;/a&gt; by Marc Andreessen&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.highagency.com/"&gt;High Agency in 30 Minutes&lt;/a&gt; by George Mack&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/pulse/high-agency-its-importance-how-cultivate-shreyas-doshi/"&gt;High Agency: what is it, why it is important, and how to cultivate it &lt;/a&gt; by Shreyas Doshi&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nickwignall.com/high-agency-mindset/"&gt;The High Agency Mindset&lt;/a&gt; by Nick Wignall&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Review on these articles coming up next!&lt;/p&gt;</description></item><item><title>Blog Tutorial (Github Pages + Hugo)</title><link>https://mesagoh.github.io/posts/blog-tutorial/</link><pubDate>Mon, 13 Apr 2026 21:11:46 -0700</pubDate><guid>https://mesagoh.github.io/posts/blog-tutorial/</guid><description>&lt;p&gt;My website is a simple HTML+CSS base, hosted on GitHub Pages. I wanted to extend this page to contain a collection of writings, thoughts, learnings. I&amp;rsquo;ve decided to try out &lt;a href="https://gohugo.io"&gt;Hugo&lt;/a&gt;, due to its reputation of being the world&amp;rsquo;s fastest static site generator (SSG).&lt;/p&gt;
&lt;h2 id="step-1-install-hugo-locally"&gt;Step 1: Install Hugo locally&lt;/h2&gt;
&lt;p&gt;Use the official .deb from the &lt;a href="https://github.com/gohugoio/hugo/releases"&gt;Hugo GitHub Releases&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download the latest .deb&lt;/li&gt;
&lt;li&gt;Install: &lt;code&gt;sudo dpkg -i hugo*.deb&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Verify version: &lt;code&gt;hugo version&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="step-2-initialize-your-site"&gt;Step 2: Initialize your site&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;cd username.github.io/
hugo new site my-blog
cd my-blog
git init
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="step-3-add-a-new-post"&gt;Step 3: Add a new Post&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;hugo new posts/first-entry.md
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Open this MD file and start adding your content&lt;/p&gt;</description></item></channel></rss>