Commit bbfd4cee authored by Dave Cooper's avatar Dave Cooper
Browse files

target .public as output directory.

parent 3aba3010
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
(defun make-site ()
  (gendl:start-gendl!)
  (let ((port (gwl::server-port)))
    (gwl:crawl :url-path "/clf-site" :port port)))
    (gwl:crawl :url-path "/clf-site" :port port :output-root (merge-pathnames ".public/" (glisp:system-home :clf-site)))))

(make-site)