currently the repo acts as a stand alone silverstripe website. This is fine but as a module it allows for broader attention in the community. It also allows the opporunity to add the catalogue onto some other website rather than being stand alone.
- modulize the catalogue repo
- remove all references to page class
- Catalogue::class is now the main class from which all page types should extend.
- create a new theme that doesnt rely on simple.
currently the repo acts as a stand alone silverstripe website. This is fine but as a module it allows for broader attention in the community. It also allows the opporunity to add the catalogue onto some other website rather than being stand alone.