This file is a test of creating a derived org export customizing the output. We need a common prefix for our code generation and it will be domac as in do macroexpand. You are currently interactnig with the result of exporting and tangling this file.
Some fundamendental named building blocks for the page. These are referenced later on in our template transcoder.
This subtree needs to be executed before attempting export. Use
C-c C-v C-s
here.
Define html src block as just returning itself quoted.
Enable execution of this language.
Here we define any override we want to the html export backends transcoders. These functions that get hooked in throught the html derived backend.
Important to call preamble and postamble or they will be inserted verbatim (incorrectly quoted). This is the overarching layout of the page.
Export of this page can be accomplished via C-c C-e x
as per
defined below.
This subtree should be tangled to produce css/style.css and
js/main.js. Use C-c C-v C-t
here.
Some general css linked into the resulting page via preamble references.
Custom element definitions also get linked in via the preamble.
The main javascript file containing our custom element definitions.