Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@mnemonicorg/gatsby-theme-archive-site
Advanced tools
An extendable gatsby theme to be used as a foundation in creating Mnemonic archive sites
yarn install
to install core dependencies.yarn develop
to start the development server (locahost:8000)yarn install @mnemonic/gatsby-theme-archive-site
gatsby-config.js
file// gatsby-config.js
module.exports = {
plugins: [
{
resolve: "@mnemonicorg/gatsby-theme-archive-site",
options: {
contentPath: `${__dirname}/content/`,
dataPath: `${__dirname}/data/`,
// ... additional config options
},
},
],
}
Key | Type | Default value | Description |
---|---|---|---|
actionButtonLink | string | null | A url for the primary action button in the header and footer of the archive site |
colors | object | { primary: "#ff5400", primary_transparent: "#ff54009c",light: "#ffffff", dark: "#000000", bg: "#f5f5f5" } | Theme colors for the site |
contentPath* | string | null | Content directory path (required) |
customHeaderNavItems | [{ name: string, to: string }] | null | Additional dropdown items for the "About" section in the header nav bar |
dataPath* | string | null | Data directory path (required) |
mailchimpEndpoint | string | https://mnemonic.us7.list-manage.com/subscribe/post?u=dad7fb9f6b148644ffbf4a5da&id=443f12971c | Mailchimp url for "Subscribe now" button |
socialMediaLinks | [{ type: string, link: string }] | null | Links for footer social media icons |
translations | { [locale_key]: { key: value }, ... } | null | Additional translation strings |
FAQs
Mnemonic archive site theme
The npm package @mnemonicorg/gatsby-theme-archive-site receives a total of 62 weekly downloads. As such, @mnemonicorg/gatsby-theme-archive-site popularity was classified as not popular.
We found that @mnemonicorg/gatsby-theme-archive-site demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.