Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
🗒️ Biscus is a Nuxt theme, that can use GitHub Discussions as your blog.
We provide a template that you can quickly start using Biscus.
Before you start, you'll need a GitHub Token without any scopes. Because GitHub GraphQL API requires a token to send requests.
no expiration
or other times you want.Generate
, and copy the token down.Include all branches
.template
branch or make it default.
app.config.ts
in the main directory.export default defineAppConfig({
biscus: {
// name of the blog
name: 'My Project',
// description of the blog
description: 'This is my project',
// the id of the discussions category
categoryId: 'DIC_kwDOKWmCx84CZh1q',
// repository of the blog
repository: 'ocoke/Biscus',
// the id of the repository
repositoryId: 'R_kgDOKWmCxw=',
// the banner of the blog
banner: {
title: 'This is Biscus!',
subtitle: 'hi, this is biscus'
},
// the navigation bar of the blog
nav: {
title: 'My Project',
home: '/',
links: [
{
name: 'Home',
href: '/'
},
{
name: 'About',
href: '/about'
}
]
},
}
})
Biscus is a Nuxt theme, you can add it to your existing project.
WARNING There may be conflicts with your existing project or dependencies.
yarn add biscus
nuxt.config.ts
:export default defineNuxtConfig({
extends: ['biscus'],
})
app.config.ts
:export default defineAppConfig({
biscus: {
// name of the blog
name: 'My Project',
// description of the blog
description: 'This is my project',
// the id of the discussions category
categoryId: 'DIC_kwDOKWmCx84CZh1q',
// repository of the blog
repository: 'ocoke/Biscus',
// the id of the repository
repositoryId: 'R_kgDOKWmCxw=',
// the banner of the blog
banner: {
title: 'This is Biscus!',
subtitle: 'hi, this is biscus'
},
// the navigation bar of the blog
nav: {
title: 'My Project',
home: '/',
links: [
{
name: 'Home',
href: '/'
},
{
name: 'About',
href: '/about'
}
]
},
}
})
NUXT_GITHUB_TOKEN
to a GitHub Token without any scopes:NUXT_GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxx
FAQs
> 🗒️ Biscus is a Nuxt theme, that can use GitHub Discussions as your blog.
The npm package biscus receives a total of 4 weekly downloads. As such, biscus popularity was classified as not popular.
We found that biscus 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.
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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.