From 08e435104c42751689553537b1f20ffb14b8dfcc Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sat, 18 Jul 2026 21:18:18 -0600 Subject: initial commit --- lisp/webapps/resume/conf/.gitignore | 1 + lisp/webapps/resume/conf/options.lisp.example | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 lisp/webapps/resume/conf/.gitignore create mode 100644 lisp/webapps/resume/conf/options.lisp.example (limited to 'lisp/webapps/resume/conf') diff --git a/lisp/webapps/resume/conf/.gitignore b/lisp/webapps/resume/conf/.gitignore new file mode 100644 index 0000000..14fa7a6 --- /dev/null +++ b/lisp/webapps/resume/conf/.gitignore @@ -0,0 +1 @@ +options.lisp diff --git a/lisp/webapps/resume/conf/options.lisp.example b/lisp/webapps/resume/conf/options.lisp.example new file mode 100644 index 0000000..dd570ee --- /dev/null +++ b/lisp/webapps/resume/conf/options.lisp.example @@ -0,0 +1,13 @@ +(:name "resume" + :url "resume.org" + :document-root "resume" + :title "Resume" + :meta-description "The Resume website written in Common Lisp/Hunchentoot and ClojureScript." + :databases (:db-resume ("127.0.0.1" "resume" "resume" "password")) + :mail-mx "mail.ckons.org" + :mail-from "postmaster@ckons.org" + :mail-postmaster "postmaster@ckons.org" + :mail-webmaster "webmaster@ckons.org" + :mail-info "info@ckons.org" + :mail-login-notify "me@ckons.org" + :mail-authentication ("me@ckons.org" "password")) -- cgit v1.3