A public facing website for Clojure Camp.
- babashka - To run this clojure project we recommend installing babashka on your computer. This will allow the running of the
bb
commands.
- Make changes to a page clj file located in
src/clojure_camp_site/pages/
then run the command below.
bb serve
or
bb watch
- This will rebuild the website and run a local web server on:
You can find the page route mapping located in src/clojure_camp_site/pages.clj
The sponsorship content is generated from a markdown file located at resources/clojure_camp_site/sponsorship.md
.