<?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>Operator&#39;s Paradise</title>
    <link>https://coding666legend.github.io/</link>
    <description>Recent content on Operator&#39;s Paradise</description>
    <generator>Hugo -- 0.157.0</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 14 Mar 2026 06:38:59 +0530</lastBuildDate>
    <atom:link href="https://coding666legend.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Blog</title>
      <link>https://coding666legend.github.io/posts/how-to-blog/</link>
      <pubDate>Sat, 14 Mar 2026 06:38:59 +0530</pubDate>
      <guid>https://coding666legend.github.io/posts/how-to-blog/</guid>
      <description>&lt;h2 id=&#34;how-to-setup-and-start-blog-on-operators-system&#34;&gt;How To Setup and Start Blog on Operator&amp;rsquo;s System.&lt;/h2&gt;
&lt;h3 id=&#34;step-1-create-site-one-time-process&#34;&gt;Step 1: Create Site (one-time-Process)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hugo new my-blog-site  
cd my-blog-site  
git init  
git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod  
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;em&gt;edit &lt;code&gt;hugo.toml&lt;/code&gt;&lt;/em&gt;:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;baseURL = https:localhost:1313/  
languageCode = &amp;#34;en-us&amp;#34;  
title = &amp;#34;my-own-blog&amp;#34;  
theme = &amp;#34;PaperMod&amp;#34;  
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;step-2-create-a-post&#34;&gt;Step 2: Create a Post&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;hugo new posts/my-first-blog.md&lt;/code&gt;&lt;br&gt;
&lt;em&gt;edit &lt;code&gt;content/posts/my-first-blog.md&lt;/code&gt;&lt;/em&gt;&lt;br&gt;
&lt;em&gt;at the top, change: &lt;code&gt;draft: false&lt;/code&gt;&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Start Writing Your Content Now&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;h3 id=&#34;step-3-run-local-sever&#34;&gt;Step 3: Run Local Sever&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;hugo server&lt;/code&gt;&lt;br&gt;
&lt;em&gt;open &lt;code&gt;http:localhost:1313/&lt;/code&gt;&lt;/em&gt;&lt;br&gt;
&lt;em&gt;this is development mode, you haven&amp;rsquo;t yet publicly deployed , Press &lt;code&gt;Ctrl+C&lt;/code&gt; to stop the server&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>My First Blog</title>
      <link>https://coding666legend.github.io/posts/my-first-blog/</link>
      <pubDate>Tue, 03 Mar 2026 09:12:39 +0530</pubDate>
      <guid>https://coding666legend.github.io/posts/my-first-blog/</guid>
      <description>&lt;h1 id=&#34;introduction&#34;&gt;Introduction:&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Hello, Myself The Operator&amp;hellip;&lt;/li&gt;
&lt;li&gt;I am a Tech Enthusiastic Cyber-Security Student.&lt;/li&gt;
&lt;li&gt;Beginning to blog, yet documenting me and my tech.&lt;/li&gt;
&lt;li&gt;Let&amp;rsquo;s See how does this journey goes by&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
