登录 注册
当前位置:主页 > 资源下载 > 9 > 从hashnode上的devblog中获取博客文章的Gatsby插件是gatsby-source-hashnode-devblog

从hashnode上的devblog中获取博客文章的Gatsby插件是gatsby-source-hashnode-devblog

  • 更新:2024-10-27 18:30:38
  • 大小:3KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:VB - 硬件开发
  • 格式:ZIP

资源介绍

gatsby-source-hashnode-devblog Gatsby插件,用于从您在上的检索博客文章。 安装 # For npm $ npm install gatsby-source-hashnode-devblog # For yarn $ yarn add gatsby-source-hashnode-devblog 用法 将gatsby-source-hashnode-devblog添加到插件数组, gatsby-config.js具有以下可配置选项 module . exports = { plugins : [ { resolve : 'gatsby-source-hashnode-devblog' , options : { username : '' , // Your username on hashno