Follow up on discussion with @damithc on 19 Sep
Users may want to deploy single markbind project to multiple websites with different configurations, for example two information sites can share a common template, except a few extra pages are deployed for each one.
We can allow the user to specify the site.json file path in markbind serve so the same project can have multiple deploy options without having to swap the file out.
Follow up on discussion with @damithc on 19 Sep
Users may want to deploy single markbind project to multiple websites with different configurations, for example two information sites can share a common template, except a few extra pages are deployed for each one.
We can allow the user to specify the
site.jsonfile path inmarkbind serveso the same project can have multiple deploy options without having to swap the file out.