summaryrefslogtreecommitdiff
path: root/ci/data/etc/bogenherr
diff options
context:
space:
mode:
authorckonstanski <kostcarl@isu.edu>2026-08-23 23:15:10 -0600
committerckonstanski <kostcarl@isu.edu>2026-08-23 23:15:10 -0600
commit43be3aeab446064654e56a790be6ed0c1580005f (patch)
tree82a44144fd751036d64238b76a00039dd44459f2 /ci/data/etc/bogenherr
parent3f456a6d1e08fc0930e9d73e8988934f41d79603 (diff)
bogenherr remnant in ci
Diffstat (limited to 'ci/data/etc/bogenherr')
-rw-r--r--ci/data/etc/bogenherr/figwheel-main.edn34
-rw-r--r--ci/data/etc/bogenherr/options.lisp15
2 files changed, 0 insertions, 49 deletions
diff --git a/ci/data/etc/bogenherr/figwheel-main.edn b/ci/data/etc/bogenherr/figwheel-main.edn
deleted file mode 100644
index 864266c..0000000
--- a/ci/data/etc/bogenherr/figwheel-main.edn
+++ /dev/null
@@ -1,34 +0,0 @@
-;; Figwheel-main configuration options see: https://figwheel.org/config-options
-;; these will be overriden by the metadata config options in dev.cljs.edn build file
-{
- ;; Set the server port https://figwheel.org/config-options#ring-server-options
- ;; :ring-server-options {:port 9500}
-
- ;; Change the target directory from the "target" to "resources"
- ;; https://figwheel.org/config-options#target-dir
- ;; :target-dir "resources"
-
- ;; Server Ring Handler (optional) https://figwheel.org/docs/ring-handler.html
- ;; If you want to embed a ring handler into the figwheel server, this
- ;; is for simple ring servers
- ;; :ring-handler hello_world.server/handler
-
- ;; To be able to open files in your editor from the heads up display
- ;; you will need to put a script on your path. This script will have
- ;; to take a file path and a line number ie.
- ;; in ~/bin/myfile-opener:
- ;;
- ;; #! /bin/sh
- ;; emacsclient -n +$2:$3 $1
- ;;
- ;; :open-file-command "myfile-opener"
-
- ;; if you are using emacsclient you can just use
- ;; :open-file-command "emacsclient"
-
- ;; Logging output gets printed to the REPL, if you want to redirect it to a file:
- ;; :log-file "figwheel-main.log"
-
- :target-dir "resources"
- :open-url false
-}
diff --git a/ci/data/etc/bogenherr/options.lisp b/ci/data/etc/bogenherr/options.lisp
deleted file mode 100644
index b083b90..0000000
--- a/ci/data/etc/bogenherr/options.lisp
+++ /dev/null
@@ -1,15 +0,0 @@
-(:name "resume"
- :scheme "http"
- :url "resume.ckons.org"
- :document-root "resume"
- :title "Resume Builder"
- :meta-description "Resume Builder written in Common Lisp/Hunchentoot and ClojureScript/Reagent."
- :databases (:db-resume ("resume" "resume" "neweboy" "127.0.0.1"))
- :mail-mx "mail.ckons.org"
- :mail-from "postmaster@ckons.org"
- :mail-postmaster "postmaster@ckons.org"
- :mail-webmaster "webmaster@ckons.org"
- :mail-info "postmaster@ckons.org"
- :mail-login-notify "postmaster@ckons.org"
- :mail-authentication (:login "me@ckons.org" "ayluvmiym")
- :mail-ssl :starttls)