<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Website on Pratham Dupare</title><link>https://heypratham.in/tags/website/</link><description>Recent content in Website on Pratham Dupare</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 03 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://heypratham.in/tags/website/index.xml" rel="self" type="application/rss+xml"/><item><title>Hugo - Simple guide</title><link>https://heypratham.in/write/hugo-guide/</link><pubDate>Sat, 03 Feb 2024 00:00:00 +0000</pubDate><guid>https://heypratham.in/write/hugo-guide/</guid><description>&lt;h2 id="what-is-hugo"&gt;What is Hugo?&lt;/h2&gt;&#10;&lt;p&gt;Hugo is a fast and modern static site generator written in Go, designed to make website creation enjoyable.&lt;/p&gt;&#10;&lt;h3 id="the-basics-you-need-to-know-and-have"&gt;The basics you need to know and have:&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Git or GitHub&lt;/li&gt;&#10;&lt;li&gt;Somewhere you can deploy your site (for example: Netlify, GitHub pages, fly.io, nginx, etc)&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;&#10;&lt;h3 id="linux"&gt;Linux&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Snap package&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo snap install hugo&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&#10;&lt;li&gt;Arch Linux&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;sudo pacman -S hugo&#10;&lt;/code&gt;&lt;/pre&gt;&lt;ul&gt;&#10;&lt;li&gt;Debian&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;sudo apt install hugo&#10;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;for more info check the official installation guide &lt;a href="https://gohugo.io/installation/linux/"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>