{"pageProps":{"source":{"compiledSource":"\"use strict\";\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar layoutProps = {};\nvar MDXLayout = \"wrapper\";\n\nfunction MDXContent(_ref) {\n var components = _ref.components,\n props = _objectWithoutProperties(_ref, [\"components\"]);\n\n return mdx(MDXLayout, _extends({}, layoutProps, props, {\n components: components,\n mdxType: \"MDXLayout\"\n }), mdx(\"p\", null, \"My name's Matt Wood.\"), mdx(\"p\", null, \"I'm a self-taught, full-stack developer from Texas. I've spent most of my life tinkering with things and trying to make things that are useful for myself and others.\"), mdx(\"p\", null, \"I'm passionate about explaining complex topics in simple and approachable ways.\"), mdx(\"p\", null, \"I spend my free time starting more projects than I'll ever be able to finish and learning what I can along the way.\"), mdx(\"h2\", null, \"Top Tracks (Last Four Weeks)\"));\n}\n\n;\nMDXContent.isMDXComponent = true;","renderedOutput":"
My name's Matt Wood.
I'm a self-taught, full-stack developer from Texas. I've spent most of my life tinkering with things and trying to make things that are useful for myself and others.
I'm passionate about explaining complex topics in simple and approachable ways.
I spend my free time starting more projects than I'll ever be able to finish and learning what I can along the way.