;;; -*- mode : lisp -*- (;; Required information :author "Eric Timmons" :deploy-dir "public/" :domain "https://common-lisp.net/project/cl-docker-images" :routing ((:post "posts/~a") (:tag-index "tag/~a") (:month-index "date/~a") (:numeric-index "~d") (:feed "~a.xml") (:tag-feed "tag/~a.xml")) :title "CL Docker Images" :theme "cl-docker-images" ;; Optional information :excerpt-sep "" :feeds ("lisp") :plugins ((mathjax) (sitemap) (static-pages) ;; deployment plugins ;; default deploy method is rsync (rsync "-avz" "--delete" "--exclude" ".git/" "--exclude" ".gitignore" "--copy-links")) :sitenav ((:url "1.html" :name "News" :relative t) (:url "images/implementation-specific.html" :name "Implementation Images" :relative t) (:url "images/development.html" :name "Development Images" :relative t) (:url "use-cases.html" :name "Use Cases" :relative t) (:url "https://gitlab.common-lisp.net/cl-docker-images" :name "Code")) :staging-dir "/tmp/coleslaw/")