File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,14 @@ You can then run the site with this command (don't close the terminal once you'v
3838bundle exec jekyll serve
3939```
4040
41+ # Binary content
42+
43+ We have an ever-growing collection of binary assets, mostly images but also a few PDF slide decks etc all of these
44+ should go under ` /assets/ ` . To try and preserve a bit of sanity to the repo we subdivide ` /assets ` into sections for each class of conent.
45+ - ` /assets/pages/ ` - for binary assets related to the pages of the site.
46+ - ` /assets/theme/ ` - for binary assets included as part of the site theme
47+ - ` /assets/blog/ ` - for binary assets related to blog posts. Currently, blog has further sub dirs of ` slides ` & ` images ` .
48+
4149# Excalidraw images
4250
4351Some content such as the use-cases include diagrams drawn in Excalidraw. Browsers can't handle the format natively, so instead, in addition to
You can’t perform that action at this time.
0 commit comments