๐ซ Common Content
Shared content and how that all works
- ๐ฆ
Module
๐ Folders of content organised generally by the module that generated them
- ๐ฅก
Standards
๐ Activities repeated over and over, like lunch time or group discussion
This is a Hugo module called common-content. Itโs filled with headless content blocks. You can mount it into your site by adding it to your siteโs config.toml file:
[[module.imports]]
path = "github.com/CodeYourFuture/curriculum/common-content"
[[module.imports.mounts]]
source = "en"
target = "content"
All the content blocks are now available in your own siteโs content directory. You can use anything here to compose curriculum modules. This will work even if you donโt use the Common theme.