
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@jbolda/gatsby-theme-articles
Advanced tools
Gatsby theme to construct pages for each of your articles.
@jbolda/gatsby-theme-articles
Install from npm or yarn:
npm install @jbolda/gatsby-theme-articles
or
yarn add @jbolda/gatsby-theme-articles
We also rely on peer dependencies of the following packages. Consult the package installation guides for each to potentially additional peer depedencies that require installation.
yarn add @jbolda/gatsby-theme-layout@^0.0.7 gatsby-plugin-mdx@^1.0.49 gatsby-plugin-sharp@^2.2.31 gatsby-plugin-theme-ui@^0.2.46 gatsby-source-filesystem@^2.1.0 gatsby-transformer-sharp@^2.2.20 theme-ui@^0.2.46
This plugin expects markdown files in a folder defined by a gatsby-source-filesystem
config entry with a name
entry of articles. The name can be configured with the contentPath
option.
module.exports = {
plugins: [
{
resolve: `@jbolda/gatsby-theme-articles`,
options: { contentPath: "articles" }
},
]
}
The following are design tokens that are applied by variants through this theme. You may use them to apply styles to elements as a stopgap before needing to shadow a component.
{
jboldaGatsbyTheme: {
articles: {
list: {
container: { /* add tokens here */ },
each: { /* add tokens here */ },
heading: { /* add tokens here */ },
text: { /* add tokens here */ },
link: { /* add tokens here */ }
},
article: {
container: { /* add tokens here */ },
content: { /* add tokens here */ },
footer: { /* add tokens here */ },
featuredImage: { /* add tokens here */ },
heading: { /* add tokens here */ },
text: { /* add tokens here */ },
link: { /* add tokens here */ },
components: { /*
add components here as shown in mdx docs,
we pass this to the provider */
}
}
}
}
}
FAQs
Gatsby theme to construct pages for each of your articles.
We found that @jbolda/gatsby-theme-articles 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.