Mohan Talupula
Mohan Talupula
Author

Hello World (example)

Published April 15, 2019
Reading Time : 1 min(s)

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

Delete me, and get writing!

module.exports = {
__experimentalThemes: [
"gatsby-theme-blog", // highlight-line
"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"; //hey there
export default props => (
<ThemeProvider theme={theme}>{props.children}</ThemeProvider>
);

Images

Awesome image

Tagged with: