Zum Scaffold
This project contains the absolute minimum scaffolding to create a site on Zum. It includes the following:
Starter content
-
Homepage - A semantic document with the text you are reading right now.
-
Header - A semantic fragment that is fetched and included on every page with a header element.
-
Footer - A semantic fragment this is fetched and included on every page with a footer element.
-
Hello - A sample semantic fragment that can be included on any page by pasting a link.
Starter patterns
-
Header - Used to render the header client-side or by directly visiting.
-
Footer - Used to render the footer client-side or by directly visiting.
-
Fragment - Used to fetch the content of a fragment link and add it to the page being viewed.
Global styles & scripts
-
global.js - Run on every page visit and orchestrates basic page functions including dynamically loading scripts and styles for the patterns that need them.
-
global.css - Included on every page