;;;; package.lisp (defpackage #:flexo (:use #:cl) (:import-from #:spinneret #:with-html #:with-html-string) (:export #:*host* #:add-file #:add-files-matching #:artifact #:artifacts-with-class #:artifacts-with-urlpath-like #:build-and-publish #:content #:content-keywords #:content-with-class #:content-with-filepath-like #:content-with-tags #:define-lass-sheet #:define-lass-template #:define-ps-script #:define-spinneret-page #:define-spinneret-template #:file #:file-artifact #:filepath #:find-artifacts #:find-content #:hack-on #:lass-sheet #:lookup-content #:ps-script #:publish #:publish-site #:rss-feed #:run-recipe #:spinneret-page #:stop-hacking #:template-generated-text #:artifact-url-path))