-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontent.yml
28 lines (27 loc) · 1.18 KB
/
content.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# The audit toolkit module provides:
# - Git version controlled activity modules in `~/.content`
# - The dependency structure to bootstrap the workspace.
# - Uses https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004
# - Using tilde in this context should mean that minor version changes of content packages might break transclusion structure.
# - Major version changes should be locked to the `contentascode` major version.
# - Offers the interface for the audit toolkit (i.e. activity planner).
# This is basically name resolution mappings
# to use shorthand names in metadata and transclusion.
name: Activist Apprentice Template
packages:
apprentice: activist-apprentice-course-template
# This will deploy the workspaces when using `safetag init`.
workspace:
'@apprentice/preview':
start: preview.yml
preview: web
'@apprentice/mobile':
start: mobile.yml
preview: mobile
# # can be used with metalsmith-symlink to override activities folder with migration folder
# # packages:
# # activities: activities
# # main: index.md
# # # An `edit` mode should create symlinks and handle git and packaging workflow.
# # mode: view
# build: build.yml