~luciano/laratel.li

1dc52e6ed3a680eab9d3e8044c490b3899ebfdee — Luciano Laratelli 2 months ago 4ba1646
fix typo; add deployment Makefile
2 files changed, 5 insertions(+), 1 deletions(-)

A Makefile
M src/li/laratel/luciano/web/routes/ui.clj
A Makefile => Makefile +4 -0
@@ 0,0 1,4 @@
target/luciano-standalone.jar:
	bb uberjar
deploy: target/luciano-standalone.jar
	scp target/luciano-standalone.jar luciano@laratel.li:~/docker/appdata/laratel.li/japp.jar

M src/li/laratel/luciano/web/routes/ui.clj => src/li/laratel/luciano/web/routes/ui.clj +1 -1
@@ 86,7 86,7 @@
    "Hello and welcome!"
    "This is the personal website for me, Luciano Laratelli."
    "I'm a software developer based out of Miami Beach. My technical interests
    include functional programming, espcially in Clojure, as well as herding
    include functional programming, especially in Clojure, as well as herding
    Linux servers. I'm an Emacs enthusiast. Before I got into computers, I spent
    far too much time thinking about chemistry."
    ["You can reach me by email at " [:a {:href "mailto:luciano@laratel.li"} "luciano@laratel.li"] "."]