{"version":3,"sources":["webpack:///./src/components/shared/BoxExcerpt.js","webpack:///./src/components/shared/Sidebar.js","webpack:///./src/components/homepage/Post.js","webpack:///./src/pages/index.js"],"names":["BoxExcerpt","render","this","props","title","content","link","className","href","React","Component","Sidebar","boxExerpts","console","log","id","map","exerpt","url","key","Post","date","excerpt","slug","author","style","padding","margin","to","dangerouslySetInnerHTML","__html","BlogIndex","data","siteTitle","site","siteMetadata","posts","allMarkdownRemark","edges","Helmet","charSet","Header","node","frontmatter","fields","published","pageQuery"],"mappings":"4IAqBeA,E,gLAjBbC,OAAA,WAAU,IAAD,EACyBC,KAAKC,MAA7BC,EADD,EACCA,MAAOC,EADR,EACQA,QAASC,EADjB,EACiBA,KACtB,OACE,6BAASC,UAAU,eACnB,gCACE,4BACE,uBAAGC,KAAMF,GAAOF,KAGpB,2BACGC,K,GAXcI,IAAMC,W,ICAzBC,E,gLACJV,OAAA,WAAU,IACAW,EAAeV,KAAKC,MAApBS,WAEN,OADFC,QAAQC,IAAIZ,KAAKC,OAEb,yBAAKY,GAAG,UAAUR,UAAU,uBAC5B,iCACE,wBAAIA,UAAU,WACbK,EAAWI,KACV,SAAAC,GAAW,IACJb,EAAsBa,EAAtBb,MAAMc,EAAgBD,EAAhBC,IAAKb,EAAWY,EAAXZ,QAChB,OACF,4BACI,kBAAC,EAAD,CACAD,MAASA,EACTE,KAAQY,EACRb,QAAWA,EACXc,IAAQf,Y,GAjBFK,IAAMC,WA8BbC,O,kFCDAS,E,gLA5BbnB,OAAA,WAAU,IAAD,EACwCC,KAAKC,MAA5CkB,EADD,EACCA,KAAMC,EADP,EACOA,QAASC,EADhB,EACgBA,KAAMnB,EADtB,EACsBA,MAAOoB,EAD7B,EAC6BA,OAClC,OACE,6BAASjB,UAAU,WAAWkB,MAAO,CAACC,QAAQ,QAC5C,gCACE,wBAAID,MAAO,CAACE,OAAO,SACjB,kBAAC,IAAD,CAAMC,GAAKL,GAAX,IAAqBnB,EAArB,MAEF,2BAAOqB,MAAO,CAACE,OAAO,IAAMN,GAC5B,6BACA,2BAAOI,MAAO,CAACE,OAAO,IAAMH,IAK9B,uBAAGC,MAAO,CAACE,OAAO,OAChBE,wBAAyB,CACvBC,OAAQR,KAGR,kBAAC,IAAD,CAAMM,GAAKL,EAAOhB,UAAU,6BAA5B,sB,GArBKE,IAAMC,W,kFCUnBqB,E,gLACJ9B,OAAA,WAAU,IACA+B,EAAS9B,KAAKC,MAAd6B,KAEFC,EAAYD,EAAKE,KAAKC,aAAa/B,MACnCgC,EAAQJ,EAAKK,kBAAkBC,MAsBrC,OACE,6BACE,kBAACC,EAAA,OAAD,KACE,0BAAMC,QAAQ,UACd,mCAAUP,EAAV,MAGF,yBAAKlB,GAAG,gBAEN,kBAAC0B,EAAA,EAAD,CAAQrC,MAAO6B,IAEf,6BAASlB,GAAG,QACV,yBAAKR,UAAU,aACb,yBAAKA,UAAU,OACb,yBAAKQ,GAAG,UAAUR,UAAU,uBACzB6B,EAAMpB,KAAI,YAAe,IAAZ0B,EAAW,EAAXA,KACNtC,EAAQsC,EAAKC,YAAYvC,OAASsC,EAAKE,OAAOrB,KAD7B,EAEGmB,EAAKC,YAAvBtB,EAFe,EAEfA,KAAMG,EAFS,EAETA,OACRF,EAAUoB,EAAKpB,QACfC,EAAOmB,EAAKE,OAAOrB,KAEzB,GAAImB,EAAKC,YAAYE,UACnB,OACE,yBAAK1B,IAAQI,GACX,kBAAC,EAAD,CACAnB,MAAUA,EACViB,KAASA,EACTE,KAASA,EACTC,OAAWA,EACXF,QAAYA,SAQtB,kBAACX,EAAA,EAAD,CAASC,WAzDF,CACjB,CACER,MAAM,2BACNc,IAAI,mCACJb,QAAQ,wIAEV,CACED,MAAM,oBACNc,IAAI,wCACJb,QAAQ,oKAGV,CACED,MAAM,mBACNc,IAAI,qDACJb,QAAQ,oJA2CA,yBAAKU,GAAG,YAAYR,UAAU,aAC1B,wBAAIA,UAAU,SACZ,+EACA,uCACU,uBAAGC,KAAK,sBAAR,qB,GArERC,IAAMC,WAoFjBoC,GAFEf,YAEO","file":"component---src-pages-index-js-9e5d4b1b88a5c9e00a4b.js","sourcesContent":["import React from \"react\"\nimport { Link } from \"gatsby\"\n\nclass BoxExcerpt extends React.Component {\n render() {\n const { title, content, link} = this.props\n return (\n
\n
\n

\n {title}\n

\n
\n

\n {content}\n

\n
\n )\n }\n}\n\nexport default BoxExcerpt\n","import React from \"react\"\nimport BoxExcerpt from \"./BoxExcerpt\"\n\nclass Sidebar extends React.Component {\n render() {\n const { boxExerpts } = this.props;\n console.log(this.props)\n return (\n
\n
\n \n
\n
\n )\n }\n}\n\nexport default Sidebar\n","import React from \"react\"\nimport { Link } from \"gatsby\"\n\nclass Post extends React.Component {\n render() {\n const { date, excerpt, slug, title, author } = this.props;\n return (\n
\n
\n

\n { title } \n

\n { date }\n
\n { author }\n
\n {/* \n \n */}\n

\n \n Continue Reading\n \n

\n )\n }\n}\n\nexport default Post\n","import React from \"react\"\nimport { StaticQuery, Link, graphql } from \"gatsby\"\n\n// import Layout from \"../../../src/components/layout\"\n// import SEO from \"../../../src/components/seo\"\nimport Post from \"../components/homepage/Post\"\nimport Sidebar from \"../components/shared/Sidebar\"\nimport Header from \"../components/shared/Header\"\nimport { Helmet } from \"react-helmet\"\n\n\n// import { rhythm } from \"../../../src/utils/typography\"\n\nclass BlogIndex extends React.Component {\n render() {\n const { data } = this.props\n\n const siteTitle = data.site.siteMetadata.title\n const posts = data.allMarkdownRemark.edges\n\n const boxExerpts = [\n {\n title:\"juniordevstrugglebus.com\",\n url:\"https://juniordevstrugglebus.com\",\n content:\"Visit the Junior Dev Struggle Bus website for more information on the organzation, and opportunities to contribute to the community!\"\n },\n {\n title:\"The Slack Channel\",\n url:\"http://juniordevstrugglebus.com/slack\",\n content:\"Our Slack channel is the community's main platform of communication. In addition, we have community build bot applications, and lots of development opportunity.\"\n\n },\n {\n title:\"The Meetup Group\",\n url:\"https://www.meetup.com/The-Junior-Dev-Struggle-Bus\",\n content:\"The Junior Dev Struggle Bus posts regular meetings in Seattle, WA on Meetup.com. Come hang out, learn a few things and teach us a few things.\"\n\n }\n ]\n\n return (\n
\n \n \n { siteTitle } \n \n\n
\n \n
\n\n
\n
\n
\n
\n {posts.map(({ node }) => {\n const title = node.frontmatter.title || node.fields.slug\n const { date, author } = node.frontmatter\n const excerpt = node.excerpt\n const slug = node.fields.slug \n\n if (node.frontmatter.published) {\n return (\n
\n \n
\n )\n }\n })}\n\n
\n \n
\n
    \n
  • © Junior Dev Struggle Bus. All rights reserved.
  • \n
  • \n Design: HTML5 UP\n
  • \n
\n
\n
\n
\n
\n
\n
\n )\n }\n}\n\nexport default BlogIndex\n\nexport const pageQuery = graphql`\n query {\n site {\n siteMetadata {\n title\n }\n }\n allMarkdownRemark(sort: { fields: [frontmatter___date], order: DESC }) {\n edges {\n node {\n excerpt\n fields {\n slug\n }\n frontmatter {\n date(formatString: \"MMMM DD, YYYY\")\n title\n author\n description\n published\n }\n }\n }\n }\n }\n`\n"],"sourceRoot":""}