April 15, 2019
Hello World
Hello, world! This is a demo post for gatsby-theme-timeline
.
module.exports = {
plugins: ["gatsby-theme-timeline"],
}
This is another paragraph after the code block.
This is a tweet:
Sunsets don't get much better than this one over @GrandTetonNPS. #nature #sunset pic.twitter.com/YuKy2rcjyU
— US Department of the Interior (@Interior) May 5, 2014
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>
)
Here’s a pre
tag:
hello!