
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@developersgarage/sourcebit-target-eleventy
Advanced tools
[
This plugin creates a JavaScript file (_data/data.js) to expose any Sourcebit data source through JavaScript properties consumable by the 11ty static site generator.
To install the plugin and add it to your project, run:
npm install sourcebit-target-eleventy --save
💡 You don't need to run this command if you start Sourcebit using the interactive setup process, as the CLI will install the plugin for you and add it as a dependency to your project.
The plugin accepts the following configuration parameters. They can be supplied in any of the following ways:
options object of the plugin configuration block inside sourcebit.js, with the value of the Property column as a key;| Property | Type | Visibility | Default value | Env variable | Parameter | Description |
|---|---|---|---|---|---|---|
contentModels | String Array | Public | false | A list of strings representing the content model names to be included as part of the data object used to create the pages |
sourcebit.js
module.exports = {
plugins: [
{
module: require('sourcebit-target-eleventy'),
contentModels: ['blog', 'about']
}
]
};
This plugin offers an interactive setup process via the npx create-sourcebit command. It asks users to select each of the content models present in the models data bucket to be accessbile within 11ty.
This plugin expects the following data buckets to exist:
models: An array of content modelsobjects: An array of objects with data corresponding to the modelsThis plugin creates creates a JavaScript (data.js) file in the _data folder.
FAQs
A Sourcebit plugin for 11ty
We found that @developersgarage/sourcebit-target-eleventy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.