Common Theme
- π§©
Blocks System
π Blocks compose pages from local and remote sources
- π§
Custom Front Matter
π Custom metadata that has special powers in the common theme.
- π±
Pages and Layouts
π Layouts available in the theme and how to use them
- πͺ
Render Hooks
π Render hooks override existing markdown rendering in Hugo
- πͺ’
Shortcodes
π Markdown extensions to render custom components
To mount the common theme, you need to add the following to your config.toml
:
[module]
[[module.imports]]
path = "github.com/CodeYourFuture/curriculum/common-theme"
And then set the theme in your config.toml
:
theme = "common-theme"