Liking cljdoc? Tell your friends :D

nuzzle.pages


add-tag-pagesclj

(add-tag-pages pages
               &
               {:keys [parent-url create-title render-page]
                :or {parent-url [:tags]
                     create-title (fn* [p1__12225#]
                                       (->> p1__12225# name (str "Tag ")))}})

Add pages page entries for pages that index all the pages which are tagged with a particular tag. Each one of these tag index pages goes under the /tags/ subdirectory

Add pages page entries for pages that index all the pages which are tagged
with a particular tag. Each one of these tag index pages goes under the
/tags/ subdirectory
raw docstring

create-get-pagesclj

(create-get-pages pages)

Create the helper function get-pages from the transformed pages. This function takes a pages key and returns the corresponding value with added key :nuzzle/get-pages with value get-pages function attached.

Create the helper function get-pages from the transformed pages. This
function takes a pages key and returns the corresponding value with added
key :nuzzle/get-pages with value get-pages function attached.
raw docstring

load-pagesclj

(load-pages pages & {:keys [remove-drafts tag-pages]})

Load a pages var or map and validate it.

Load a pages var or map and validate it.
raw docstring

remove-draft-pagesclj

(remove-draft-pages pages)

transform-pagesclj

(transform-pages pages)

Creates fully transformed pages with or without drafts.

Creates fully transformed pages with or without drafts.
raw docstring

validate-pagesclj

(validate-pages pages)

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

× close