Import gatsby from starter

This commit is contained in:
Angelos Chalaris
2019-08-13 11:20:10 +03:00
parent 8e47a2c8e7
commit 233815cc22
12 changed files with 19459 additions and 1050 deletions

16
config.js Normal file
View 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`,
};