{"version":3,"sources":["webpack:///./src/pages/blog.tsx"],"names":["useStyles","makeStyles","theme","createStyles","root","maxWidth","margin","paddingBottom","Blog","props","section","title","description","path","content","first","last","to"],"mappings":"6FAAA,gIAcMA,EAAYC,aAAW,SAACC,GAAD,OACzBC,YAAa,CACTC,KAAM,CACFC,SAAU,IACVC,OAAQ,SACRC,cAAe,SAoCZC,UA7BmB,SAACC,GACfT,IAEhB,OACI,kBAAC,IAAD,CAAQU,QAAQ,QACZ,kBAAC,IAAD,CAAKC,MAAM,OAAOC,YAPV,mDAOoCC,KAAMJ,EAAMI,OACxD,kBAAC,IAAD,CAASC,SAAO,EAACC,OAAK,EAACC,MAAI,GACvB,kBAAC,IAAD,CAAWL,MAAM,SAEjB,8RAOA,+GAE6B,IACzB,kBAAC,OAAD,CAAMM,GAAG,WAAT,wBAHJ,8CAOA,kBAAC,IAAD","file":"component---src-pages-blog-tsx-2849950d955167ad76cc.js","sourcesContent":["import React from \"react\";\r\nimport { graphql, Link, PageProps, useStaticQuery } from \"gatsby\";\r\n\r\nimport Layout from \"../components/Layout\";\r\nimport SEO from \"../components/Seo\";\r\nimport PageTitle from \"../components/PageTitle\";\r\nimport Typography from \"@material-ui/core/Typography\";\r\nimport { createStyles, makeStyles, Theme } from \"@material-ui/core/styles\";\r\nimport BlogPostList from \"../components/BlogPostList\";\r\nimport Paper from \"@material-ui/core/Paper\";\r\nimport SignUpForm from \"../components/SignUpFormControl\";\r\nimport Box from \"@material-ui/core/Box\";\r\nimport Section from \"../components/Section\";\r\n\r\nconst useStyles = makeStyles((theme: Theme) =>\r\n createStyles({\r\n root: {\r\n maxWidth: 700,\r\n margin: \"0 auto\",\r\n paddingBottom: 60,\r\n },\r\n })\r\n);\r\n\r\nconst description = \"Here, you can explore the writings of Tim Edgar.\";\r\n\r\nconst Blog: React.FC = (props) => {\r\n const classes = useStyles();\r\n\r\n return (\r\n \r\n \r\n
\r\n \r\n\r\n

\r\n My writing aims to explore the insights and discoveries that\r\n I've gained over my career. Some topics will be about fields\r\n I've worked in such as data or the cloud. Other topics will\r\n be strategies that have enabled me to be more effective in\r\n the workplace.\r\n

\r\n

\r\n I typically write a few posts a month published here and\r\n through my mailing list.{\" \"}\r\n Join my mailing list to get new\r\n posts delivered to your inbox.\r\n

\r\n\r\n \r\n
\r\n
\r\n );\r\n};\r\n\r\nexport default Blog;\r\n"],"sourceRoot":""}