aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haunt.scm27
1 files changed, 7 insertions, 20 deletions
diff --git a/haunt.scm b/haunt.scm
index 1d5f990..52145f6 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -110,16 +110,7 @@
from these sites and displays it to you in a distraction-free interface along
with features that are usually locked behind premium subscriptions. Its ultimate
goal is to offer a full-fledged web-based alternative to "
- ,(anchor "Newpipe" "https://github.com/TeamNewPipe/NewPipe") ".")
- (br)
- (h3 "Tech Stack")
- (p "Tubo is a Clojure(Script) full-stack application that interops with
-the " ,(anchor "NewPipeExtractor"
- "https://github.com/TeamNewPipe/NewPipeExtractor") " library.
-Main tools include:")
- ,(bulleted-list
- (list "http-kit" "ring" "reitit" "re-frame" "reagent" "promesa"
- "deps.edn" "shadow-cljs" "webpack" "tailwindcss" "docker"))))
+ ,(anchor "Newpipe" "https://newpipe.net") ".")))
(project
#:name "nx-router"
#:synopsis "A declarative URL routing extension for Nyxt"
@@ -225,7 +216,7 @@ interactive functions along these lines:")
#:name "guix-config"
#:synopsis "Personal Guix configuration"
#:link (project-uri "guix-config")
- #:tags '("scheme" "rde" "dotfiles")
+ #:tags '("scheme" "dotfiles")
#:license "GPL-3.0+"
#:description
`((p "My personal set of configuration files built on top of Guix and
@@ -239,7 +230,7 @@ packages, services, and features upstream as much as I can.")))
#:name "blog"
#:synopsis "Personal site and blog"
#:link (project-uri "blog")
- #:tags '("scheme" "org-mode" "haunt")
+ #:tags '("scheme" "org-mode")
#:license "GPL-3.0+"
#:description
`((p "My personal blog built with the "
@@ -414,14 +405,10 @@ describe my personal projects and contributions.")))))
,(format #f "Hi, I'm ~a!"
(string-join
(drop-right (string-split %fullname #\space) 1))))
- (p "Software developer currently based in Madrid working in the
-Space Surveillance & Tracking and Space Traffic Management (SST & STM) division at "
- ,(anchor "GMV" "https://gmv.com" #:external? #t) ".")
- (p "Particularly interested in functional programming and its
-applications in web development, reproducible operating systems, and
-compilers.")
- (p "Avid open source contributor and maintainer. Feel free to check
-out some of my " ,(anchor "projects" "/projects") "."))
+ (p "Software developer currently based in Madrid with a strong
+interest in FOSS, functional programming, reproducible systems, and compilers.")
+ (p "Feel free to check out some of my "
+ ,(anchor "projects" "/projects") "."))
(div (@ (class "blog blog--type-preview"))
(h2 (@ (class "blog__title")) "Latest Posts"
,(anchor '(button (@ (class "button button--type-border"))