π Local
Markdown content from the local or mounted filesystem
[[blocks]]
name="Local Markdown"
src="blocks/energiser"
Look in the /archetypes for examples of possible front matter you can assign. Anything that exists in Hugo is available to you.
Theme-specific front matter params:
time
-Number
the time in minutes the block should takefacilitation
-Boolean
whether the block requires facilitationemoji
-String
an emoji to represent the blockobjectives
-Slice
a list of learning objectives for the blockactivity
-Slice
a list of activities for the blockhide_from_overview
-Boolean
whether the block should be hidden from the overview page
All local blocks are headless. This is so they don’t create pages in sites that mount the module. Individual site owners control page creation explicitly in their own /content dir.
Mandatory build settings
[build]
render = 'never'
list = 'local'
publishResources = false