(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.
(process-config config)
Reads the config file
Reads the config file
(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
(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
(subpath? p1 p2)
Checks if either path is a subpath of the other
Checks if either path is a subpath of the other
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close