Commit Diff


commit - c71cbcdaf1c8d727a9d20057f8a3609217268a71
commit + de331c2ebb2c568c0b855f0512158950e5c39247
blob - 20e87052ec927bcbf3d29e03891fa6553f7858dc
blob + 86b40da91c491b0d06bb28cd99deeac133a9d0bf
--- resources/pages.edn
+++ resources/pages.edn
@@ -2,8 +2,12 @@
   :slug  "projects"}
  {:title "star-platinum - take control of your applications, one key at the time"
   :slug  "star-platinum"}
- {:title "gmid - dead simple zero configuration gemini server"
+ {:title "gmid - fast, small and secure Gemini server"
   :slug  "gmid"}
+ {:title "telescope - yet another ncurses Gemini client"
+  :slug  "telescope"}
+ {:title "libphos - build asynchronous Gemini clients & servers"
+  :slug  "libphos"}
  {:title "vc-got: Emacs VC backend for GoT"
   :slug  "vc-got"}
  {:title "crest - see your rest endpoints"
blob - ca0d8f816a37a8fdc28798c2bab24423d6a83f87
blob + 7f66f932230cf9e4397546d6f9b541cb6f8665a1
--- resources/posts.edn
+++ resources/posts.edn
@@ -1,4 +1,76 @@
-[{:title    "Being lazy, the Emacs macro edition"
+[{:title    "Taking ’bout 9P: open and walk"
+  :short    "The mindblowing Twalk"
+  :slug     "taking-about-9p-open-and-walk"
+  :date     "2021/08/01"
+  :tags     #{:nine-p}
+  :gemtext? true
+  :music    {:title "The Riddler"
+             :by    "Nightwish"}}
+ {:title    "Taking ’bout 9P: intro"
+  :short    "Getting to know 9P"
+  :slug     "taking-about-9p-intro"
+  :date     "2021/07/31"
+  :tags     #{:nine-p}
+  :gemtext? true
+  :music    {:title "The Pharaoh Sails to Orion"
+             :by    "Nightwish"}}
+ {:title    "The current state of theme switching"
+  :short    "A cry for help."
+  :slug     "state-of-theme-switching"
+  :date     "2021/07/26"
+  :tags     #{:rant}
+  :gemtext? true
+  :music    {:title "Gethsemane"
+             :by    "Nightwish"}}
+ {:title    "How to suspend a UNIX process"
+  :short    "I want to break free!"
+  :slug     "suspend-unix-process"
+  :date     "2021/07/15"
+  :tags     #{:unix}
+  :gemtext? true
+  :music    {:title "I want to break free"
+             :by    "The Queen"}}
+ {:title    "gmid “Space-dye Vest” 1.7 update"
+  :short    "Your preferred Gemini server, updated!"
+  :slug     "gmid-1.7"
+  :date     "2021/07/10"
+  :tags     #{:gemini :gmid}
+  :gemtext? true
+  :music    {:title "Space-Dye Vest"
+             :by    "Dream Theater"}}
+ {:title    "Virtual users and OpenSMTPD/Dovecot"
+  :short    "AWK for the rescue!"
+  :slug     "opensmtd-dovecot-virtual-users"
+  :date     "2021/06/05"
+  :tags     #{:mail}
+  :gemtext? true
+  :music    {:title "Rifare"
+             :by    "Tre Allegri Ragazzi Morti"}}
+ {:title    "Parsing text/gemini with Clojure revisited"
+  :short    "shorter is better"
+  :slug     "gemtext-clojure"
+  :date     "2021/04/16"
+  :tags     #{:gemini :clojure :lisp}
+  :gemtext? true
+  :music    {:title "How to Disappear Completely"
+             :by    "Radiohead"}}
+ {:title    "gmid “Stargazers” v1.6 update"
+  :short    "it's finally here!"
+  :slug     "gmid-1.6"
+  :date     "2021/03/20"
+  :tags     #{:gemini :gmid}
+  :gemtext? true
+  :music    {:title "Stargazers"
+             :by    "Nightwish"}}
+ {:title    "Customize tty colors"
+  :short    "Thou shalt use a bright-colorscheme even in ttys"
+  :slug     "change-tty-colors"
+  :date     "2021/02/23"
+  :tags     #{:linux}
+  :gemtext? true
+  :music    {:title "Tema del soldato eterno e degli aironi"
+             :by    "Roberto Vecchioni"}}
+ {:title    "Being lazy, the Emacs macro edition"
   :short    "repetitive tasks no more"
   :slug     "emacs-macros"
   :date     "2021/02/10"
@@ -219,11 +291,12 @@
   :date  "2020/04/29"
   :tags  #{:godot}
   :short "Did I mention how I love finite automata?"}
- {:title "cgit & gitolite"
-  :slug  "cgit-gitolite"
-  :date  "2020/04/22"
-  :tags  #{:git}
-  :short "Custom git server with web interface & users management"}
+ {:title    "cgit & gitolite"
+  :slug     "cgit-gitolite"
+  :date     "2020/04/22"
+  :tags     #{:git}
+  :short    "Custom git server with web interface & users management"
+  :gemtext? true}
  {:title "$HOME as a git repo"
   :slug  "home-as-git-repo"
   :date  "2020/04/02"