summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-11 12:15:57 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-11 12:15:57 +0200
commit561d5f1ea1de0d0af6938c9e446efb87e6b03ea0 (patch)
tree9d08a3edbd1b4b3b3221aa4adbcf6b82e53547b2 /globals.lisp
parent829d433565ac1d0c901a84c01cf004ad714379bb (diff)
Implement output of static HTML and XML files.
Ignore-this: 724acb08b4c75c08913325b2ebb7cb4f darcs-hash:e011eaebcaaccaef973cb0de5870dbfcbc94d8ac
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.")