the configs/
directory holds a few partial files
these partial files can be edited as you see fit (which can update the layout as you see fit).
You may add as many folders (ie: js/
, css/
directories) as necessary in the static/
directory.
statikPress simply addings .html
files into this dir, meaning they should not be affected and can be used by header.partial
and footer.partial
to source local css/js/asset files
in app/index
, there is a block of code indicating additional transforms, if any, that could be applied to all the partial
files. eventually, this will be moved out to a config file element