You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
</span> <spanclass="post-publish">published on <timedatetime="2024-07-31">2024-07-31</time></span> <spanclass="post-category">included in <ahref="/categories/development/"><iclass="far fa-folder fa-fw" aria-hidden="true"></i>Development</a></span></div><divclass="content"><h3id="what-this-post-covers">What this post covers?</h3>
111
111
<p>So instead of reaching to arrow keys, you can just use h (as left arrow), j (as down arrow) k (as up arrow) and l (as right arrow) by hoding ctrl key.</p>
112
112
<h3id="before-we-start">Before we start</h3>
@@ -117,7 +117,7 @@ <h2 id="keyboard-settings-on-mac">Keyboard Settings on Mac</h2>
</span> <spanclass="post-publish">published on <timedatetime="2024-07-07">2024-07-07</time></span> <spanclass="post-category">included in <ahref="/categories/development/"><iclass="far fa-folder fa-fw" aria-hidden="true"></i>Development</a></span></div><divclass="content"><p>In this post, I’ll show you the simplest way to protect a Hugo page with a password by using front matter and adding a new parameter called “password.” This allows you to set a unique password for each post.</p>
122
122
<divclass="details admonition warning open">
123
123
<divclass="details-summary admonition-title">
@@ -146,7 +146,7 @@ <h2 id="keyboard-settings-on-mac">Keyboard Settings on Mac</h2>
</span> <spanclass="post-publish">published on <timedatetime="2024-06-11">2024-06-11</time></span> <spanclass="post-category">included in <ahref="/categories/development/"><iclass="far fa-folder fa-fw" aria-hidden="true"></i>Development</a></span></div><divclass="content"><h3id="whats-covered-in-this-post">What’s covered in this post?</h3>
151
151
<p>Hugo ships with out search, yet I love it. However, I’ve managed to integrate lunr search that is supported by the theme <ahref="https://hugoloveit.com/" target="_blank" rel="noopener noreffer">Loveit</a>
152
152
I’m using on this website. With that being said, this post will cover how I integrate <code>lurn</code> on <ahref="https://shiva.dev/" target="_blank" rel="noopener noreffer">my website</a>
@@ -157,7 +157,7 @@ <h3 id="install-or-update">Install or update!</h3>
</span> <spanclass="post-publish">published on <timedatetime="2024-05-22">2024-05-22</time></span> <spanclass="post-category">included in <ahref="/categories/programming/"><iclass="far fa-folder fa-fw" aria-hidden="true"></i>Programming</a></span></div><divclass="content"><h3id="what-is-string-template">What is String Template?</h3>
162
162
<p>String Template is a process of substituting values of variables into placeholders in a string. In the past, we relied on string concatenation to format output for print statements. </p>
163
163
<p><code>System.out.println(arr[i] + " " + "From for loop");</code></p>
@@ -166,7 +166,7 @@ <h3 id="install-or-update">Install or update!</h3>
</span> <spanclass="post-publish">published on <timedatetime="2023-03-04">2023-03-04</time></span> <spanclass="post-category">included in <ahref="/categories/programming/"><iclass="far fa-folder fa-fw" aria-hidden="true"></i>Programming</a></span></div><divclass="content"><p>Hey there! We’re going to work on a challenge together where we’ll be writing a program called invest.py. The goal of this program is to track the growing amount of an investment over time.</p>
171
171
<p>We’ll start with an initial deposit, also known as the principal amount. Each year, this amount will increase by a fixed percentage called the annual rate of return.</p>
172
172
<p>For instance, if we start with a principal amount of $100 and an annual rate of return of 5%, the first year’s increase will be $5. The second year, the increase will be 5% of the new amount, which is $105, resulting in an increase of $5.25.</p></div><divclass="post-footer">
@@ -175,7 +175,7 @@ <h3 id="install-or-update">Install or update!</h3>
<description><![CDATA[<h3 id="what-this-post-covers">What this post covers?</h3>
15
15
<p>So instead of reaching to arrow keys, you can just use h (as left arrow), j (as down arrow) k (as up arrow) and l (as right arrow) by hoding ctrl key.</p>
@@ -22,7 +22,7 @@
22
22
<title>Adding Password Protection To A Hugo Post</title>
<description><![CDATA[<p>In this post, I’ll show you the simplest way to protect a Hugo page with a password by using front matter and adding a new parameter called “password.” This allows you to set a unique password for each post.</p>
<description><![CDATA[<h3 id="whats-covered-in-this-post">What’s covered in this post?</h3>
91
91
<p>Hugo ships with out search, yet I love it. However, I’ve managed to integrate lunr search that is supported by the theme <a href="https://hugoloveit.com/" target="_blank" rel="noopener noreffer">Loveit</a>
<description><![CDATA[<h3 id="what-is-string-template">What is String Template?</h3>
104
104
<p>String Template is a process of substituting values of variables into placeholders in a string. In the past, we relied on string concatenation to format output for print statements. </p>
@@ -109,7 +109,7 @@
109
109
<title>Calculate Anual Rate Of Return In Python</title>
<description><![CDATA[<p>Hey there! We’re going to work on a challenge together where we’ll be writing a program called invest.py. The goal of this program is to track the growing amount of an investment over time.</p>
115
115
<p>We’ll start with an initial deposit, also known as the principal amount. Each year, this amount will increase by a fixed percentage called the annual rate of return.</p>
<divid="content-container"><h1class="single-title animate__animated animate__flipInX">Calculate Anual Rate Of Return In Python</h1><divclass="post-meta">
0 commit comments