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 overlay-dir value out of config map (#142) #143

Closed stelcodes closed 2 years ago

stelcodes commented 2 years ago
Previously the overlay-dir value was kept in the config map. Now the
value is passed to the `nuzzle.api.serve` and `nuzzle.api.publish`
functions as an optional keyword argument.

This is part of the effort to move values from the top level of the
config into keyword arguments.

Fixes #142