Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@jbolda/gatsby-theme-layout
Advanced tools
Gatsby theme generally ingested by other themes to set navigation and default SEO.
@jbolda/gatsby-theme-layout
Install from npm or yarn:
npm install @jbolda/gatsby-theme-layout
or
yarn add @jbolda/gatsby-theme-layout
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 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 theme is primarily used in other themes. There is only configuration requirements.
module.exports = {
siteMetadata: {
siteTitle: `Jacob Bolda`,
siteDescription: `Structural Engineer with a knack for creative solutions using code and ingenuity.`,
siteAuthor: `Jacob Bolda`,
siteContact: "https://twitter.com/jacobbolda",
navLinks: [
{ url: "/articles/", text: "Articles" },
{ url: "/recipes/", text: "Our Recipes" }
]
}
}
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: {
layout: {
header: { /* add tokens here */ },
content: { /* add tokens here */ },
footer: { /* add tokens here */ },
heading: { /* add tokens here */ },
text: { /* add tokens here */ },
link: { /* add tokens here */ }
}
}
}
FAQs
Gatsby theme generally ingested by other themes to set navigation and default SEO.
We found that @jbolda/gatsby-theme-layout 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.