summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/Nazare-Beach.md10
-rw-r--r--content/about.md35
-rw-r--r--content/internet-lurk-compilation.md12
-rw-r--r--content/lum.md2
-rw-r--r--content/monogatari.md2
-rw-r--r--public/about/index.html44
-rw-r--r--public/categories/index.html6
-rw-r--r--public/favicon.icobin0 -> 10863 bytes
-rw-r--r--public/favicon.pngbin0 -> 10863 bytes
-rw-r--r--public/index.html11
-rw-r--r--public/index.xml61
-rw-r--r--public/internet-lurk-compilation/index.html25
-rw-r--r--public/lum/index.html6
-rw-r--r--public/monogatari/index.html13
-rw-r--r--public/nazare-beach/index.html28
-rw-r--r--public/style.css41
-rw-r--r--public/tags/archive/index.html6
-rw-r--r--public/tags/blogs/index.html6
-rw-r--r--public/tags/index.html9
-rw-r--r--public/tags/index.xml61
-rw-r--r--public/tags/linux/index.html6
-rw-r--r--public/tags/lurk/index.html6
-rw-r--r--public/tags/personal/index.html6
-rw-r--r--public/tags/photo/index.html6
-rw-r--r--public/tags/portugal/index.html6
-rw-r--r--public/tags/programming/index.html6
-rw-r--r--public/tags/projects/index.html11
-rw-r--r--public/tags/projects/index.xml61
-rw-r--r--public/tags/python/index.html6
-rw-r--r--public/tags/rust/index.html6
-rw-r--r--public/tags/travel/index.html6
-rw-r--r--public/tags/windows/index.html6
-rw-r--r--static/favicon.icobin0 -> 10863 bytes
-rw-r--r--static/style.css41
-rw-r--r--themes/lugo/README.md21
-rw-r--r--themes/lugo/layouts/_default/baseof.html9
36 files changed, 474 insertions, 107 deletions
diff --git a/content/Nazare-Beach.md b/content/Nazare-Beach.md
index ce73bb3..26f6913 100644
--- a/content/Nazare-Beach.md
+++ b/content/Nazare-Beach.md
@@ -4,12 +4,16 @@ date = 2024-08-17T07:44:45+01:00
tags = ['travel', 'photo', 'portugal', 'personal']
+++
-I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I'm not a fan of smartphone cameras to be honest.
-Here are some photos I took that day.
+I visited Nazaré Beach last year (2023). Such a lovely place.
+Shame on me for not taking my camera with me that day. I'm not a fan of smartphone cameras to be honest. Still, I couldn't let the opportunity pass. Here are some photos I took that day.
![1st photo](https://i.imgur.com/ATjnpyl.jpeg)
-According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.
+
+According to Wikipedia, Nazaré is one of the most traditional Portuguese fishing villages, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.
![2nd photo](https://i.imgur.com/GwZIh3p.jpeg)
+
+I plan to go back there in the winter, but this time I will remember to take my camera with me. I have an 18-55 and a 200mm, but I believe I will get better photos with the 200mm, especially in the higher parts. Not to mention that I will be able to aim further without losing too much sharpness.
+
![3rd photo](https://i.imgur.com/hxY0rcS.jpeg)
![4th photo](https://i.imgur.com/8uRNHtF.jpeg)
diff --git a/content/about.md b/content/about.md
index a26a85e..ca3fcad 100644
--- a/content/about.md
+++ b/content/about.md
@@ -6,5 +6,38 @@ date = 2024-08-17T07:42:34+01:00
# whois
Hello there! You can call me Henrique.
-The main purpose of this website is to share some of my thoughts and projects.
+The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine.
Feel free to reach out on [Github](https://github.com/henrique-marques-vsoft) or [LinkedIn](https://www.linkedin.com/in/all123all/).
+
+## My setup
+Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don't really _rice_ my computer.
+I've been through that phase though. Remaping keybindings, customising themes, colourschemes etc.
+Today things are simpler for me. Just my Emacs and Vim config and that's it. Even the i3 window manager I try to stick to the defaults.
+
+Here are some of my configs:
+- Laptop: Thinkpad T480
+- OS: GNU Guix and NixOS
+- Shell: bash
+- Resolution: 1920x1080 (1 monitor is enough for me)
+- WM: i3wm
+- Terminal: kitty
+- CPU: Intel i5-8350U (8) @ 3.600GHz
+- GPU: 😕
+- RAM: 24Gb
+- Text editor: Emacs (29)
+
+**Dotfiles** [still need to add Guix]: https://github.com/henrique-marques-vsoft/dotfiles/
+**Emacs**: https://github.com/henrique-marques-vsoft/pachemacs
+
+## Keyboards
+### The Charybdis by Bastard Keyboards
+![2nd photo](https://i.imgur.com/vqbSpXX.jpeg)
+Right now I'm using the Charybdis. It simply feels "correct" to type with this.
+The only _drawback_ from this keyboard is the price, but I don't think you will find a dactyl for a cheap price.
+As far as I know, there's no company mass producing that type of keyboard.
+But at the end I think it's worth it, at least for me it is.
+
+### The Sofle V1 by Mechboards UK
+![1st photo](https://i.imgur.com/O4zYPni.jpeg)
+The other one I have (but don't use very much anymore) is the Sofle V1 that I bought from Mechboards UK.
+It was very nice to type on a _low profile_ keyboard. It's not so expansive as the Charybdis.
diff --git a/content/internet-lurk-compilation.md b/content/internet-lurk-compilation.md
index d14a93c..477e621 100644
--- a/content/internet-lurk-compilation.md
+++ b/content/internet-lurk-compilation.md
@@ -12,7 +12,13 @@ tags = ['archive', 'lurk', 'blogs']
- Appearances of MIT in Anime: https://anime.mit.edu/resources/mit_in_anime
- How Emacs got into Tron: Legacy: https://boingboing.net/2011/04/06/how-emacs-got-into-t.html
- The Jargon File: http://www.catb.org/jargon/
+
+## Neocities
- Lainzine (Lain Magazine): https://lainzine.org/
+- About Software Privacy and other topics: https://digdeeper.neocities.org/
+- Reminds of Fauux: https://blackwings.neocities.org/
+- Fauux: https://fauux.neocities.org/
+- Tatsumoto's guide to Nihongo: https://tatsumoto.neocities.org/
## Internet Archive Findings
- Oh! PC (Jul 01 1990) [Content in Japanese]: https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up
@@ -23,12 +29,10 @@ tags = ['archive', 'lurk', 'blogs']
## Websites I visit from time to time
- A ~~modern~~ Javascript approach to SICP: https://sicp.sourceacademy.org/
- A blog by Sam Greydanus: https://greydanus.github.io/
-- About Software Privacy and other topics: https://digdeeper.neocities.org/
- Xah Lee (he's also one of the minds behind ergoemacs and xah-fly-keys): https://xahlee.info/
- Sasha Chua blog: https://sachachua.com/blog/
- Lunduke Journal: https://lunduke.substack.com/
-**I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.**
-**The reason I list them is almost always because of a specific article or page that I find interesting. It doesn't mean that I support or am against what is said on other pages. I also don't have time to analyze every post on every website.**
-**If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <[email protected]>**
+**If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <[email protected]>**.
+
**Also, if you don't want me to list your website here, feel free to contact me via email so I can remove it.**
diff --git a/content/lum.md b/content/lum.md
index 9e2437e..4aff063 100644
--- a/content/lum.md
+++ b/content/lum.md
@@ -1,5 +1,5 @@
+++
-title = 'Lum'
+title = 'Lum - Linux Ubiquitous Marker'
date = 2024-08-17T07:44:26+01:00
tags = ['projects', 'programming', 'rust', 'linux']
+++
diff --git a/content/monogatari.md b/content/monogatari.md
index 672163c..c800f07 100644
--- a/content/monogatari.md
+++ b/content/monogatari.md
@@ -1,5 +1,5 @@
+++
-title = 'Monogatari'
+title = 'Monogatari - Text Editor in Python'
date = 2024-08-17T07:44:33+01:00
tags = ['projects', 'programming', 'python', 'linux', 'windows']
+++
diff --git a/public/about/index.html b/public/about/index.html
index 8dbe8ae..8e0009e 100644
--- a/public/about/index.html
+++ b/public/about/index.html
@@ -6,20 +6,57 @@
<link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
- <meta name="description" content="whois Hello there! You can call me Henrique. The main purpose of this website is to share some of my thoughts and projects. Feel free to reach out on Github or LinkedIn.">
+ <meta name="description" content="whois Hello there! You can call me Henrique. The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine. Feel free to reach out on Github or LinkedIn.
+My setup Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don&rsquo;t really rice my computer. I&rsquo;ve been through that phase though. Remaping keybindings, customising themes, colourschemes etc.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_About">About</h1></header>
<article>
<h1 id="whois">whois</h1>
<p>Hello there! You can call me Henrique.
-The main purpose of this website is to share some of my thoughts and projects.
+The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine.
Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p>
+<h2 id="my-setup">My setup</h2>
+<p>Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don&rsquo;t really <em>rice</em> my computer.
+I&rsquo;ve been through that phase though. Remaping keybindings, customising themes, colourschemes etc.
+Today things are simpler for me. Just my Emacs and Vim config and that&rsquo;s it. Even the i3 window manager I try to stick to the defaults.</p>
+<p>Here are some of my configs:</p>
+<ul>
+<li>Laptop: Thinkpad T480</li>
+<li>OS: GNU Guix and NixOS</li>
+<li>Shell: bash</li>
+<li>Resolution: 1920x1080 (1 monitor is enough for me)</li>
+<li>WM: i3wm</li>
+<li>Terminal: kitty</li>
+<li>CPU: Intel i5-8350U (8) @ 3.600GHz</li>
+<li>GPU: 😕</li>
+<li>RAM: 24Gb</li>
+<li>Text editor: Emacs (29)</li>
+</ul>
+<p><strong>Dotfiles</strong> [still need to add Guix]: <a href="https://github.com/henrique-marques-vsoft/dotfiles/">https://github.com/henrique-marques-vsoft/dotfiles/</a><br>
+<strong>Emacs</strong>: <a href="https://github.com/henrique-marques-vsoft/pachemacs">https://github.com/henrique-marques-vsoft/pachemacs</a></p>
+<h2 id="keyboards">Keyboards</h2>
+<h3 id="the-charybdis-by-bastard-keyboards">The Charybdis by Bastard Keyboards</h3>
+<p><img src="https://i.imgur.com/vqbSpXX.jpeg" alt="2nd photo">
+Right now I&rsquo;m using the Charybdis. It simply feels &ldquo;correct&rdquo; to type with this.<br>
+The only <em>drawback</em> from this keyboard is the price, but I don&rsquo;t think you will find a dactyl for a cheap price.<br>
+As far as I know, there&rsquo;s no company mass producing that type of keyboard.<br>
+But at the end I think it&rsquo;s worth it, at least for me it is.</p>
+<h3 id="the-sofle-v1-by-mechboards-uk">The Sofle V1 by Mechboards UK</h3>
+<p><img src="https://i.imgur.com/O4zYPni.jpeg" alt="1st photo">
+The other one I have (but don&rsquo;t use very much anymore) is the Sofle V1 that I bought from Mechboards UK.
+It was very nice to type on a <em>low profile</em> keyboard. It&rsquo;s not so expansive as the Charybdis.</p>
<div id="nextprev"><a href="/internet-lurk-compilation/"><div id="nextart">Next:<br>Internet Lurk Compilation #1</div></a>
@@ -28,8 +65,7 @@ Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Gi
</article>
</main>
-<footer>
- <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
+<footer><a href="/index.xml">Subscribe to my RSS feed</a>
</footer>
</body>
diff --git a/public/categories/index.html b/public/categories/index.html
index 57c3a97..167d09c 100644
--- a/public/categories/index.html
+++ b/public/categories/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Categories">Categories</h1></header>
<article>
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..f6960d7
--- /dev/null
+++ b/public/favicon.ico
Binary files differ
diff --git a/public/favicon.png b/public/favicon.png
new file mode 100644
index 0000000..f6960d7
--- /dev/null
+++ b/public/favicon.png
Binary files differ
diff --git a/public/index.html b/public/index.html
index c756889..d249c01 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,6 +13,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_0xhenrique">0xhenrique</h1></header>
<article>
@@ -21,7 +27,7 @@
<li><time datetime="2024-08-17T07:44:45&#43;01:00">2024 Aug 17</time> &ndash; <a href="/nazare-beach/">Nazare Beach</a>
</li>
-<li><time datetime="2024-08-17T07:44:33&#43;01:00">2024 Aug 17</time> &ndash; <a href="/monogatari/">Monogatari</a>
+<li><time datetime="2024-08-17T07:44:33&#43;01:00">2024 Aug 17</time> &ndash; <a href="/monogatari/">Monogatari - Text Editor in Python</a>
</li>
<li><time datetime="2024-08-17T07:44:26&#43;01:00">2024 Aug 17</time> &ndash; <a href="/lum/">Lum</a>
@@ -38,8 +44,7 @@
</article>
</main>
-<footer>
- <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
+<footer><a href="/index.xml">Subscribe to my RSS feed</a>
</footer>
</body>
diff --git a/public/index.xml b/public/index.xml
index e353bde..ce98034 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -16,18 +16,19 @@
<pubDate>Sat, 17 Aug 2024 07:44:45 +0100</pubDate>
<guid>http://localhost:1313/nazare-beach/</guid>
- <description>&lt;p&gt;I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&amp;rsquo;m not a fan of smartphone cameras to be honest.
-Here are some photos I took that day.&lt;/p&gt;
-&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/ATjnpyl.jpeg&#34; alt=&#34;1st photo&#34;&gt;
-According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.&lt;/p&gt;
-&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/GwZIh3p.jpeg&#34; alt=&#34;2nd photo&#34;&gt;
-&lt;img src=&#34;https://i.imgur.com/hxY0rcS.jpeg&#34; alt=&#34;3rd photo&#34;&gt;
+ <description>&lt;p&gt;I visited Nazaré Beach last year (2023). Such a lovely place.
+Shame on me for not taking my camera with me that day. I&amp;rsquo;m not a fan of smartphone cameras to be honest. Still, I couldn&amp;rsquo;t let the opportunity pass. Here are some photos I took that day.&lt;/p&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/ATjnpyl.jpeg&#34; alt=&#34;1st photo&#34;&gt;&lt;/p&gt;
+&lt;p&gt;According to Wikipedia, Nazaré is one of the most traditional Portuguese fishing villages, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.&lt;/p&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/GwZIh3p.jpeg&#34; alt=&#34;2nd photo&#34;&gt;&lt;/p&gt;
+&lt;p&gt;I plan to go back there in the winter, but this time I will remember to take my camera with me. I have an 18-55 and a 200mm, but I believe I will get better photos with the 200mm, especially in the higher parts. Not to mention that I will be able to aim further without losing too much sharpness.&lt;/p&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/hxY0rcS.jpeg&#34; alt=&#34;3rd photo&#34;&gt;
&lt;img src=&#34;https://i.imgur.com/8uRNHtF.jpeg&#34; alt=&#34;4th photo&#34;&gt;&lt;/p&gt;
</description>
</item>
<item>
- <title>Monogatari</title>
+ <title>Monogatari - Text Editor in Python</title>
<link>http://localhost:1313/monogatari/</link>
<pubDate>Sat, 17 Aug 2024 07:44:33 +0100</pubDate>
@@ -103,7 +104,14 @@ I don&amp;rsquo;t think parsing 12 thousand objects in JSON is efficient, but it
&lt;li&gt;Appearances of MIT in Anime: &lt;a href=&#34;https://anime.mit.edu/resources/mit_in_anime&#34;&gt;https://anime.mit.edu/resources/mit_in_anime&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How Emacs got into Tron: Legacy: &lt;a href=&#34;https://boingboing.net/2011/04/06/how-emacs-got-into-t.html&#34;&gt;https://boingboing.net/2011/04/06/how-emacs-got-into-t.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The Jargon File: &lt;a href=&#34;http://www.catb.org/jargon/&#34;&gt;http://www.catb.org/jargon/&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h2 id=&#34;neocities&#34;&gt;Neocities&lt;/h2&gt;
+&lt;ul&gt;
&lt;li&gt;Lainzine (Lain Magazine): &lt;a href=&#34;https://lainzine.org/&#34;&gt;https://lainzine.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;About Software Privacy and other topics: &lt;a href=&#34;https://digdeeper.neocities.org/&#34;&gt;https://digdeeper.neocities.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Reminds of Fauux: &lt;a href=&#34;https://blackwings.neocities.org/&#34;&gt;https://blackwings.neocities.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Fauux: &lt;a href=&#34;https://fauux.neocities.org/&#34;&gt;https://fauux.neocities.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Tatsumoto&amp;rsquo;s guide to Nihongo: &lt;a href=&#34;https://tatsumoto.neocities.org/&#34;&gt;https://tatsumoto.neocities.org/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;internet-archive-findings&#34;&gt;Internet Archive Findings&lt;/h2&gt;
&lt;ul&gt;
@@ -116,15 +124,12 @@ I don&amp;rsquo;t think parsing 12 thousand objects in JSON is efficient, but it
&lt;ul&gt;
&lt;li&gt;A &lt;del&gt;modern&lt;/del&gt; Javascript approach to SICP: &lt;a href=&#34;https://sicp.sourceacademy.org/&#34;&gt;https://sicp.sourceacademy.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;A blog by Sam Greydanus: &lt;a href=&#34;https://greydanus.github.io/&#34;&gt;https://greydanus.github.io/&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;About Software Privacy and other topics: &lt;a href=&#34;https://digdeeper.neocities.org/&#34;&gt;https://digdeeper.neocities.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Xah Lee (he&amp;rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): &lt;a href=&#34;https://xahlee.info/&#34;&gt;https://xahlee.info/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sasha Chua blog: &lt;a href=&#34;https://sachachua.com/blog/&#34;&gt;https://sachachua.com/blog/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Lunduke Journal: &lt;a href=&#34;https://lunduke.substack.com/&#34;&gt;https://lunduke.substack.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
-&lt;p&gt;&lt;strong&gt;I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.&lt;/strong&gt;
-&lt;strong&gt;The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&amp;rsquo;t mean that I support or am against what is said on other pages. I also don&amp;rsquo;t have time to analyze every post on every website.&lt;/strong&gt;
-&lt;strong&gt;If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: &lt;a href=&#34;mailto:[email protected]&#34;&gt;[email protected]&lt;/a&gt;&lt;/strong&gt;
-&lt;strong&gt;Also, if you don&amp;rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: &lt;a href=&#34;mailto:[email protected]&#34;&gt;[email protected]&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Also, if you don&amp;rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.&lt;/strong&gt;&lt;/p&gt;
</description>
</item>
@@ -136,8 +141,38 @@ I don&amp;rsquo;t think parsing 12 thousand objects in JSON is efficient, but it
<guid>http://localhost:1313/about/</guid>
<description>&lt;h1 id=&#34;whois&#34;&gt;whois&lt;/h1&gt;
&lt;p&gt;Hello there! You can call me Henrique.
-The main purpose of this website is to share some of my thoughts and projects.
+The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine.
Feel free to reach out on &lt;a href=&#34;https://github.com/henrique-marques-vsoft&#34;&gt;Github&lt;/a&gt; or &lt;a href=&#34;https://www.linkedin.com/in/all123all/&#34;&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;
+&lt;h2 id=&#34;my-setup&#34;&gt;My setup&lt;/h2&gt;
+&lt;p&gt;Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don&amp;rsquo;t really &lt;em&gt;rice&lt;/em&gt; my computer.
+I&amp;rsquo;ve been through that phase though. Remaping keybindings, customising themes, colourschemes etc.
+Today things are simpler for me. Just my Emacs and Vim config and that&amp;rsquo;s it. Even the i3 window manager I try to stick to the defaults.&lt;/p&gt;
+&lt;p&gt;Here are some of my configs:&lt;/p&gt;
+&lt;ul&gt;
+&lt;li&gt;Laptop: Thinkpad T480&lt;/li&gt;
+&lt;li&gt;OS: GNU Guix and NixOS&lt;/li&gt;
+&lt;li&gt;Shell: bash&lt;/li&gt;
+&lt;li&gt;Resolution: 1920x1080 (1 monitor is enough for me)&lt;/li&gt;
+&lt;li&gt;WM: i3wm&lt;/li&gt;
+&lt;li&gt;Terminal: kitty&lt;/li&gt;
+&lt;li&gt;CPU: Intel i5-8350U (8) @ 3.600GHz&lt;/li&gt;
+&lt;li&gt;GPU: 😕&lt;/li&gt;
+&lt;li&gt;RAM: 24Gb&lt;/li&gt;
+&lt;li&gt;Text editor: Emacs (29)&lt;/li&gt;
+&lt;/ul&gt;
+&lt;p&gt;&lt;strong&gt;Dotfiles&lt;/strong&gt; [still need to add Guix]: &lt;a href=&#34;https://github.com/henrique-marques-vsoft/dotfiles/&#34;&gt;https://github.com/henrique-marques-vsoft/dotfiles/&lt;/a&gt;&lt;br&gt;
+&lt;strong&gt;Emacs&lt;/strong&gt;: &lt;a href=&#34;https://github.com/henrique-marques-vsoft/pachemacs&#34;&gt;https://github.com/henrique-marques-vsoft/pachemacs&lt;/a&gt;&lt;/p&gt;
+&lt;h2 id=&#34;keyboards&#34;&gt;Keyboards&lt;/h2&gt;
+&lt;h3 id=&#34;the-charybdis-by-bastard-keyboards&#34;&gt;The Charybdis by Bastard Keyboards&lt;/h3&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/vqbSpXX.jpeg&#34; alt=&#34;2nd photo&#34;&gt;
+Right now I&amp;rsquo;m using the Charybdis. It simply feels &amp;ldquo;correct&amp;rdquo; to type with this.&lt;br&gt;
+The only &lt;em&gt;drawback&lt;/em&gt; from this keyboard is the price, but I don&amp;rsquo;t think you will find a dactyl for a cheap price.&lt;br&gt;
+As far as I know, there&amp;rsquo;s no company mass producing that type of keyboard.&lt;br&gt;
+But at the end I think it&amp;rsquo;s worth it, at least for me it is.&lt;/p&gt;
+&lt;h3 id=&#34;the-sofle-v1-by-mechboards-uk&#34;&gt;The Sofle V1 by Mechboards UK&lt;/h3&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/O4zYPni.jpeg&#34; alt=&#34;1st photo&#34;&gt;
+The other one I have (but don&amp;rsquo;t use very much anymore) is the Sofle V1 that I bought from Mechboards UK.
+It was very nice to type on a &lt;em&gt;low profile&lt;/em&gt; keyboard. It&amp;rsquo;s not so expansive as the Charybdis.&lt;/p&gt;
</description>
</item>
diff --git a/public/internet-lurk-compilation/index.html b/public/internet-lurk-compilation/index.html
index a18ec8c..12de03b 100644
--- a/public/internet-lurk-compilation/index.html
+++ b/public/internet-lurk-compilation/index.html
@@ -6,13 +6,19 @@
<link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
- <meta name="description" content="General Findings Pure gold from the 90s: https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation Symbolics Internet Museum: https://symbolics.com/museum/ What is the relationship between Apple and Serial Experiments Lain? https://www.cjas.org/~leng/apple-lain.htm The Cornell Anime Club: https://www.cjas.org/ Appearances of MIT in Anime: https://anime.mit.edu/resources/mit_in_anime How Emacs got into Tron: Legacy: https://boingboing.net/2011/04/06/how-emacs-got-into-t.html The Jargon File: http://www.catb.org/jargon/ Lainzine (Lain Magazine): https://lainzine.org/ Internet Archive Findings Oh! PC (Jul 01 1990) [Content in Japanese]: https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up Comptiq Manazine [Content in Japanese]: https://archive.org/search?query=comptiq The Symbol of the Knights of Eastern Calculus: https://web.">
+ <meta name="description" content="General Findings Pure gold from the 90s: https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation Symbolics Internet Museum: https://symbolics.com/museum/ What is the relationship between Apple and Serial Experiments Lain? https://www.cjas.org/~leng/apple-lain.htm The Cornell Anime Club: https://www.cjas.org/ Appearances of MIT in Anime: https://anime.mit.edu/resources/mit_in_anime How Emacs got into Tron: Legacy: https://boingboing.net/2011/04/06/how-emacs-got-into-t.html The Jargon File: http://www.catb.org/jargon/ Neocities Lainzine (Lain Magazine): https://lainzine.org/ About Software Privacy and other topics: https://digdeeper.neocities.org/ Reminds of Fauux: https://blackwings.neocities.org/ Fauux: https://fauux.neocities.org/ Tatsumoto&rsquo;s guide to Nihongo: https://tatsumoto.neocities.org/ Internet Archive Findings Oh!">
<meta name="keywords" content="archive, lurk, blogs">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Internet Lurk Compilation #1">Internet Lurk Compilation #1</h1></header>
<article>
@@ -26,7 +32,14 @@
<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li>
<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li>
<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li>
+</ul>
+<h2 id="neocities">Neocities</h2>
+<ul>
<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li>
+<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li>
+<li>Reminds of Fauux: <a href="https://blackwings.neocities.org/">https://blackwings.neocities.org/</a></li>
+<li>Fauux: <a href="https://fauux.neocities.org/">https://fauux.neocities.org/</a></li>
+<li>Tatsumoto&rsquo;s guide to Nihongo: <a href="https://tatsumoto.neocities.org/">https://tatsumoto.neocities.org/</a></li>
</ul>
<h2 id="internet-archive-findings">Internet Archive Findings</h2>
<ul>
@@ -39,15 +52,12 @@
<ul>
<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li>
<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li>
-<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li>
<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li>
<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li>
<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li>
</ul>
-<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong>
-<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong>
-<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:[email protected]">[email protected]</a></strong>
-<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p>
+<p><strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:[email protected]">[email protected]</a></strong>.</p>
+<p><strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p>
<div id="nextprev">
@@ -58,8 +68,7 @@
</article>
</main>
-<footer>
- <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
+<footer><a href="/index.xml">Subscribe to my RSS feed</a>
</footer>
</body>
diff --git a/public/lum/index.html b/public/lum/index.html
index 163ae5a..0a87396 100644
--- a/public/lum/index.html
+++ b/public/lum/index.html
@@ -14,6 +14,12 @@ Lum is a project I started as a way to escape the feeling of being tied to the w
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Lum">Lum</h1></header>
<article>
diff --git a/public/monogatari/index.html b/public/monogatari/index.html
index 8fd1e0d..b01773a 100644
--- a/public/monogatari/index.html
+++ b/public/monogatari/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
- <title>Monogatari | 0xhenrique</title>
+ <title>Monogatari - Text Editor in Python | 0xhenrique</title>
<link rel="canonical" href="http://localhost:1313/">
<link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
@@ -16,8 +16,14 @@ git clone [email protected]:all123all/monogatari.git cd monogatari python monogatar
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
-<header><h1 id="tag_Monogatari">Monogatari</h1></header>
+<header><h1 id="tag_Monogatari - Text Editor in Python">Monogatari - Text Editor in Python</h1></header>
<article>
<h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1>
@@ -66,8 +72,7 @@ $ git push
</article>
</main>
-<footer>
- <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
+<footer><a href="/index.xml">Subscribe to my RSS feed</a>
</footer>
</body>
diff --git a/public/nazare-beach/index.html b/public/nazare-beach/index.html
index ae1f82e..cb1c6d5 100644
--- a/public/nazare-beach/index.html
+++ b/public/nazare-beach/index.html
@@ -6,36 +6,42 @@
<link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
- <meta name="description" content="I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. Here are some photos I took that day.
-According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.">
+ <meta name="description" content="I visited Nazaré Beach last year (2023). Such a lovely place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. Still, I couldn&rsquo;t let the opportunity pass. Here are some photos I took that day.
+According to Wikipedia, Nazaré is one of the most traditional Portuguese fishing villages, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.">
<meta name="keywords" content="travel, photo, portugal, personal">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Nazare Beach">Nazare Beach</h1></header>
<article>
-<p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest.
-Here are some photos I took that day.</p>
-<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo">
-According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p>
-<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo">
-<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo">
+<p>I visited Nazaré Beach last year (2023). Such a lovely place.
+Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. Still, I couldn&rsquo;t let the opportunity pass. Here are some photos I took that day.</p>
+<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"></p>
+<p>According to Wikipedia, Nazaré is one of the most traditional Portuguese fishing villages, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p>
+<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"></p>
+<p>I plan to go back there in the winter, but this time I will remember to take my camera with me. I have an 18-55 and a 200mm, but I believe I will get better photos with the 200mm, especially in the higher parts. Not to mention that I will be able to aim further without losing too much sharpness.</p>
+<p><img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo">
<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p>
<div id="nextprev">
-<a href="/monogatari/"><div id="prevart">Previous:<br>Monogatari</div></a>
+<a href="/monogatari/"><div id="prevart">Previous:<br>Monogatari - Text Editor in Python</div></a>
</div>
<div style="clear:both" class=taglist>Related<br><a id="tag_travel" href="http://localhost:1313/tags/travel">Travel</a> &middot; <a id="tag_photo" href="http://localhost:1313/tags/photo">Photo</a> &middot; <a id="tag_portugal" href="http://localhost:1313/tags/portugal">Portugal</a> &middot; <a id="tag_personal" href="http://localhost:1313/tags/personal">Personal</a></div>
</article>
</main>
-<footer>
- <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
+<footer><a href="/index.xml">Subscribe to my RSS feed</a>
</footer>
</body>
diff --git a/public/style.css b/public/style.css
index e5558f4..7e9d019 100644
--- a/public/style.css
+++ b/public/style.css
@@ -27,10 +27,51 @@ header h1 {
}
footer {
+ /* display: flex; */
+ /* flex-direction: row; */
+ /* align-items: center; */
+ /* align-content: center; */
text-align: center ;
clear: both ;
}
+.menu-list {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+}
+
+.menu-item {
+ float: left;
+ margin: 0 5px;
+}
+
+.menu-item a {
+ display: block;
+ color: white;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+ border-width: 1px;
+ border-bottom-width: 1px;
+ border-color: #282828;
+ border-bottom-color: white;
+ border-style: solid;
+ transition-delay: 200ms;
+ -moz-transition: all 200ms ease-in;
+ -webkit-transition: all 200ms ease-in;
+ -o-transition: all 200ms ease-in;
+ transition: all 200ms ease-in;
+}
+
+.menu-item a:hover {
+ background-color: #333;
+ border-width: 1px 1px 1px 1px;
+ border-color: white;
+ border-style: solid;
+}
+
/* For TAGLIST.HTML */
.taglist {
text-align: center ;
diff --git a/public/tags/archive/index.html b/public/tags/archive/index.html
index 435bedd..6ecdcd5 100644
--- a/public/tags/archive/index.html
+++ b/public/tags/archive/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Archive">Archive</h1></header>
<article>
diff --git a/public/tags/blogs/index.html b/public/tags/blogs/index.html
index 374eb4c..8074648 100644
--- a/public/tags/blogs/index.html
+++ b/public/tags/blogs/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Blogs">Blogs</h1></header>
<article>
diff --git a/public/tags/index.html b/public/tags/index.html
index 6011c81..044cb84 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Tags">Tags</h1></header>
<article>
@@ -61,8 +67,7 @@
</article>
</main>
-<footer>
- <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
+<footer><a href="/index.xml">Subscribe to my RSS feed</a>
</footer>
</body>
diff --git a/public/tags/index.xml b/public/tags/index.xml
index 44ab1ef..580644d 100644
--- a/public/tags/index.xml
+++ b/public/tags/index.xml
@@ -16,18 +16,19 @@
<pubDate>Sat, 17 Aug 2024 07:44:45 +0100</pubDate>
<guid>http://localhost:1313/nazare-beach/</guid>
- <description>&lt;p&gt;I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&amp;rsquo;m not a fan of smartphone cameras to be honest.
-Here are some photos I took that day.&lt;/p&gt;
-&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/ATjnpyl.jpeg&#34; alt=&#34;1st photo&#34;&gt;
-According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.&lt;/p&gt;
-&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/GwZIh3p.jpeg&#34; alt=&#34;2nd photo&#34;&gt;
-&lt;img src=&#34;https://i.imgur.com/hxY0rcS.jpeg&#34; alt=&#34;3rd photo&#34;&gt;
+ <description>&lt;p&gt;I visited Nazaré Beach last year (2023). Such a lovely place.
+Shame on me for not taking my camera with me that day. I&amp;rsquo;m not a fan of smartphone cameras to be honest. Still, I couldn&amp;rsquo;t let the opportunity pass. Here are some photos I took that day.&lt;/p&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/ATjnpyl.jpeg&#34; alt=&#34;1st photo&#34;&gt;&lt;/p&gt;
+&lt;p&gt;According to Wikipedia, Nazaré is one of the most traditional Portuguese fishing villages, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.&lt;/p&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/GwZIh3p.jpeg&#34; alt=&#34;2nd photo&#34;&gt;&lt;/p&gt;
+&lt;p&gt;I plan to go back there in the winter, but this time I will remember to take my camera with me. I have an 18-55 and a 200mm, but I believe I will get better photos with the 200mm, especially in the higher parts. Not to mention that I will be able to aim further without losing too much sharpness.&lt;/p&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/hxY0rcS.jpeg&#34; alt=&#34;3rd photo&#34;&gt;
&lt;img src=&#34;https://i.imgur.com/8uRNHtF.jpeg&#34; alt=&#34;4th photo&#34;&gt;&lt;/p&gt;
</description>
</item>
<item>
- <title>Monogatari</title>
+ <title>Monogatari - Text Editor in Python</title>
<link>http://localhost:1313/monogatari/</link>
<pubDate>Sat, 17 Aug 2024 07:44:33 +0100</pubDate>
@@ -103,7 +104,14 @@ I don&amp;rsquo;t think parsing 12 thousand objects in JSON is efficient, but it
&lt;li&gt;Appearances of MIT in Anime: &lt;a href=&#34;https://anime.mit.edu/resources/mit_in_anime&#34;&gt;https://anime.mit.edu/resources/mit_in_anime&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How Emacs got into Tron: Legacy: &lt;a href=&#34;https://boingboing.net/2011/04/06/how-emacs-got-into-t.html&#34;&gt;https://boingboing.net/2011/04/06/how-emacs-got-into-t.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The Jargon File: &lt;a href=&#34;http://www.catb.org/jargon/&#34;&gt;http://www.catb.org/jargon/&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h2 id=&#34;neocities&#34;&gt;Neocities&lt;/h2&gt;
+&lt;ul&gt;
&lt;li&gt;Lainzine (Lain Magazine): &lt;a href=&#34;https://lainzine.org/&#34;&gt;https://lainzine.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;About Software Privacy and other topics: &lt;a href=&#34;https://digdeeper.neocities.org/&#34;&gt;https://digdeeper.neocities.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Reminds of Fauux: &lt;a href=&#34;https://blackwings.neocities.org/&#34;&gt;https://blackwings.neocities.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Fauux: &lt;a href=&#34;https://fauux.neocities.org/&#34;&gt;https://fauux.neocities.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Tatsumoto&amp;rsquo;s guide to Nihongo: &lt;a href=&#34;https://tatsumoto.neocities.org/&#34;&gt;https://tatsumoto.neocities.org/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;internet-archive-findings&#34;&gt;Internet Archive Findings&lt;/h2&gt;
&lt;ul&gt;
@@ -116,15 +124,12 @@ I don&amp;rsquo;t think parsing 12 thousand objects in JSON is efficient, but it
&lt;ul&gt;
&lt;li&gt;A &lt;del&gt;modern&lt;/del&gt; Javascript approach to SICP: &lt;a href=&#34;https://sicp.sourceacademy.org/&#34;&gt;https://sicp.sourceacademy.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;A blog by Sam Greydanus: &lt;a href=&#34;https://greydanus.github.io/&#34;&gt;https://greydanus.github.io/&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;About Software Privacy and other topics: &lt;a href=&#34;https://digdeeper.neocities.org/&#34;&gt;https://digdeeper.neocities.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Xah Lee (he&amp;rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): &lt;a href=&#34;https://xahlee.info/&#34;&gt;https://xahlee.info/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sasha Chua blog: &lt;a href=&#34;https://sachachua.com/blog/&#34;&gt;https://sachachua.com/blog/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Lunduke Journal: &lt;a href=&#34;https://lunduke.substack.com/&#34;&gt;https://lunduke.substack.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
-&lt;p&gt;&lt;strong&gt;I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.&lt;/strong&gt;
-&lt;strong&gt;The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&amp;rsquo;t mean that I support or am against what is said on other pages. I also don&amp;rsquo;t have time to analyze every post on every website.&lt;/strong&gt;
-&lt;strong&gt;If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: &lt;a href=&#34;mailto:[email protected]&#34;&gt;[email protected]&lt;/a&gt;&lt;/strong&gt;
-&lt;strong&gt;Also, if you don&amp;rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: &lt;a href=&#34;mailto:[email protected]&#34;&gt;[email protected]&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Also, if you don&amp;rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.&lt;/strong&gt;&lt;/p&gt;
</description>
</item>
@@ -136,8 +141,38 @@ I don&amp;rsquo;t think parsing 12 thousand objects in JSON is efficient, but it
<guid>http://localhost:1313/about/</guid>
<description>&lt;h1 id=&#34;whois&#34;&gt;whois&lt;/h1&gt;
&lt;p&gt;Hello there! You can call me Henrique.
-The main purpose of this website is to share some of my thoughts and projects.
+The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine.
Feel free to reach out on &lt;a href=&#34;https://github.com/henrique-marques-vsoft&#34;&gt;Github&lt;/a&gt; or &lt;a href=&#34;https://www.linkedin.com/in/all123all/&#34;&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;
+&lt;h2 id=&#34;my-setup&#34;&gt;My setup&lt;/h2&gt;
+&lt;p&gt;Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don&amp;rsquo;t really &lt;em&gt;rice&lt;/em&gt; my computer.
+I&amp;rsquo;ve been through that phase though. Remaping keybindings, customising themes, colourschemes etc.
+Today things are simpler for me. Just my Emacs and Vim config and that&amp;rsquo;s it. Even the i3 window manager I try to stick to the defaults.&lt;/p&gt;
+&lt;p&gt;Here are some of my configs:&lt;/p&gt;
+&lt;ul&gt;
+&lt;li&gt;Laptop: Thinkpad T480&lt;/li&gt;
+&lt;li&gt;OS: GNU Guix and NixOS&lt;/li&gt;
+&lt;li&gt;Shell: bash&lt;/li&gt;
+&lt;li&gt;Resolution: 1920x1080 (1 monitor is enough for me)&lt;/li&gt;
+&lt;li&gt;WM: i3wm&lt;/li&gt;
+&lt;li&gt;Terminal: kitty&lt;/li&gt;
+&lt;li&gt;CPU: Intel i5-8350U (8) @ 3.600GHz&lt;/li&gt;
+&lt;li&gt;GPU: 😕&lt;/li&gt;
+&lt;li&gt;RAM: 24Gb&lt;/li&gt;
+&lt;li&gt;Text editor: Emacs (29)&lt;/li&gt;
+&lt;/ul&gt;
+&lt;p&gt;&lt;strong&gt;Dotfiles&lt;/strong&gt; [still need to add Guix]: &lt;a href=&#34;https://github.com/henrique-marques-vsoft/dotfiles/&#34;&gt;https://github.com/henrique-marques-vsoft/dotfiles/&lt;/a&gt;&lt;br&gt;
+&lt;strong&gt;Emacs&lt;/strong&gt;: &lt;a href=&#34;https://github.com/henrique-marques-vsoft/pachemacs&#34;&gt;https://github.com/henrique-marques-vsoft/pachemacs&lt;/a&gt;&lt;/p&gt;
+&lt;h2 id=&#34;keyboards&#34;&gt;Keyboards&lt;/h2&gt;
+&lt;h3 id=&#34;the-charybdis-by-bastard-keyboards&#34;&gt;The Charybdis by Bastard Keyboards&lt;/h3&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/vqbSpXX.jpeg&#34; alt=&#34;2nd photo&#34;&gt;
+Right now I&amp;rsquo;m using the Charybdis. It simply feels &amp;ldquo;correct&amp;rdquo; to type with this.&lt;br&gt;
+The only &lt;em&gt;drawback&lt;/em&gt; from this keyboard is the price, but I don&amp;rsquo;t think you will find a dactyl for a cheap price.&lt;br&gt;
+As far as I know, there&amp;rsquo;s no company mass producing that type of keyboard.&lt;br&gt;
+But at the end I think it&amp;rsquo;s worth it, at least for me it is.&lt;/p&gt;
+&lt;h3 id=&#34;the-sofle-v1-by-mechboards-uk&#34;&gt;The Sofle V1 by Mechboards UK&lt;/h3&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/O4zYPni.jpeg&#34; alt=&#34;1st photo&#34;&gt;
+The other one I have (but don&amp;rsquo;t use very much anymore) is the Sofle V1 that I bought from Mechboards UK.
+It was very nice to type on a &lt;em&gt;low profile&lt;/em&gt; keyboard. It&amp;rsquo;s not so expansive as the Charybdis.&lt;/p&gt;
</description>
</item>
diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html
index 2689ac0..8d6d361 100644
--- a/public/tags/linux/index.html
+++ b/public/tags/linux/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Linux">Linux</h1></header>
<article>
diff --git a/public/tags/lurk/index.html b/public/tags/lurk/index.html
index 43a3ab9..cb51f1d 100644
--- a/public/tags/lurk/index.html
+++ b/public/tags/lurk/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Lurk">Lurk</h1></header>
<article>
diff --git a/public/tags/personal/index.html b/public/tags/personal/index.html
index 6af6b40..8406f94 100644
--- a/public/tags/personal/index.html
+++ b/public/tags/personal/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Personal">Personal</h1></header>
<article>
diff --git a/public/tags/photo/index.html b/public/tags/photo/index.html
index c173671..47e830c 100644
--- a/public/tags/photo/index.html
+++ b/public/tags/photo/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Photo">Photo</h1></header>
<article>
diff --git a/public/tags/portugal/index.html b/public/tags/portugal/index.html
index 0a64c49..bd458f8 100644
--- a/public/tags/portugal/index.html
+++ b/public/tags/portugal/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Portugal">Portugal</h1></header>
<article>
diff --git a/public/tags/programming/index.html b/public/tags/programming/index.html
index 14607dd..a13ad82 100644
--- a/public/tags/programming/index.html
+++ b/public/tags/programming/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Programming">Programming</h1></header>
<article>
diff --git a/public/tags/projects/index.html b/public/tags/projects/index.html
index a69336d..e53a121 100644
--- a/public/tags/projects/index.html
+++ b/public/tags/projects/index.html
@@ -12,12 +12,18 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Projects">Projects</h1></header>
<article>
<ul>
-<li><time datetime="2024-08-17T07:44:33&#43;01:00">2024 Aug 17</time> &ndash; <a href="/monogatari/">Monogatari</a>
+<li><time datetime="2024-08-17T07:44:33&#43;01:00">2024 Aug 17</time> &ndash; <a href="/monogatari/">Monogatari - Text Editor in Python</a>
</li>
<li><time datetime="2024-08-17T07:44:26&#43;01:00">2024 Aug 17</time> &ndash; <a href="/lum/">Lum</a>
@@ -28,8 +34,7 @@
</article>
</main>
-<footer>
- <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
+<footer><a href="/index.xml">Subscribe to my RSS feed</a>
</footer>
</body>
diff --git a/public/tags/projects/index.xml b/public/tags/projects/index.xml
index 834115c..7ec2168 100644
--- a/public/tags/projects/index.xml
+++ b/public/tags/projects/index.xml
@@ -16,18 +16,19 @@
<pubDate>Sat, 17 Aug 2024 07:44:45 +0100</pubDate>
<guid>http://localhost:1313/nazare-beach/</guid>
- <description>&lt;p&gt;I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&amp;rsquo;m not a fan of smartphone cameras to be honest.
-Here are some photos I took that day.&lt;/p&gt;
-&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/ATjnpyl.jpeg&#34; alt=&#34;1st photo&#34;&gt;
-According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.&lt;/p&gt;
-&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/GwZIh3p.jpeg&#34; alt=&#34;2nd photo&#34;&gt;
-&lt;img src=&#34;https://i.imgur.com/hxY0rcS.jpeg&#34; alt=&#34;3rd photo&#34;&gt;
+ <description>&lt;p&gt;I visited Nazaré Beach last year (2023). Such a lovely place.
+Shame on me for not taking my camera with me that day. I&amp;rsquo;m not a fan of smartphone cameras to be honest. Still, I couldn&amp;rsquo;t let the opportunity pass. Here are some photos I took that day.&lt;/p&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/ATjnpyl.jpeg&#34; alt=&#34;1st photo&#34;&gt;&lt;/p&gt;
+&lt;p&gt;According to Wikipedia, Nazaré is one of the most traditional Portuguese fishing villages, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.&lt;/p&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/GwZIh3p.jpeg&#34; alt=&#34;2nd photo&#34;&gt;&lt;/p&gt;
+&lt;p&gt;I plan to go back there in the winter, but this time I will remember to take my camera with me. I have an 18-55 and a 200mm, but I believe I will get better photos with the 200mm, especially in the higher parts. Not to mention that I will be able to aim further without losing too much sharpness.&lt;/p&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/hxY0rcS.jpeg&#34; alt=&#34;3rd photo&#34;&gt;
&lt;img src=&#34;https://i.imgur.com/8uRNHtF.jpeg&#34; alt=&#34;4th photo&#34;&gt;&lt;/p&gt;
</description>
</item>
<item>
- <title>Monogatari</title>
+ <title>Monogatari - Text Editor in Python</title>
<link>http://localhost:1313/monogatari/</link>
<pubDate>Sat, 17 Aug 2024 07:44:33 +0100</pubDate>
@@ -103,7 +104,14 @@ I don&amp;rsquo;t think parsing 12 thousand objects in JSON is efficient, but it
&lt;li&gt;Appearances of MIT in Anime: &lt;a href=&#34;https://anime.mit.edu/resources/mit_in_anime&#34;&gt;https://anime.mit.edu/resources/mit_in_anime&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How Emacs got into Tron: Legacy: &lt;a href=&#34;https://boingboing.net/2011/04/06/how-emacs-got-into-t.html&#34;&gt;https://boingboing.net/2011/04/06/how-emacs-got-into-t.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The Jargon File: &lt;a href=&#34;http://www.catb.org/jargon/&#34;&gt;http://www.catb.org/jargon/&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h2 id=&#34;neocities&#34;&gt;Neocities&lt;/h2&gt;
+&lt;ul&gt;
&lt;li&gt;Lainzine (Lain Magazine): &lt;a href=&#34;https://lainzine.org/&#34;&gt;https://lainzine.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;About Software Privacy and other topics: &lt;a href=&#34;https://digdeeper.neocities.org/&#34;&gt;https://digdeeper.neocities.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Reminds of Fauux: &lt;a href=&#34;https://blackwings.neocities.org/&#34;&gt;https://blackwings.neocities.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Fauux: &lt;a href=&#34;https://fauux.neocities.org/&#34;&gt;https://fauux.neocities.org/&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Tatsumoto&amp;rsquo;s guide to Nihongo: &lt;a href=&#34;https://tatsumoto.neocities.org/&#34;&gt;https://tatsumoto.neocities.org/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;internet-archive-findings&#34;&gt;Internet Archive Findings&lt;/h2&gt;
&lt;ul&gt;
@@ -116,15 +124,12 @@ I don&amp;rsquo;t think parsing 12 thousand objects in JSON is efficient, but it
&lt;ul&gt;
&lt;li&gt;A &lt;del&gt;modern&lt;/del&gt; Javascript approach to SICP: &lt;a href=&#34;https://sicp.sourceacademy.org/&#34;&gt;https://sicp.sourceacademy.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;A blog by Sam Greydanus: &lt;a href=&#34;https://greydanus.github.io/&#34;&gt;https://greydanus.github.io/&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;About Software Privacy and other topics: &lt;a href=&#34;https://digdeeper.neocities.org/&#34;&gt;https://digdeeper.neocities.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Xah Lee (he&amp;rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): &lt;a href=&#34;https://xahlee.info/&#34;&gt;https://xahlee.info/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sasha Chua blog: &lt;a href=&#34;https://sachachua.com/blog/&#34;&gt;https://sachachua.com/blog/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Lunduke Journal: &lt;a href=&#34;https://lunduke.substack.com/&#34;&gt;https://lunduke.substack.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
-&lt;p&gt;&lt;strong&gt;I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.&lt;/strong&gt;
-&lt;strong&gt;The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&amp;rsquo;t mean that I support or am against what is said on other pages. I also don&amp;rsquo;t have time to analyze every post on every website.&lt;/strong&gt;
-&lt;strong&gt;If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: &lt;a href=&#34;mailto:[email protected]&#34;&gt;[email protected]&lt;/a&gt;&lt;/strong&gt;
-&lt;strong&gt;Also, if you don&amp;rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: &lt;a href=&#34;mailto:[email protected]&#34;&gt;[email protected]&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Also, if you don&amp;rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.&lt;/strong&gt;&lt;/p&gt;
</description>
</item>
@@ -136,8 +141,38 @@ I don&amp;rsquo;t think parsing 12 thousand objects in JSON is efficient, but it
<guid>http://localhost:1313/about/</guid>
<description>&lt;h1 id=&#34;whois&#34;&gt;whois&lt;/h1&gt;
&lt;p&gt;Hello there! You can call me Henrique.
-The main purpose of this website is to share some of my thoughts and projects.
+The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine.
Feel free to reach out on &lt;a href=&#34;https://github.com/henrique-marques-vsoft&#34;&gt;Github&lt;/a&gt; or &lt;a href=&#34;https://www.linkedin.com/in/all123all/&#34;&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;
+&lt;h2 id=&#34;my-setup&#34;&gt;My setup&lt;/h2&gt;
+&lt;p&gt;Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don&amp;rsquo;t really &lt;em&gt;rice&lt;/em&gt; my computer.
+I&amp;rsquo;ve been through that phase though. Remaping keybindings, customising themes, colourschemes etc.
+Today things are simpler for me. Just my Emacs and Vim config and that&amp;rsquo;s it. Even the i3 window manager I try to stick to the defaults.&lt;/p&gt;
+&lt;p&gt;Here are some of my configs:&lt;/p&gt;
+&lt;ul&gt;
+&lt;li&gt;Laptop: Thinkpad T480&lt;/li&gt;
+&lt;li&gt;OS: GNU Guix and NixOS&lt;/li&gt;
+&lt;li&gt;Shell: bash&lt;/li&gt;
+&lt;li&gt;Resolution: 1920x1080 (1 monitor is enough for me)&lt;/li&gt;
+&lt;li&gt;WM: i3wm&lt;/li&gt;
+&lt;li&gt;Terminal: kitty&lt;/li&gt;
+&lt;li&gt;CPU: Intel i5-8350U (8) @ 3.600GHz&lt;/li&gt;
+&lt;li&gt;GPU: 😕&lt;/li&gt;
+&lt;li&gt;RAM: 24Gb&lt;/li&gt;
+&lt;li&gt;Text editor: Emacs (29)&lt;/li&gt;
+&lt;/ul&gt;
+&lt;p&gt;&lt;strong&gt;Dotfiles&lt;/strong&gt; [still need to add Guix]: &lt;a href=&#34;https://github.com/henrique-marques-vsoft/dotfiles/&#34;&gt;https://github.com/henrique-marques-vsoft/dotfiles/&lt;/a&gt;&lt;br&gt;
+&lt;strong&gt;Emacs&lt;/strong&gt;: &lt;a href=&#34;https://github.com/henrique-marques-vsoft/pachemacs&#34;&gt;https://github.com/henrique-marques-vsoft/pachemacs&lt;/a&gt;&lt;/p&gt;
+&lt;h2 id=&#34;keyboards&#34;&gt;Keyboards&lt;/h2&gt;
+&lt;h3 id=&#34;the-charybdis-by-bastard-keyboards&#34;&gt;The Charybdis by Bastard Keyboards&lt;/h3&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/vqbSpXX.jpeg&#34; alt=&#34;2nd photo&#34;&gt;
+Right now I&amp;rsquo;m using the Charybdis. It simply feels &amp;ldquo;correct&amp;rdquo; to type with this.&lt;br&gt;
+The only &lt;em&gt;drawback&lt;/em&gt; from this keyboard is the price, but I don&amp;rsquo;t think you will find a dactyl for a cheap price.&lt;br&gt;
+As far as I know, there&amp;rsquo;s no company mass producing that type of keyboard.&lt;br&gt;
+But at the end I think it&amp;rsquo;s worth it, at least for me it is.&lt;/p&gt;
+&lt;h3 id=&#34;the-sofle-v1-by-mechboards-uk&#34;&gt;The Sofle V1 by Mechboards UK&lt;/h3&gt;
+&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/O4zYPni.jpeg&#34; alt=&#34;1st photo&#34;&gt;
+The other one I have (but don&amp;rsquo;t use very much anymore) is the Sofle V1 that I bought from Mechboards UK.
+It was very nice to type on a &lt;em&gt;low profile&lt;/em&gt; keyboard. It&amp;rsquo;s not so expansive as the Charybdis.&lt;/p&gt;
</description>
</item>
diff --git a/public/tags/python/index.html b/public/tags/python/index.html
index 91decea..1eb7d10 100644
--- a/public/tags/python/index.html
+++ b/public/tags/python/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Python">Python</h1></header>
<article>
diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html
index 0681505..4a594e4 100644
--- a/public/tags/rust/index.html
+++ b/public/tags/rust/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Rust">Rust</h1></header>
<article>
diff --git a/public/tags/travel/index.html b/public/tags/travel/index.html
index 1751a65..dd40ff4 100644
--- a/public/tags/travel/index.html
+++ b/public/tags/travel/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Travel">Travel</h1></header>
<article>
diff --git a/public/tags/windows/index.html b/public/tags/windows/index.html
index fa36bfd..91c01d4 100644
--- a/public/tags/windows/index.html
+++ b/public/tags/windows/index.html
@@ -12,6 +12,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
+<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li>
+</ul>
<main>
<header><h1 id="tag_Windows">Windows</h1></header>
<article>
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..f6960d7
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/style.css b/static/style.css
index e5558f4..7e9d019 100644
--- a/static/style.css
+++ b/static/style.css
@@ -27,10 +27,51 @@ header h1 {
}
footer {
+ /* display: flex; */
+ /* flex-direction: row; */
+ /* align-items: center; */
+ /* align-content: center; */
text-align: center ;
clear: both ;
}
+.menu-list {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+}
+
+.menu-item {
+ float: left;
+ margin: 0 5px;
+}
+
+.menu-item a {
+ display: block;
+ color: white;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+ border-width: 1px;
+ border-bottom-width: 1px;
+ border-color: #282828;
+ border-bottom-color: white;
+ border-style: solid;
+ transition-delay: 200ms;
+ -moz-transition: all 200ms ease-in;
+ -webkit-transition: all 200ms ease-in;
+ -o-transition: all 200ms ease-in;
+ transition: all 200ms ease-in;
+}
+
+.menu-item a:hover {
+ background-color: #333;
+ border-width: 1px 1px 1px 1px;
+ border-color: white;
+ border-style: solid;
+}
+
/* For TAGLIST.HTML */
.taglist {
text-align: center ;
diff --git a/themes/lugo/README.md b/themes/lugo/README.md
deleted file mode 100644
index a39a9e8..0000000
--- a/themes/lugo/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# Luke's Hugo Theme
-
-A simple Hugo theme I plan on using for my personal website, [Based.Cooking](https://based.cooking) and [LandChad.net](https://landchad.net).
-
-## get started
-
-```sh
-hugo new site new-site
-cd new-site
-git clone https://github.com/lukesmithxyz/lugo themes/lugo
-echo "theme = 'lugo'" >> config.toml
-cp themes/lugo/static/style.css static/
-```
-
-## stuff
-
-- Makes one RSS feed for the entire site at `/index.xml`
-- Stylesheet is in `/style.css` and includes some important stuff for partials.
-- If a post is tagged, links to the tags are placed at the bottom of the post.
-- `nextprev.html` adds links to the Next and Previous articles to the bottom of a page.
-- `taglist.html` links all tags an article is tagged to for related content.
diff --git a/themes/lugo/layouts/_default/baseof.html b/themes/lugo/layouts/_default/baseof.html
index 57e17ce..f1c41c2 100644
--- a/themes/lugo/layouts/_default/baseof.html
+++ b/themes/lugo/layouts/_default/baseof.html
@@ -15,6 +15,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="{{ .Site.BaseURL }}">λ</a></li>
+<li class="menu-item"><a href="{{ .Site.BaseURL }}/tags/projects">Projects</a></li>
+<li class="menu-item"><a href="{{ .Site.BaseURL }}/tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="{{ .Site.BaseURL }}/about">About</a></li>
+</ul>
{{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}}
<main>
<header><h1 id="tag_{{ .Title }}">{{ block "title" . }}{{ end }}</h1></header>
@@ -28,8 +34,7 @@
</main>
{{ block "footer" . }}
<footer>
- <a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a>
- {{- if .Param "showrss" }}<br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>{{ end }}
+ {{- if .Param "showrss" }}<a href="/index.xml">Subscribe to my RSS feed</a>{{ end }}
</footer>
{{ end }}
</body>