Liking cljdoc? Tell your friends :D

cryogen-core.new-io


copy-dirclj

(copy-dir src target ignored-files)
source

copy-html-from-theme!clj

(copy-html-from-theme! fs-prefix theme target-path ignore-patterns)
source

copy-resourcesclj

(copy-resources {:keys [blog-prefix resources ignored-files]})
source

copy-resources-from-templates!clj

(copy-resources-from-templates! fs-prefix resources target-path ignore-patterns)
source

copy-resources-from-theme!clj

(copy-resources-from-theme! fs-prefix theme target-path ignore-patterns)
source

create-dirs-from-markup-folders!clj

(create-dirs-from-markup-folders! fs-prefix
                                  posts
                                  pages
                                  target-path
                                  ignore-patterns)

Copy resources from markup folders. This does not copy the markup entries.

Copy resources from markup folders. This does not copy the markup entries.
sourceraw docstring

create-fileclj

(create-file file data)
source

create-file-recursiveclj

(create-file-recursive file data)
source

create-folderclj

(create-folder folder)
source

delete-resources!clj

source

find-assetsclj

(find-assets base-path paths fs-prefix ext ignored-files)

Find all assets in the given root directory (f) and the given file extension (ext) ignoring any files that match the given (ignored-files). First make sure that the root directory exists, if yes: process as normal; if no, return empty vector.

Find all assets in the given root directory (f) and the given file
extension (ext) ignoring any files that match the given (ignored-files).
First make sure that the root directory exists, if yes: process as normal;
if no, return empty vector.
sourceraw docstring

get-distinct-markup-dirsclj

(get-distinct-markup-dirs fs-prefix posts pages ignore-patterns)
source

get-resourceclj

(get-resource resource)
source

ignoreclj

(ignore ignored-files)
source

match-re-filterclj

source

pathclj

(path & path-parts)

Creates path from given parts, ignore empty elements

Creates path from given parts, ignore empty elements
sourceraw docstring

publicclj

source

re-filterclj

(re-filter bool-fn re & other-res)
source

reject-re-filterclj

source

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

× close