stelcodes / nuzzle

A functional static site generator so smol you won't even notice it's there 🐈
Eclipse Public License 2.0
17 stars 1 forks source link

Move :nuzzle/publish-dir value from config to kw args (#148) #149

Closed stelcodes closed 2 years ago

stelcodes commented 2 years ago

Previously the publish-dir value was specified in the config map, now it is passed directly to the nuzzle.api.publish function via keyword argument.

Part of the effort to move top-level config values into function arguments.

Fixes #148