-
从hashnode上的devblog中获取博客文章的Gatsby插件是gatsby-source-hashnode-devblog
资源介绍
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