commit f036ee8f94b87bb79b066a3df54d0694ebb792a7
parent bb1702704c00798c9fe194e3f2218387c07ac336
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Wed, 3 Jan 2024 22:45:14 +0200
Comment out a buggy recent list of posts, also fix links in commonmark post files.
Diffstat:
4 files changed, 28 insertions(+), 21 deletions(-)
diff --git a/haunt.scm b/haunt.scm
@@ -54,9 +54,10 @@
"posts"))
(p (a (@ (href "/haunt/feed.xml"))
"atom feed"))
- (h2 "Latest posts:")
- (div (@ (class "latest-posts"))
- (ul ,(map post->sxml-link five-last-posts))))))))
+ #;
+ ((h2 "Latest posts:")
+ (div (@ (class "latest-posts"))
+ (ul ,(map post->sxml-link five-last-posts)))))))))
(define* (page-builder destination make-sxml)
(lambda (site posts)
diff --git a/posts/20221122002707-eww_is_the_opposite_of_eww.md b/posts/20221122002707-eww_is_the_opposite_of_eww.md
@@ -8,8 +8,8 @@ So I find it hard to read. Yes, some people are like that, but I have
developed a technique to aid me on my readings: (Only for English, not
for my Mother Tongue Hebrew, but that's another topic).
-It is all based on a little Python script I wrote called [[https://codeberg.org/yuvallangerontheroad/clipboard-speaker][Clipboard
-Speaker]].
+It is all based on a little Python script I wrote called [Clipboard
+Speaker][1].
I mark a bunch of text, copy the text, and press a keybinding which
starts the script. The script then reads the contents of the clipboad,
@@ -54,3 +54,5 @@ is that the text-to-speech engine keeps receiving new text in its
stdin every time I press s-x or s-c, so you can mark text, press s-x
or C-c s-c several times and each of those bits of text would be
played in order.
+
+[1]: https://codeberg.org/yuvallangerontheroad/clipboard-speaker
diff --git a/posts/20230709230840-whats_the_deal_with_airplane_food.md b/posts/20230709230840-whats_the_deal_with_airplane_food.md
@@ -11,11 +11,7 @@ stepped forward and came out publicly to talk about the problem.
The list:
-- It tastes bad.
- https://youtu.be/AsJYmf_G5d0?v=40s
-- The almonds bag is too small.
- https://youtu.be/AsJYmf_G5d0?v=45s
-- The peanuts bag is too small.
- https://youtu.be/n0E7EaRLmSI?v=45s
-- It costs too much and is not gormet food.
- https://youtu.be/cbjyxcfM2XI?t=37s
+- [It tastes bad](https://youtu.be/AsJYmf_G5d0?v=40s).
+- [The almonds bag is too small](https://youtu.be/AsJYmf_G5d0?v=45s).
+- [The peanuts bag is too small](https://youtu.be/n0E7EaRLmSI?v=45s).
+- [It costs too much and is not gormet food](https://youtu.be/cbjyxcfM2XI?t=37s).
diff --git a/posts/20230715153614-fellow_weirdos.md b/posts/20230715153614-fellow_weirdos.md
@@ -5,11 +5,19 @@ date: 2023-07-15 00:00
Don't know if they'll appreciate me calling them weirdos.
-- [[https://systemcrafters.net/][David Wilson's Systemcrafters]] he does Free Software type of hacking
- live and release all show notes and software free as in freedom.
-- [[https://github.com/summeremacs/howiuseemacs/blob/main/full-explanation-of-how-i-use-emacs.org][Summer's explanation of her Emacs workflow]]. She's an organisation
- elemental. A being of pure organisational magic. Wizards of The
- Coast are going to add her in their next Monster Manual.
-- [[https://www.acdw.net][Case Duckworth's digital garden]] - I would say he is worth more than
- a duck. (Sorry about that. I have problem.)
-- [[https://cuberjan.github.io/][(λ () nil)'s blog]] and [[https://raw.githack.com/CuBeRJAN/emacs-stuff/main/README.html][(λ () nil)'s guide to Emacs stuff]].
+- [David Wilson's Systemcrafters][1] he does Free Software type of
+ hacking live and release all show notes and software free as in
+ freedom.
+- [Summer's explanation of her Emacs workflow][2]. She's an
+ organisation elemental. A being of pure organisational magic.
+ Wizards of The Coast are going to add her in their next Monster
+ Manual.
+- [Case Duckworth's digital garden][3] - I would say he is worth more
+ than a duck. (Sorry about that. I have problem.)
+- [(λ () nil)'s blog][4] and [(λ () nil)'s guide to Emacs stuff][5].
+
+[1]: https://systemcrafters.net/
+[2]: https://github.com/summeremacs/howiuseemacs/blob/main/full-explanation-of-how-i-use-emacs.org
+[3]: https://www.acdw.net/
+[4]: https://cuberjan.github.io/
+[5]: https://raw.githack.com/CuBeRJAN/emacs-stuff/main/README.html