|
1 | | -<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"> |
2 | | - <channel> |
3 | | - <title>Development - Category - shiva.dev</title> |
4 | | - <link>https://shiva.dev/categories/development/</link> |
5 | | - <description>Development - Category - shiva.dev</description> |
6 | | - < generator>Hugo -- gohugo.io</ generator>< language>en</ language>< managingEditor> [email protected] (Shiva)</ managingEditor> |
7 | | - < webMaster> [email protected] (Shiva)</ webMaster>< lastBuildDate>Wed, 31 Jul 2024 13:55:20 -0500</ lastBuildDate>< atom:link href= "https://shiva.dev/categories/development/" rel= "self" type= "application/rss+xml" />< item> |
8 | | - <title>Bind Ctrl + HJKL to arrow keys on a Mac Machine</title> |
9 | | - <link>https://shiva.dev/posts/bind_ctrl_++hjkl_to_arrow_keys_on_a_mac/</link> |
10 | | - <pubDate>Wed, 31 Jul 2024 13:55:20 -0500</pubDate> |
11 | | - <author>Shiva</author> |
12 | | - <guid>https://shiva.dev/posts/bind_ctrl_++hjkl_to_arrow_keys_on_a_mac/</guid> |
13 | | - <description><![CDATA[What this post covers? 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. |
14 | | -Before we start First things first, we need to install a free tool called Hammerspoon. This tool will allow us to configure the key bindings. |
15 | | -Keyboard Settings on Mac Navigate to System Settings > Keyboard > Keyboard Shortcut > Modifier Keys (left pane).]]></description> |
16 | | -</item> |
17 | | -<item> |
18 | | - <title>Adding Password Protection To A Hugo Post</title> |
19 | | - <link>https://shiva.dev/posts/adding_password_protection_to_a_hugo_post/</link> |
20 | | - <pubDate>Sun, 07 Jul 2024 13:55:20 -0500</pubDate> |
21 | | - <author>Shiva</author> |
22 | | - <guid>https://shiva.dev/posts/adding_password_protection_to_a_hugo_post/</guid> |
23 | | - <description><![CDATA[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. |
24 | | -proceed with caution This method lacks complete security. Anyone with basic computer knowledge can access your post or the repository and view the passwords. Therefore, it’s advisable to avoid sharing sensitive information using this approach.]]></description> |
25 | | -</item> |
26 | | -<item> |
27 | | - <title>Top Secret</title> |
28 | | - <link>https://shiva.dev/posts/password/</link> |
29 | | - <pubDate>Sun, 07 Jul 2024 13:55:20 -0500</pubDate> |
30 | | - <author>Shiva</author> |
31 | | - <guid>https://shiva.dev/posts/password/</guid> |
32 | | - <description><![CDATA[Top Secret 1234567890 just kidding ;)]]></description> |
33 | | -</item> |
34 | | -<item> |
35 | | - <title>Top Secret</title> |
36 | | - <link>https://shiva.dev/posts/top_secret/</link> |
37 | | - <pubDate>Sun, 07 Jul 2024 13:55:20 -0500</pubDate> |
38 | | - <author>Shiva</author> |
39 | | - <guid>https://shiva.dev/posts/top_secret/</guid> |
40 | | - <description><![CDATA[Top Secret 1234567890 just kidding ;)]]></description> |
41 | | -</item> |
42 | | -<item> |
43 | | - <title>Add Lunr Search to Hugo site</title> |
44 | | - <link>https://shiva.dev/posts/lunr_search_for_hugo/</link> |
45 | | - <pubDate>Tue, 11 Jun 2024 20:02:20 -0500</pubDate> |
46 | | - <author>Shiva</author> |
47 | | - <guid>https://shiva.dev/posts/lunr_search_for_hugo/</guid> |
48 | | - <description><![CDATA[What’s covered in this post? Hugo ships with out search, yet I love it. However, I’ve managed to integrate lunr search that is supported by the theme Loveit I’m using on this website. With that being said, this post will cover how I integrate lurn on my website - for demo, go ahead and search for something on this website :) |
49 | | -Install or update! Make sure you update or install before we start.]]></description> |
50 | | -</item> |
51 | | -</channel> |
| 1 | +<?xml version="1.0" encoding="utf-8" standalone="yes"?> |
| 2 | +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |
| 3 | + <channel> |
| 4 | + <title>Development on shiva.dev</title> |
| 5 | + <link>http://localhost:1313/categories/development/</link> |
| 6 | + <description>Recent content in Development on shiva.dev</description> |
| 7 | + <generator>Hugo</generator> |
| 8 | + <language>en</language> |
| 9 | + <lastBuildDate>Thu, 01 Aug 2024 21:45:43 -0400</lastBuildDate> |
| 10 | + <atom:link href="http://localhost:1313/categories/development/index.xml" rel="self" type="application/rss+xml" /> |
| 11 | + <item> |
| 12 | + <title>Bind Ctrl + HJKL to arrow keys on a Mac Machine</title> |
| 13 | + <link>http://localhost:1313/posts/bind_ctrl_++hjkl_to_arrow_keys_on_a_mac/</link> |
| 14 | + <pubDate>Wed, 31 Jul 2024 13:55:20 -0500</pubDate> |
| 15 | + <guid>http://localhost:1313/posts/bind_ctrl_++hjkl_to_arrow_keys_on_a_mac/</guid> |
| 16 | + <description><h3 id="what-this-post-covers">What this post covers?</h3>
<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>
<h3 id="before-we-start">Before we start</h3>
<p>First things first, we need to install a free tool called Hammerspoon. This tool will allow us to configure the key bindings.</p>
<h2 id="keyboard-settings-on-mac">Keyboard Settings on Mac</h2>
<p>Navigate to System Settings &gt; Keyboard &gt; Keyboard Shortcut &gt; Modifier Keys (left pane). Select your keyboard, and for the Caps Lock key, choose Control from the drop-down menu.</p></description> |
| 17 | + </item> |
| 18 | + <item> |
| 19 | + <title>Adding Password Protection To A Hugo Post</title> |
| 20 | + <link>http://localhost:1313/posts/adding_password_protection_to_a_hugo_post/</link> |
| 21 | + <pubDate>Sun, 07 Jul 2024 13:55:20 -0500</pubDate> |
| 22 | + <guid>http://localhost:1313/posts/adding_password_protection_to_a_hugo_post/</guid> |
| 23 | + <description><p>In this post, I&rsquo;ll show you the simplest way to protect a Hugo page with a password by using front matter and adding a new parameter called &ldquo;password.&rdquo; This allows you to set a unique password for each post.</p>
<div class="details admonition warning open">
 <div class="details-summary admonition-title">
 <i class="icon fas fa-exclamation-triangle fa-fw" aria-hidden="true"></i>proceed with caution<i class="details-icon fas fa-angle-right fa-fw" aria-hidden="true"></i>
 </div>
 <div class="details-content">
 <div class="admonition-content">This method lacks complete security. Anyone with basic computer knowledge can access your post or the repository and view the passwords. Therefore, it&rsquo;s advisable to avoid sharing sensitive information using this approach. For full password protection, consider using GitHub secrets or variables instead of passwords, though this topic is not covered in this post.</div>
 </div>
 </div>
<div class="details admonition success">
 <div class="details-summary admonition-title">
 <i class="icon fas fa-check-circle fa-fw" aria-hidden="true"></i>What this post cover<i class="details-icon fas fa-angle-right fa-fw" aria-hidden="true"></i>
 </div>
 <div class="details-content">
 <div class="admonition-content"><ol>
<li>Easy method to assign a password to any Hugo post (not 100% secured)</li>
<li>Users will be prompted to enter a password to access the post.</li>
<li>Unique password for each post</li>
</ol>
</div>
 </div>
 </div>
<p>Before we proceed, open the post <a href="http://localhost:1313/posts/top_secret/" target="_blank" rel="noopener noreffer">Top Secret</a>
 that is protection with a password. When prompted, enter the password <code>1234</code> to read the top secret.</p></description> |
| 24 | + </item> |
| 25 | + <item> |
| 26 | + <title>Top Secret</title> |
| 27 | + <link>http://localhost:1313/posts/password/</link> |
| 28 | + <pubDate>Sun, 07 Jul 2024 13:55:20 -0500</pubDate> |
| 29 | + <guid>http://localhost:1313/posts/password/</guid> |
| 30 | + <description><div class="details admonition danger open">
 <div class="details-summary admonition-title">
 <i class="icon fas fa-skull-crossbones fa-fw" aria-hidden="true"></i>Top Secret<i class="details-icon fas fa-angle-right fa-fw" aria-hidden="true"></i>
 </div>
 <div class="details-content">
 <div class="admonition-content">1234567890</div>
 </div>
 </div>
<p>just kidding ;)</p></description> |
| 31 | + </item> |
| 32 | + <item> |
| 33 | + <title>Top Secret</title> |
| 34 | + <link>http://localhost:1313/posts/top_secret/</link> |
| 35 | + <pubDate>Sun, 07 Jul 2024 13:55:20 -0500</pubDate> |
| 36 | + <guid>http://localhost:1313/posts/top_secret/</guid> |
| 37 | + <description><div class="details admonition danger open">
 <div class="details-summary admonition-title">
 <i class="icon fas fa-skull-crossbones fa-fw" aria-hidden="true"></i>Top Secret<i class="details-icon fas fa-angle-right fa-fw" aria-hidden="true"></i>
 </div>
 <div class="details-content">
 <div class="admonition-content">1234567890</div>
 </div>
 </div>
<p>just kidding ;)</p></description> |
| 38 | + </item> |
| 39 | + <item> |
| 40 | + <title>Add Lunr Search to Hugo site</title> |
| 41 | + <link>http://localhost:1313/posts/lunr_search_for_hugo/</link> |
| 42 | + <pubDate>Tue, 11 Jun 2024 20:02:20 -0500</pubDate> |
| 43 | + <guid>http://localhost:1313/posts/lunr_search_for_hugo/</guid> |
| 44 | + <description><h3 id="whats-covered-in-this-post">What&rsquo;s covered in this post?</h3>
<p>Hugo ships with out search, yet I love it. However, I&rsquo;ve managed to integrate lunr search that is supported by the theme <a href="https://hugoloveit.com/" target="_blank" rel="noopener noreffer">Loveit</a>
 I&rsquo;m using on this website. With that being said, this post will cover how I integrate <code>lurn</code> on <a href="https://shiva.dev/" target="_blank" rel="noopener noreffer">my website</a>
 - for demo, go ahead and search for something on this website :)</p>
<h3 id="install-or-update">Install or update!</h3>
<p>Make sure you update or install before we start.</p></description> |
| 45 | + </item> |
| 46 | + </channel> |
52 | 47 | </rss> |
0 commit comments