Liking cljdoc? Tell your friends :D

nuzzle.core


add-tag-pagesclj

(add-tag-pages pages
               render-page
               &
               {:keys [parent-url title-fn]
                :or {parent-url [:tags]
                     title-fn (fn* [p1__9962#]
                                   (->> p1__9962# 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

developclj

(develop pages & {:as opts})

Starts the site server and an nREPL server as well for an easy hot-reloading setup

Starts the site server and an nREPL server as well for an easy hot-reloading
setup
raw docstring

parse-mdclj

(parse-md md-str)

publishclj

(publish pages & {:as opts})

Publishes the website to :nuzzle/publish-dir. The overlay directory is overlayed on top of the publish directory after the web pages have been published.

Publishes the website to :nuzzle/publish-dir. The overlay directory is
overlayed on top of the publish directory after the web pages have been
published.
raw docstring

serveclj

(serve pages & {:as opts})

Starts a server using http-kit for development.

Starts a server using http-kit for development.
raw docstring

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

× close