My Blog Title

April 15, 2019

Hello World (example)

Hello, world! This is a demo post for gatsby-theme-timeline.

Delete me, and get writing!

module.exports = {
plugins: [
"gatsby-theme-timeline",
"gatsby-theme-notes",
],
}

This is another paragraph after the code block.

This is a secondary heading

import React from "react"
import { ThemeProvider } from "theme-ui"
import theme from "./theme"
export default props => (
<ThemeProvider theme={theme}>{props.children}</ThemeProvider>
)
post
This is where your name goes.
Or whatever, you make the rules.