summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorckonstanski <kostcarl@isu.edu>2026-07-20 08:29:43 -0600
committerckonstanski <kostcarl@isu.edu>2026-07-20 08:29:43 -0600
commitd28e2cecd04b71bd6f62e065f8715d852043c5a2 (patch)
tree59bd1b6cb807151f7ee2bdc6d0341cc623e744df /README.md
parent8200616946c74bfd1221a3904776f47178eb0247 (diff)
stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 822123a..40b1c99 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,11 @@
-# bogenherr
+# resume
-`bogenherr` is the public-facing business storefront website for
-Carlos Konstanski's Violin and Viola Studio in Pocatello ID.
+`resume` is a resume-building tool written by Carlos Konstanski. The
+ned for this tool arose during the Great Job Hunt of 2026. I got tired
+of manually writing new versions of my resume for every application.
-Visit the website: https://www.bogenherr.org/
-
-`bogenherr` is written in Lisp. The server-side is written in SBCL
-while the client-side is written in ClojureScript. Additionally the
+`resume` is written in Lisp. The server-side is written in SBCL while
+the client-side is written in ClojureScript. Additionally the
client-side uses React.js via the Reagent library.
Eight of the Common Lisp libraries are written by me:
@@ -34,7 +33,7 @@ https://github.com/ckonstanski/org-ckons-cljs.form
https://github.com/ckonstanski/org-ckons-cljs.notifications
-`bogenherr` is deployed to production via docker-compose. For local
+`resume` is deployed to production via docker-compose. For local
development I use the standard Emacs, SLIME and CIDER. The
ClojureScript project is managed with leiningen-bin.