<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Cloud | SRE | DevOps | Infrastructure | AI</title><link>https://www.aguswibawa.my.id/posts/</link><description>Recent content in Posts on Cloud | SRE | DevOps | Infrastructure | AI</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 11 Apr 2026 08:06:25 +0700</lastBuildDate><atom:link href="https://www.aguswibawa.my.id/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Hugo</title><link>https://www.aguswibawa.my.id/posts/introduction/</link><pubDate>Sat, 11 Apr 2026 08:06:25 +0700</pubDate><guid>https://www.aguswibawa.my.id/posts/introduction/</guid><description>&lt;img src="https://gohugo.io/images/hugo-logo-wide.svg" alt="Hugo Logo" width="10%">
&lt;p>Hugo is an open-source static site generator written in the Go programming language, designed to build websites quickly and efficiently. It converts content written in Markdown into static HTML files, allowing websites to load faster and run without relying on databases or server-side processing. Known as one of the fastest frameworks for building websites, Hugo can generate full websites in seconds thanks to its high-performance architecture.&lt;/p>
&lt;p>With its flexible templating system, multilingual support, and powerful content organization features, Hugo is widely used for creating blogs, portfolios, documentation sites, and corporate websites. It also includes a built-in development server that lets users preview changes instantly, making the development workflow simple and efficient for both beginners and experienced developers.&lt;/p></description></item><item><title>Rich Content</title><link>https://www.aguswibawa.my.id/posts/category/sub-category/rich-content/</link><pubDate>Mon, 08 Jun 2020 08:06:25 +0600</pubDate><guid>https://www.aguswibawa.my.id/posts/category/sub-category/rich-content/</guid><description>&lt;p>This sample post tests the followings:&lt;/p>
&lt;ul>
&lt;li>Category, sub-category nesting in the sidebar.&lt;/li>
&lt;li>Hero image and other images are in &lt;code>images&lt;/code> folder inside this post directory.&lt;/li>
&lt;li>Different media rendering like image, tweet, YouTube video, Vimeo video etc.&lt;/li>
&lt;/ul>
&lt;h3 id="image-sample">Image Sample&lt;/h3>
&lt;img src="https://www.aguswibawa.my.id/posts/category/sub-category/rich-content/images/forest.jpg"
alt="Forest"
class="center"
>
&lt;div style="margin-top: rem;">&lt;/div>
&lt;h3 id="tweet-sample">Tweet Sample&lt;/h3>
&lt;blockquote class="twitter-tweet">&lt;p lang="en" dir="ltr">Owl bet you&amp;#39;ll lose this staring contest 🦉 &lt;a href="https://t.co/eJh4f2zncC">pic.twitter.com/eJh4f2zncC&lt;/a>&lt;/p>&amp;mdash; San Diego Zoo Wildlife Alliance (@sandiegozoo) &lt;a href="https://x.com/sandiegozoo/status/1453110110599868418?ref_src=twsrc%5Etfw">October 26, 2021&lt;/a>&lt;/blockquote>
&lt;script async src="https://platform.x.com/widgets.js" charset="utf-8">&lt;/script>
&lt;div style="margin-top: rem;">&lt;/div>
&lt;h3 id="youtube-video-sample">YouTube Video Sample&lt;/h3>
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video">&lt;/iframe>
&lt;/div>
&lt;div style="margin-top: rem;">&lt;/div>
&lt;h3 id="vimeo-video-sample">Vimeo Video Sample&lt;/h3>
&lt;div
style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe
src="https://player.vimeo.com/video/48912912?dnt=0"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allow="fullscreen">
&lt;/iframe>
&lt;/div></description></item><item><title>Shortcodes Samples</title><link>https://www.aguswibawa.my.id/posts/shortcodes/</link><pubDate>Mon, 08 Jun 2020 08:06:25 +0600</pubDate><guid>https://www.aguswibawa.my.id/posts/shortcodes/</guid><description>&lt;p>This is a sample post intended to test the followings:&lt;/p>
&lt;ul>
&lt;li>Default hero image.&lt;/li>
&lt;li>Different shortcodes.&lt;/li>
&lt;/ul>
&lt;h2 id="alert">Alert&lt;/h2>
&lt;p>The following alerts are available in this theme.&lt;/p>
&lt;div class="alert success">
&lt;span>&lt;i data-feather="check-circle">&lt;/i>&lt;/span>
&lt;span>&lt;strong>This is sample alert with &lt;code>type=&amp;quot;success&amp;quot;&lt;/code>.&lt;/strong>&lt;/span>
&lt;/div>
&lt;div class="alert danger">
&lt;span>&lt;i data-feather="alert-octagon">&lt;/i>&lt;/span>
&lt;span>&lt;strong>This is sample alert with &lt;code>type=&amp;quot;danger&amp;quot;&lt;/code>.&lt;/strong>&lt;/span>
&lt;/div>
&lt;div class="alert warning">
&lt;span>&lt;i data-feather="alert-triangle">&lt;/i>&lt;/span>
&lt;span>&lt;strong>This is sample alert with &lt;code>type=&amp;quot;warning&amp;quot;&lt;/code>.&lt;/strong>&lt;/span>
&lt;/div>
&lt;div class="alert info">
&lt;span>&lt;i data-feather="info">&lt;/i>&lt;/span>
&lt;span>&lt;strong>This is sample alert with &lt;code>type=&amp;quot;info&amp;quot;&lt;/code>.&lt;/strong>&lt;/span>
&lt;/div>
&lt;div class="alert dark">
&lt;span>&lt;i data-feather="alert-circle">&lt;/i>&lt;/span>
&lt;span>&lt;strong>This is sample alert with &lt;code>type=&amp;quot;dark&amp;quot;&lt;/code>.&lt;/strong>&lt;/span>
&lt;/div>
&lt;div class="alert primary">
&lt;span>&lt;i data-feather="alert-circle">&lt;/i>&lt;/span>
&lt;span>&lt;strong>This is sample alert with &lt;code>type=&amp;quot;primary&amp;quot;&lt;/code>.&lt;/strong>&lt;/span>
&lt;/div>
&lt;div class="alert secondary">
&lt;span>&lt;i data-feather="alert-circle">&lt;/i>&lt;/span>
&lt;span>&lt;strong>This is sample alert with &lt;code>type=&amp;quot;secondary&amp;quot;&lt;/code>.&lt;/strong>&lt;/span>
&lt;/div>
&lt;h2 id="image">Image&lt;/h2>
&lt;h4 id="a-sample-image-without-any-attribute">A sample image without any attribute.&lt;/h4>
&lt;img src="https://www.aguswibawa.my.id/posts/shortcodes/boat.jpg"
alt="A boat at the sea"
>
&lt;div style="margin-top: 3rem;">&lt;/div>
&lt;h4 id="a-sample-image-with-height-and-width-attributes">A sample image with &lt;code>height&lt;/code> and &lt;code>width&lt;/code> attributes.&lt;/h4>
&lt;img src="https://www.aguswibawa.my.id/posts/shortcodes/boat.jpg"
alt="A boat at the sea"
width="600"
height="400"
>
&lt;div style="margin-top: 3rem;">&lt;/div>
&lt;h4 id="a-center-aligned-image-with-height-and-width-attributes">A center aligned image with &lt;code>height&lt;/code> and &lt;code>width&lt;/code> attributes.&lt;/h4>
&lt;img src="https://www.aguswibawa.my.id/posts/shortcodes/boat.jpg"
alt="A boat at the sea"
width="600"
height="400"
class="center"
>
&lt;div style="margin-top: 3rem;">&lt;/div>
&lt;h4 id="a-image-with-float-attribute">A image with &lt;code>float&lt;/code> attribute.&lt;/h4>
&lt;img src="https://www.aguswibawa.my.id/posts/shortcodes/boat.jpg"
alt="A boat at the sea"
width="500"
height="200"
style="float: right;"
>
&lt;p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras egestas lectus sed leo ultricies ultricies. Praesent tellus risus, eleifend vel efficitur ac, venenatis sit amet sem. Ut ut egestas erat. Fusce ut leo turpis. Morbi consectetur sed lacus vitae vehicula. Cras gravida turpis id eleifend volutpat. Suspendisse nec ipsum eu erat finibus dictum. Morbi volutpat nulla purus, vel maximus ex molestie id. Nullam posuere est urna, at fringilla eros venenatis quis.&lt;/p></description></item></channel></rss>