summaryrefslogtreecommitdiff
path: root/site.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 13:06:17 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 13:06:17 +0100
commited8b8445f4981095ca30d59102ea124be7a13565 (patch)
tree1bd4eb9e2fa615f1e8845cc76c49f0fe13a625ec /site.lisp
parent5de4f5dd0f565a52271a58a06b8daa17f0461f01 (diff)
Add variable *WORDPRESS-KEY*.
Diffstat (limited to 'site.lisp')
-rw-r--r--site.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/site.lisp b/site.lisp
index 069edbd..60fadaf 100644
--- a/site.lisp
+++ b/site.lisp
@@ -16,3 +16,7 @@
(defparameter *server-address* "127.0.0.1")
(defparameter *server-port* 9201)
+
+;; Set the following to your Wordpress key if you want to use Akismet.
+;; Otherwise, set it to NIL or comment the line out.
+(defparameter *wordpress-key* nil)