Import gatsby from starter
This commit is contained in:
16
config.js
Normal file
16
config.js
Normal file
@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
// Project metadata
|
||||
name: `30 seconds starter`,
|
||||
description: `Kick off your next, great 30 seconds project with this starter.`,
|
||||
shortName: `30s`,
|
||||
repositoryUrl: `https://github.com/30-seconds/30-seconds-starter`,
|
||||
// Path information
|
||||
snippetPath: `snippets`,
|
||||
snippetArchivePath: `snippets_archive`,
|
||||
snippetDataPath: `snippet_data`,
|
||||
assetPath: `assets`,
|
||||
pagePath: `src/docs/pages`,
|
||||
staticPartsPath: `src/static-parts`,
|
||||
// General information
|
||||
language: `js`,
|
||||
};
|
||||
Reference in New Issue
Block a user