Assets
Your theme assets (images, fonts, etc.) are kept in the assets/
folder. Within this folder, your assets can be organized however you like.
assets/
logo.jpg
images/
my-image.png
fonts/
font-family.ttf
Using Assets in Templates
The Nunjucks filter file
is used to generate asset URLs in the templates. To do this, pipe the file's relative path from the root assets folder into the file
filter.
For example, the assets in the above folder structure example would be accessed like this: