gatsby-theme-netlify-identity
Version:
This is a bare-bones Gatsby theme to showcase how a [Theme Jam](https://themejam.gatsbyjs.org) submission should look.
22 lines (20 loc) • 647 B
JavaScript
// exports.createPages = ({ actions, reporter }) => {
// reporter.warn("make sure to load data from somewhere!")
// // TODO replace this with data from somewhere
// actions.createPage({
// path: "/",
// component: require.resolve("./src/templates/page.js"),
// context: {
// heading: "Your Theme Here",
// content: `
// <p>
// Use this handy theme example as the basis for your own amazing theme!
// </p>
// <p>
// For more information, see
// <a href="https://themejam.gatsbyjs.org">themejam.gatsbyjs.org</a>.
// </p>
// `,
// },
// })
// }