Static Rendered Pages
A number of files have been exported out of rapha.cc so that they can be rendered in the new CMS app. There are two main components of this
- HTML files: these allow for whole pages to render in the exact same layout as on rapha.cc
- JSON files: these allow for index pages to be created (for example /guides).
When static HTML pages are rendered, be sure to include critical CSS and JS files as these are not included in the page export (these files should also be locally available instead of using remote files).