Skip to content
Snippets Groups Projects
Commit 05bf607f authored by Erik Huelsmann's avatar Erik Huelsmann
Browse files

Simplify calling the hook to build the site

parent b739b8c5
No related branches found
No related tags found
No related merge requests found
(push (uiop:getcwd) quicklisp:*local-project-directories*)
(ql:quickload :cl-site)
(funcall (symbol-function (intern "MAKE-SITE" :cl-site)) (merge-pathnames "output/" (uiop:getcwd)))
(cl-site::make-site (merge-pathnames "output/" (uiop:getcwd)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment