- eleventy - files that modify the 11ty behaviour (filters, shortcodes, passthroughs)
- passthrough.js - list of files 11ty will pass through to the compiled output
- filter - 11ty filters
- date.js - filters to format dates and times
- shortcode - 11ty shortcodes
- nodeEnv.js - shortcode to determine if production or dev environment
- paired
- markdown.js - paired shortcode that renders markdown
- src - source of the website
- _data - global data files
- _includes - layouts directory
- admin - assets and config for netlify-cms
- assets - css and js assets for the site
- uploads - directory where uploads will be stored
- auto compile and minify css and javascript
- move meta data to cms