Liking cljdoc? Tell your friends :D

cryogen-core.config


deep-mergeclj

(deep-merge override & vs)

Recursively merges maps. When override is true, for scalars and vectors, the last value wins. When override is false, vectors are merged, but for scalars, the last value still wins.

Recursively merges maps. When override is true, for scalars and vectors,
the last value wins. When override is false, vectors are merged, but for
scalars, the last value still wins.
sourceraw docstring

process-configclj

(process-config config)

Reads the config file

Reads the config file
sourceraw docstring

read-configclj

(read-config)
source

resolve-configclj

(resolve-config)
(resolve-config overrides)

Loads the config file, merging in the overrides and, and filling in missing defaults

Loads the config file, merging in the overrides and, and filling in missing defaults
sourceraw docstring

root-uriclj

(root-uri k config)

Creates the uri for posts and pages. Returns root-path by default

Creates the uri for posts and pages. Returns root-path by default
sourceraw docstring

subpath?clj

(subpath? p1 p2)

Checks if either path is a subpath of the other

Checks if either path is a subpath of the other
sourceraw docstring

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

× close