<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deployment on cloudmato.com</title><link>https://cloudmato.com/tags/deployment/</link><description>Recent content in Deployment on cloudmato.com</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>cloudmato.com</managingEditor><webMaster>cloudmato.com</webMaster><lastBuildDate>Mon, 01 Jun 2026 22:45:10 +0530</lastBuildDate><atom:link href="https://cloudmato.com/tags/deployment/index.xml" rel="self" type="application/rss+xml"/><item><title>Build and Deploy a Static Site with Hugo</title><link>https://cloudmato.com/posts/build-deploy-static-site-hugo/</link><pubDate>Mon, 01 Jun 2026 22:45:10 +0530</pubDate><author>cloudmato.com</author><guid>https://cloudmato.com/posts/build-deploy-static-site-hugo/</guid><description>&lt;p&gt;Most blogs I have seen over the years run on WordPress — a database, PHP, plugins, security patches every other week. A lot of moving parts for a site that basically publishes text. Hugo is the opposite of all that. No database. No runtime. Just plain HTML files served off a CDN, generated in under a second.&lt;/p&gt;
&lt;h2 class="header-anchor-wrapper"&gt;What is Hugo exactly — and why is it so fast?
&lt;a href="#what-is-hugo-exactly--and-why-is-it-so-fast" class="header-anchor-link"&gt;
&lt;svg
xmlns="http://www.w3.org/2000/svg"
width="1rem" height="1rem" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"&gt;
&lt;line x1="4" y1="9" x2="20" y2="9"&gt;&lt;/line&gt;&lt;line x1="4" y1="15" x2="20" y2="15"&gt;&lt;/line&gt;&lt;line x1="10" y1="3" x2="8" y2="21"&gt;&lt;/line&gt;&lt;line x1="16" y1="3" x2="14" y2="21"&gt;&lt;/line&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Hugo is an open-source static site generator written in Go [1]. You write content in Markdown, pick a theme, run one command, and it produces a folder of plain HTML, CSS, and JS. That folder is your entire website. Nothing runs on the server. No PHP, no Python, no Node process to keep alive.&lt;/p&gt;</description></item></channel></rss>