statikPress

How to Extend functionality

partial files

the configs/ directory holds a few partial files

  1. header.partial
  2. footer.partial
  3. nav.partial
  4. container.partial

these partial files can be edited as you see fit (which can update the layout as you see fit).

static files

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

transforms

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