Hello World

April 15, 20191 min read

Hello, Gatsby! This is a demo post for my blog. Acts as a kitchen sink and partial elements to make sure nothing is breaking.

module.exports = {
  plugins: [
    "gatsby-theme-blog",    "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>
)

RELATED POSTS

  • Python and PDF Generation
    next
  • Embracing celery - Part 1 - Extending
    prev

COMMENTS

LinkedIn iconTwitter icon

© Copyright 2023, Ahiravan