From ed8b8445f4981095ca30d59102ea124be7a13565 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 15 Mar 2011 13:06:17 +0100 Subject: Add variable *WORDPRESS-KEY*. --- site.lisp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'site.lisp') 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) -- cgit v1.2.3