mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 07:56:12 +02:00
feat(archives): bootstrap what-is-archives from Github
This commit is contained in:
@@ -63,6 +63,14 @@ module.exports = {
|
||||
path: `${__dirname}/src/content/resources`,
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-source-git`,
|
||||
options: {
|
||||
name: `what-is-archive`,
|
||||
remote: `https://github.com/the-programmers-hangout/technology-spotlight`,
|
||||
patterns: [`*.md`, `!README.md`],
|
||||
},
|
||||
},
|
||||
`gatsby-transformer-sharp`,
|
||||
`gatsby-plugin-react-svg`,
|
||||
`gatsby-plugin-sharp`,
|
||||
|
||||
Reference in New Issue
Block a user