We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7f3b1 commit 2d3c3f4Copy full SHA for 2d3c3f4
README.md
@@ -58,6 +58,23 @@ and their specific content from your **configuration**. They may also include
58
Your configuration file can describe multiple documents, each having further
59
configuration and files in their own directory next to the configuration.
60
61
+```text
62
+kiwipycon.yml
63
+prospectus/
64
+├── bake.py
65
+├── config.yml
66
+├── images/
67
+│ ├── banner_stage1.jpg
68
+│ └── conference.jpg
69
+├── pages/
70
+│ ├── conference_overview.yml
71
+│ ├── conference_schedule.yml
72
+│ └── cover.yml
73
+└── templates/
74
+ ├── cover.svg.j2
75
+ └── list_section.svg.j2
76
+```
77
+
78
Each document directory consists of:
79
80
- `templates/`<br> contains `.svg.j2` files describing the layout of a page. These are
0 commit comments