|
1 | 1 | <rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"> |
2 | 2 | <channel> |
3 | 3 | <title>Development - Category - shiva.dev</title> |
4 | | - <link>https://shiva.dev/categories/development/</link> |
| 4 | + <link>http://localhost:1313/categories/development/</link> |
5 | 5 | <description>Development - Category - shiva.dev</description> |
6 | 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_mac/</link> |
| 7 | + < webMaster> [email protected] (Shiva)</ webMaster>< lastBuildDate>Wed, 31 Jul 2024 13:55:20 -0500</ lastBuildDate>< atom:link href= "http://localhost:1313/categories/development/" rel= "self" type= "application/rss+xml" />< item> |
| 8 | + <title>Bind Ctrl + HJKL to arrow keys on a Mac Machine</title> |
| 9 | + <link>http://localhost:1313/posts/bind_ctrl_++hjkl_to_arrow_keys_on_a_mac/</link> |
10 | 10 | <pubDate>Wed, 31 Jul 2024 13:55:20 -0500</pubDate> |
11 | 11 | <author>Shiva</author> |
12 | | - <guid>https://shiva.dev/posts/bind_ctrl_hjkl_to_arrow_keys_on_mac/</guid> |
| 12 | + <guid>http://localhost:1313/posts/bind_ctrl_++hjkl_to_arrow_keys_on_a_mac/</guid> |
13 | 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 | 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 | 15 | Keyboard Settings on Mac Navigate to System Settings > Keyboard > Keyboard Shortcut > Modifier Keys (left pane).]]></description> |
16 | 16 | </item> |
17 | 17 | <item> |
18 | 18 | <title>Adding Password Protection To A Hugo Post</title> |
19 | | - <link>https://shiva.dev/posts/adding_password_protection_to_a_hugo_post/</link> |
| 19 | + <link>http://localhost:1313/posts/adding_password_protection_to_a_hugo_post/</link> |
20 | 20 | <pubDate>Sun, 07 Jul 2024 13:55:20 -0500</pubDate> |
21 | 21 | <author>Shiva</author> |
22 | | - <guid>https://shiva.dev/posts/adding_password_protection_to_a_hugo_post/</guid> |
| 22 | + <guid>http://localhost:1313/posts/adding_password_protection_to_a_hugo_post/</guid> |
23 | 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 | 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 | 25 | </item> |
26 | 26 | <item> |
27 | 27 | <title>Top Secret</title> |
28 | | - <link>https://shiva.dev/posts/password/</link> |
| 28 | + <link>http://localhost:1313/posts/password/</link> |
29 | 29 | <pubDate>Sun, 07 Jul 2024 13:55:20 -0500</pubDate> |
30 | 30 | <author>Shiva</author> |
31 | | - <guid>https://shiva.dev/posts/password/</guid> |
| 31 | + <guid>http://localhost:1313/posts/password/</guid> |
32 | 32 | <description><![CDATA[Top Secret 1234567890 just kidding ;)]]></description> |
33 | 33 | </item> |
34 | 34 | <item> |
35 | 35 | <title>Top Secret</title> |
36 | | - <link>https://shiva.dev/posts/top_secret/</link> |
| 36 | + <link>http://localhost:1313/posts/top_secret/</link> |
37 | 37 | <pubDate>Sun, 07 Jul 2024 13:55:20 -0500</pubDate> |
38 | 38 | <author>Shiva</author> |
39 | | - <guid>https://shiva.dev/posts/top_secret/</guid> |
| 39 | + <guid>http://localhost:1313/posts/top_secret/</guid> |
40 | 40 | <description><![CDATA[Top Secret 1234567890 just kidding ;)]]></description> |
41 | 41 | </item> |
42 | 42 | <item> |
43 | 43 | <title>Add Lunr Search to Hugo site</title> |
44 | | - <link>https://shiva.dev/posts/lunr_search_for_hugo/</link> |
| 44 | + <link>http://localhost:1313/posts/lunr_search_for_hugo/</link> |
45 | 45 | <pubDate>Tue, 11 Jun 2024 20:02:20 -0500</pubDate> |
46 | 46 | <author>Shiva</author> |
47 | | - <guid>https://shiva.dev/posts/lunr_search_for_hugo/</guid> |
| 47 | + <guid>http://localhost:1313/posts/lunr_search_for_hugo/</guid> |
48 | 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 | 49 | Install or update! Make sure you update or install before we start.]]></description> |
50 | 50 | </item> |
|
0 commit comments