(copy-resources-from-templates! fs-prefix resources target-path ignore-patterns)
(copy-resources-from-theme! fs-prefix theme target-path ignore-patterns)
(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.
(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.
(path & path-parts)
Creates path from given parts, ignore empty elements
Creates path from given parts, ignore empty elements
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close