-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-colophon-js-f876130a9d61b9ffcbac.js.map
1 lines (1 loc) · 1.92 KB
/
component---src-pages-colophon-js-f876130a9d61b9ffcbac.js.map
1
{"version":3,"sources":["webpack:///./src/pages/colophon.js"],"names":["data","href","target","rel"],"mappings":"4FAAA,oEAMe,wBAAGA,KAAH,OACb,oCACE,kBAAC,IAAD,MACA,kBAAC,IAAD,KACE,wCAEA,wDAC4B,2BAAG,uBAAGC,KAAK,4BAA4BC,OAAO,SAASC,IAAI,uBAAxD,iBAD/B,wEAGA,oFACwD,2BAAG,uBAAGF,KAAK,4BAA4BC,OAAO,SAASC,IAAI,uBAAxD,aAD3D,qGAIA,qHACyF,2BAAG,uBAAGF,KAAK,sDAAsDC,OAAO,SAASC,IAAI,uBAAlF,SAD5F,WAEQ,2BAAG,uBAAGF,KAAK,oEAAoEC,OAAO,SAASC,IAAI,uBAAhG,YAFX,6CAGc,2BAAG,uBAAGF,KAAK,yBAAyBC,OAAO,SAASC,IAAI,uBAArD,aAHjB","file":"component---src-pages-colophon-js-f876130a9d61b9ffcbac.js","sourcesContent":["import React from 'react'\nimport { graphql } from 'gatsby'\n\nimport SEO from '../components/seo'\nimport Layout from '../components/layout'\n\nexport default ({ data }) => (\n <>\n <SEO />\n <Layout>\n <h1>Colophon</h1>\n \n <p>\n This website is hosted on <i><a href=\"https://pages.github.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Github Pages</a></i>, a free & simple service offered by Github to host static websites.\n </p>\n <p>\n The Javascript framework used to build these pages is <i><a href=\"https://www.gatsbyjs.org/\" target=\"_blank\" rel=\"noopener noreferrer\">GatsbyJS</a></i>, it's based on ReactJS and uses GraphQL for querying data.\n I use yarn for managing dependencies.\n </p>\n <p>\n The theme is taken from one of the Gatsby starter themes, the source code can be found <i><a href=\"https://github.com/panr/gatsby-starter-hello-friend\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></i>.\n I use <i><a href=\"https://www.gatsbyjs.org/packages/gatsby-remark-twemoji-shortcut/\" target=\"_blank\" rel=\"noopener noreferrer\">twemoji</a></i> to insert emojis in my text.\n The font is <i><a href=\"https://rsms.me/inter/\" target=\"_blank\" rel=\"noopener noreferrer\">Inter UI</a></i>.\n </p>\n </Layout>\n </>\n)"],"sourceRoot":""}