Elfin comes packaged with several plugins.
To add (or remove) plugins, modify the 11ty/plugins/loader.js
file.
This is the @11in/cloudinary
plugin.
See its documentation for further details.
A handle plugin for managing and generating navigation menus. For detailed usage information, see its documentation.
This can be very useful for conditionally modifying the <head>
.
The documentation provides a solid explanation, but usage looks like this:
<!-- some layout -->
<meta name="description" content="A description specific to this page!"
data-helmet />
<!-- output -->
<head>
<title>Site Title</title>
...
<meta name="description" content="A description sepcific to this page!">
...
</head>