(add-tag-pages pages
render-page
&
{:keys [parent-url title-fn]
:or {parent-url [:tags]
title-fn (fn* [p1__9957#]
(->> p1__9957# 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
(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
(parse-md md-str)
(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.
(serve pages & {:as opts})
Starts a server using http-kit for development.
Starts a server using http-kit for development.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close