Liking cljdoc? Tell your friends :D

nuzzle.publish


create-atom-feedclj

(create-atom-feed {:nuzzle/keys [base-url atom-feed] :as config}
                  rendered-site-index
                  &
                  {:keys [deterministic?]})

The optional test-ops map can make build deterministic by setting :deterministic? true

The optional test-ops map can make build deterministic by setting
:deterministic? true
raw docstring

create-author-elementclj

(create-author-element {:nuzzle/keys [author-registry] :as _config} author-kw)

create-sitemapclj

(create-sitemap {:nuzzle/keys [base-url] :as config} rendered-site-index)

Assumes config is transformed and drafts have already been removed from rendered-site-index.

Assumes config is transformed and drafts have already been removed from
rendered-site-index.
raw docstring

publish-atom-feedclj

(publish-atom-feed {:nuzzle/keys [publish-dir] :as config}
                   rendered-site-index
                   &
                   {:as test-opts})

The optional test-ops map can make build deterministic by setting :deterministic? true

The optional test-ops map can make build deterministic by setting
:deterministic? true
raw docstring

publish-siteclj

(publish-site {:nuzzle/keys [overlay-dir publish-dir atom-feed sitemap?]
               :as config}
              &
              {:as test-opts})

The optional test-ops map can make build deterministic by setting :deterministic? true

The optional test-ops map can make build deterministic by setting
:deterministic? true
raw docstring

publish-sitemapclj

(publish-sitemap {:nuzzle/keys [publish-dir] :as config} rendered-site-index)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close