The source code for my personal site.
You can visit the website at https://kyleerhabor.com/.
To build the project locally, you'll need Clojure installed on your system (Install Clojure).
git clone
the repository (e.g.git clone https://github.com/kyleerhabor/hello
)- Change to the directory the project was cloned to (e.g.
cd hello
) - Run the project to generate files served to visitors:
clojure -M -m kyleerhabor.hello.core
- See the output in the
out
directory