<?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>Newskill on MBG</title><link>https://mesagoh.github.io/tags/newskill/</link><description>Recent content in Newskill on MBG</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 13 Apr 2026 21:11:46 -0700</lastBuildDate><atom:link href="https://mesagoh.github.io/tags/newskill/index.xml" rel="self" type="application/rss+xml"/><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>