1.1.1 • Published 7 years ago
@dailybruin/gatsby-source-kerckhoff v1.1.1
gatsby-source-kerckhoff
A Gatsby plugin that draws from Kerckhoff, the Daily Bruin's static site content manager.
Usage
Install with your favorite JavaScript package manager, e.g.,
yarn add gatsby-source-kerckhoffThen add it to your gatsby-config.js:
{
resolve: '@dailybruin/gatsby-source-kerckhoff',
options: {
slug: 'online.demoaml',
},
},The slug is the last part of your project's Kerckhoff link. For example, the
slug of
https://kerckhoff.dailybruin.com/manage/packages/flatpages/online.demoaml is
online.demoaml.
Development
The plugin is written in TypeScript. To build, run
yarn buildTo develop, run
yarn start