Exporting to 11ty
The 11ty export engine is not yet implemented. StaticShape’s CLI lists 11ty as an option, but selecting it will produce an error.
#What this engine would produce
An 11ty export engine would generate the same four categories of output as other engines, using Nunjucks or Liquid templates:
- Static files in a configured passthrough directory
- Layout templates using Nunjucks syntax (e.g.
{{ variable }},{% for %},{% if %}) - Content files with YAML front matter
- 11ty config (
.eleventy.jsoreleventy.config.js)
#Contributing
This engine is open for contributions. See the GitHub repository to get involved. The Hugo export engine serves as a reference implementation.