diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 13:06:17 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 13:06:17 +0100 |
commit | ed8b8445f4981095ca30d59102ea124be7a13565 (patch) | |
tree | 1bd4eb9e2fa615f1e8845cc76c49f0fe13a625ec | |
parent | 5de4f5dd0f565a52271a58a06b8daa17f0461f01 (diff) |
Add variable *WORDPRESS-KEY*.
-rw-r--r-- | site.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |