Customization
Try fossilizer init --customize
, which unpacks the following for customization:
-
a
data/web
directory with static web assets that will be copied into thebuild
directory -
a
data/templates
directory with Tera templates used to produce the HTML output -
Note: this will not overwrite the database for an existing
data
directory, though it will overwrite any existingtemplates
orweb
directories.
Check out the templates to see how the pages are built. For a more in-depth reference on what variables are supplied when rendering templates, check out the crate documentation: