{"version":3,"sources":["webpack:///./src/pages/index.jsx","webpack:///./src/components/Post/index.jsx"],"names":["IndexRoute","render","items","_this$props$data$site","this","props","data","site","siteMetadata","title","subtitle","allMarkdownRemark","edges","forEach","post","push","react__WEBPACK_IMPORTED_MODULE_3___default","a","createElement","_components_Post__WEBPACK_IMPORTED_MODULE_6__","key","node","fields","slug","className","href","React","Component","pageQuery","Post","_this$props$data$node","frontmatter","date","category","description","_this$props$data$node2","categorySlug","react__WEBPACK_IMPORTED_MODULE_1___default","dateTime","moment","format","gatsby__WEBPACK_IMPORTED_MODULE_2__","to"],"mappings":"mNAOMA,oGACJC,kBACE,IAAMC,EAAQ,GADPC,EAEqBC,KAAKC,MAAMC,KAAKC,KAAKC,aAF1CL,EAECM,MAFDN,EAEQO,SAMf,OALcN,KAAKC,MAAMC,KAAKK,kBAAkBC,MAC1CC,QAAQ,SAAAC,GACZZ,EAAMa,KAAKC,EAAAC,EAAAC,cAACC,EAAA,EAAD,CAAMb,KAAMQ,EAAMM,IAAKN,EAAKO,KAAKC,OAAOC,UAgBnDP,EAAAC,EAAAC,cAAA,OAAKM,UAAU,UACbR,EAAAC,EAAAC,cAAA,wBACAF,EAAAC,EAAAC,cAAA,WACEF,EAAAC,EAAAC,cAAA,uBACAF,EAAAC,EAAAC,cAAA,kBACQF,EAAAC,EAAAC,cAAA,KAAGO,KAAK,iCAAR,sBADR,yEAGQ,IACNT,EAAAC,EAAAC,cAAA,KAAGO,KAAK,uDAAR,WAEK,IANP,wBAOwB,IACtBT,EAAAC,EAAAC,cAAA,KAAGO,KAAK,+CAAR,gBARF,mDAWmD,IACjDT,EAAAC,EAAAC,cAAA,gDAZF,KAcAF,EAAAC,EAAAC,cAAA,4FAIAF,EAAAC,EAAAC,cAAA,8BACAF,EAAAC,EAAAC,cAAA,iEACwD,IACtDF,EAAAC,EAAAC,cAAA,KAAGO,KAAK,8EAAR,gBAFF,KAOAT,EAAAC,EAAAC,cAAA,yIAIAF,EAAAC,EAAAC,cAAA,8BACAF,EAAAC,EAAAC,cAAA,mDACAF,EAAAC,EAAAC,cAAA,yCACAF,EAAAC,EAAAC,cAAA,gDACAF,EAAAC,EAAAC,cAAA,UACEF,EAAAC,EAAAC,cAAA,0CACAF,EAAAC,EAAAC,cAAA,sCACAF,EAAAC,EAAAC,cAAA,oCACAF,EAAAC,EAAAC,cAAA,kDACAF,EAAAC,EAAAC,cAAA,yFAIAF,EAAAC,EAAAC,cAAA,oEACAF,EAAAC,EAAAC,cAAA,iEACAF,EAAAC,EAAAC,cAAA,iDACAF,EAAAC,EAAAC,cAAA,2CACAF,EAAAC,EAAAC,cAAA,8DAEFF,EAAAC,EAAAC,cAAA,yBACAF,EAAAC,EAAAC,cAAA,+BACsB,IACpBF,EAAAC,EAAAC,cAAA,KAAGO,KAAK,+BAAR,+BA9EaC,IAAMC,YAsFhB3B,YAER,IAAM4B,EAAS,6GC1FhBC,oGACJ5B,kBAAS,IAAA6B,EAMH1B,KAAKC,MAAMC,KAAKe,KAAKU,YAJvBtB,EAFKqB,EAELrB,MACAuB,EAHKF,EAGLE,KACAC,EAJKH,EAILG,SACAC,EALKJ,EAKLI,YALKC,EAOwB/B,KAAKC,MAAMC,KAAKe,KAAKC,OAA5CC,EAPDY,EAOCZ,KAAMa,EAPPD,EAOOC,aAEd,OACEC,EAAApB,EAAAC,cAAA,OAAKM,UAAU,QACba,EAAApB,EAAAC,cAAA,OAAKM,UAAU,cACba,EAAApB,EAAAC,cAAA,QACEM,UAAU,kBACVc,SAAUC,IAAOP,GAAMQ,OAAO,iBAE7BD,IAAOP,GAAMQ,OAAO,cAEvBH,EAAApB,EAAAC,cAAA,QAAMM,UAAU,uBAChBa,EAAApB,EAAAC,cAAA,QAAMM,UAAU,sBAAsBJ,IAAKgB,GACzCC,EAAApB,EAAAC,cAACuB,EAAA,KAAD,CAAMC,GAAIN,EAAcZ,UAAU,4BAC/BS,KAIPI,EAAApB,EAAAC,cAAA,MAAIM,UAAU,eACZa,EAAApB,EAAAC,cAACuB,EAAA,KAAD,CAAMjB,UAAU,mBAAmBkB,GAAInB,GACpCd,IAGL4B,EAAApB,EAAAC,cAAA,KAAGM,UAAU,qBAAqBU,GAClCG,EAAApB,EAAAC,cAACuB,EAAA,KAAD,CAAMjB,UAAU,iBAAiBkB,GAAInB,GAArC,aAhCWG,IAAMC,YAwCVE","file":"component---src-pages-index-jsx-89d7620cf3f654fb4f56.js","sourcesContent":["import React from 'react'\nimport Helmet from 'react-helmet'\nimport { graphql } from 'gatsby'\nimport Layout from '../components/Layout'\nimport Post from '../components/Post'\nimport Sidebar from '../components/Sidebar'\n\nclass IndexRoute extends React.Component {\n render() {\n const items = []\n const { title, subtitle } = this.props.data.site.siteMetadata\n const posts = this.props.data.allMarkdownRemark.edges\n posts.forEach(post => {\n items.push()\n })\n\n return (\n // \n //
\n // \n // {title}\n // \n // \n // \n //
\n //
{items}
\n //
\n //
\n //
\n
\n

Jimmy Cook

\n
\n

Who am I?

\n

\n I'm a software developer\n . I used to be a professional online poker player. I spent a few\n years{' '}\n \n working\n {' '}\n in Afghanistan. I'm a{' '}\n \n skateboarder\n \n , weight-lifter, bicycle-rider, and a recovering{' '}\n guy-who-cant-remember-peoples-names.\n

\n

\n This simplistic website is a refelction of my desire to live a\n minimalist life.\n

\n

What am I doing?

\n

\n My current labor of love is a React Native app called{' '}\n \n Ultimate 531\n \n .\n

\n

\n I don't have an allegiance to any specific programming language but\n I'm really enjoying all things JavaScript at the moment.\n

\n

Where am I from?

\n

Ohio native, I now live in Durham, NC.

\n

What are my favorite books?

\n My top 10 in no particular order\n
    \n
  • Sapiens by Yuval Noah Harari
  • \n
  • Deep Work by Cal Newport
  • \n
  • When by Daniel H. Pink
  • \n
  • The Power of Habit by Charles Duhigg
  • \n
  • \n A Guide to the Good Life: The Ancient Art of Stoic Joy by William\n B. Irvine\n
  • \n
  • Tribe: On Homecoming and Belonging by Sebastian Junger
  • \n
  • A Short History of Nearly Everything by Bill Bryson
  • \n
  • The War of Art by Steven Pressfield
  • \n
  • Liar's Poker by Michael Lewis
  • \n
  • Whitey Bulger by Kevin Cullen and Shelly Murphy
  • \n
\n

Contact me?

\n

\n You can reach me at{' '}\n wjimmycook@gmail.com\n

\n
\n
\n )\n }\n}\n\nexport default IndexRoute\n\nexport const pageQuery = graphql`\n query IndexQuery {\n site {\n siteMetadata {\n title\n subtitle\n copyright\n menu {\n label\n path\n }\n author {\n name\n email\n\n github\n }\n }\n }\n allMarkdownRemark(\n limit: 1000\n filter: { frontmatter: { layout: { eq: \"post\" }, draft: { ne: true } } }\n sort: { order: DESC, fields: [frontmatter___date] }\n ) {\n edges {\n node {\n fields {\n slug\n categorySlug\n }\n frontmatter {\n title\n date\n category\n description\n }\n }\n }\n }\n }\n`\n","import React from 'react'\nimport { Link } from 'gatsby'\nimport moment from 'moment'\nimport './style.scss'\n\nclass Post extends React.Component {\n render() {\n const {\n title,\n date,\n category,\n description,\n } = this.props.data.node.frontmatter\n const { slug, categorySlug } = this.props.data.node.fields\n\n return (\n
\n
\n \n {moment(date).format('MMMM YYYY')}\n \n \n \n \n {category}\n \n \n
\n

\n \n {title}\n \n

\n

{description}

\n \n Read\n \n
\n )\n }\n}\n\nexport default Post\n"],"sourceRoot":""}