Skip to content

Instantly share code, notes, and snippets.

@antonholmberg
Created March 16, 2019 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonholmberg/e272f56992defb4e865dd903463297d5 to your computer and use it in GitHub Desktop.
Save antonholmberg/e272f56992defb4e865dd903463297d5 to your computer and use it in GitHub Desktop.
module.exports = {
siteMetadata: {
title: 'Gatsby Default Starter',
description:
'Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.',
author: '@gatsbyjs',
},
plugins: [
{
resolve: 'gatsby-source-filesystem',
options: {
name: 'posts',
path: `${__dirname}/posts`,
},
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment