Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@docusaurus/plugin-content-blog
Advanced tools
@docusaurus/plugin-content-blog is a plugin for Docusaurus, a static site generator. This plugin allows you to create and manage a blog within your Docusaurus site. It provides features like blog post creation, pagination, tags, and more.
Create Blog Posts
This feature allows you to create and manage blog posts in Markdown or MDX format. The configuration specifies the path to the blog directory, the route base path, and other settings like the blog title and description.
module.exports = {
plugins: [
[
'@docusaurus/plugin-content-blog',
{
path: './blog',
routeBasePath: '/blog',
include: ['*.md', '*.mdx'],
blogTitle: 'My Blog',
blogDescription: 'A Docusaurus powered blog!',
},
],
],
};
Pagination
This feature enables pagination for your blog posts. You can specify the number of posts per page using the `postsPerPage` option.
module.exports = {
plugins: [
[
'@docusaurus/plugin-content-blog',
{
path: './blog',
routeBasePath: '/blog',
postsPerPage: 10,
},
],
],
};
Tags
This feature allows you to categorize your blog posts using tags. The configuration can also include options to show reading time and customize the blog sidebar.
module.exports = {
plugins: [
[
'@docusaurus/plugin-content-blog',
{
path: './blog',
routeBasePath: '/blog',
showReadingTime: true,
blogSidebarCount: 'ALL',
blogSidebarTitle: 'All posts',
},
],
],
};
Hexo is a fast, simple, and powerful blog framework. It provides a wide range of features for creating and managing blogs, including support for Markdown, extensive theming options, and plugins for additional functionalities. Unlike @docusaurus/plugin-content-blog, Hexo is a standalone framework rather than a plugin for a static site generator.
Jekyll is a static site generator focused on blogging. It offers features like Markdown support, templates, and plugins. Jekyll is highly customizable and is often used for GitHub Pages. While it provides similar blogging functionalities, it is a standalone tool rather than a plugin for another static site generator like @docusaurus/plugin-content-blog.
2.0.0-alpha.59 (2020-07-24)
docusaurus-migrate
, docusaurus-plugin-client-redirects
docusaurus-init
docusaurus-theme-search-algolia
docusaurus-init
, docusaurus-types
, docusaurus
docusaurus-plugin-content-docs
, docusaurus-utils
docusaurus-init
, docusaurus-mdx-loader
, docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
docusaurus-init
, docusaurus-module-type-aliases
, docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
, docusaurus-plugin-debug
, docusaurus-theme-classic
, docusaurus-types
, docusaurus
docusaurus-init
, docusaurus
docusaurus-module-type-aliases
, docusaurus-plugin-debug
, docusaurus-types
, docusaurus
docusaurus
docusaurus-module-type-aliases
, docusaurus-plugin-debug
, docusaurus
docusaurus-theme-classic
docusaurus-plugin-pwa
, docusaurus
docusaurus-plugin-ideal-image
, docusaurus-types
, docusaurus
docusaurus-plugin-content-docs
docusaurus-1.x
docusaurus-plugin-client-redirects
, docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
, docusaurus-theme-classic
, docusaurus-theme-live-codeblock
, docusaurus-types
, docusaurus
docusaurus-init
, docusaurus-module-type-aliases
, docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
, docusaurus-plugin-debug
, docusaurus-theme-classic
, docusaurus-types
, docusaurus
docusaurus-theme-classic
, docusaurus
docusaurus
docusaurus-theme-classic
docusaurus-plugin-content-docs
docusaurus-plugin-content-pages
docusaurus-init
docusaurus-theme-classic
, docusaurus
docusaurus-plugin-content-docs
, docusaurus-utils
, docusaurus
docusaurus-plugin-client-redirects
, docusaurus-utils
, docusaurus
docusaurus-1.x
docusaurus-plugin-client-redirects
docusaurus-theme-classic
, docusaurus
docusaurus-mdx-loader
docusaurus-plugin-client-redirects
, docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
, docusaurus-plugin-content-pages
, docusaurus-plugin-sitemap
, docusaurus-theme-live-codeblock
, docusaurus-types
docusaurus
docusaurus-migrate
docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
, docusaurus-theme-classic
, docusaurus
docusaurus-mdx-loader
docusaurus-plugin-pwa
, docusaurus
docusaurus-init
, docusaurus-plugin-client-redirects
, docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
, docusaurus-plugin-content-pages
, docusaurus-plugin-debug
, docusaurus-plugin-ideal-image
, docusaurus-plugin-sitemap
, docusaurus-theme-classic
, docusaurus-utils
, docusaurus
docusaurus-init
docusaurus-plugin-content-docs
, docusaurus-utils
, docusaurus
docusaurus
docusausus start
(@SamChou19815)docusaurus-plugin-client-redirects
, docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
, docusaurus-plugin-content-pages
, docusaurus-plugin-sitemap
, docusaurus-theme-live-codeblock
, docusaurus-types
docusaurus-theme-classic
docusaurus-plugin-client-redirects
docusaurus-init
, docusaurus-plugin-client-redirects
, docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
, docusaurus-plugin-ideal-image
, docusaurus-plugin-sitemap
, docusaurus-theme-bootstrap
, docusaurus-theme-classic
, docusaurus-theme-search-algolia
, docusaurus-types
, docusaurus-utils
, docusaurus
, lqip-loader
docusaurus-plugin-client-redirects
, docusaurus-plugin-content-blog
, docusaurus-plugin-content-docs
, docusaurus-plugin-sitemap
, docusaurus-utils
, docusaurus
, lqip-loader
FAQs
Blog plugin for Docusaurus.
The npm package @docusaurus/plugin-content-blog receives a total of 256,997 weekly downloads. As such, @docusaurus/plugin-content-blog popularity was classified as popular.
We found that @docusaurus/plugin-content-blog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.