summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'globals.lisp')
-rw-r--r--globals.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.lisp b/globals.lisp
index 67d78b7..83eb4f9 100644
--- a/globals.lisp
+++ b/globals.lisp
@@ -69,6 +69,9 @@
(defparameter *cache-dir* nil
"The directory used for caching generated markup.")
+(defparameter *static-dir* nil
+ "The directory which all the generated HTML files will live in.")
+
(defparameter *wordpress-key* nil
"The WordPress/Akismet API key to use.")