<Akira experiment 2 />

moon indicating dark mode
sun indicating light mode

Hello World Gatsby

April 15, 2019

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

Delete me, and get writing!

print('Hello World')

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>
);