{"componentChunkName":"component---src-templates-post-js","path":"/blog/breaking-it-down/","result":{"data":{"mdx":{"body":"function _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 _frontmatter = {\n  \"title\": \"Breaking It Down\",\n  \"date\": \"2020-04-14T00:00:00.000Z\",\n  \"tags\": [\"30-lessons\"],\n  \"banner\": \"banner.png\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function 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, \"I believe most people fail to accomplish goals because they don't break them\\ndown. If you want to read 20 books this year, you need to find the first book,\\nread the first chapter, etc. It's about breaking down the biggest item into the\\nsmallest step you can take forward \\u2014 you may call this the \\\"next action\\\".\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"But you also don't need all the steps at once.\")), mdx(\"p\", null, \"When I work on a new project or goal, my only initial step is to determine what\\nis the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"one next thing\"), \" I need to do. That's the most important. And when that's\\ndone, find the next one, and the next one, and so on and so forth.\"), mdx(\"p\", null, \"Break it down to the single smallest unit to move forward.\"));\n}\n;\nMDXContent.isMDXComponent = true;","frontmatter":{"date":"April 14, 2020","title":"Breaking It Down","banner":{"childImageSharp":{"fluid":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAACXBIWXMAAAsSAAALEgHS3X78AAAB20lEQVQ4y5VTi3KiQBD0/3/n6q7qyjMiD+Uh4kWNUSEYPSMqElFUQoS+3U0gSkJSmaot2N3ZnumemRIKLEmSwrPcXfK62H/po0fpg+nsAZKiQWu1Eez3RYG+BqQ2mzu4qolYLFawxxNUBQmn0+n7GcZxzL6irMJ1Pey2AeLnGEPTwtC6u/D5FDClmjob112Ylo0ojNjSWgacxfKdLJ8C5qP//FOF0jRQkxpo6O2i4hRTTh3D8IjuwMRwMofv+9judhhNHZj2PbkL8zq+BzynsD8cwEsyhLoCldBMrWm0URNJpmoTT1F0Tv1jwJSq53m44iU8P0Uoczyi18e/yhWEhyP4uow18aFGq54CpvRLOYExdlzUFJ3ox2H9uMnOneUKP8pV6KRYHWuK05vWSYZGLNPw32yG3ugO/fED2/dMGxbpvzTYLgggaC8SrP0Aet/CiLSRv91eZsge3w4gqzqppswo0yJwpJHrsoabwZBNCSfWYfztZLpS6orWgtBQEqL7ZYaiomI+X6Db67PmXblrSKSx6ZRQAGe5ZI2+efRR4QUG+LvCsT0BTty1dwl4PIZsZlvXnUwzmjUNFAQvM3w7MlmWG9JG1GhQ2p/2/YRRjs+L8pXlfeLcLJ8X5T+DZXrBWRLuPAAAAABJRU5ErkJggg==","aspectRatio":1.3636363636363635,"src":"/static/8698d7183b7c2a91fd2d78af665b4d2e/d456e/banner.png","srcSet":"/static/8698d7183b7c2a91fd2d78af665b4d2e/8005d/banner.png 188w,\n/static/8698d7183b7c2a91fd2d78af665b4d2e/49959/banner.png 375w,\n/static/8698d7183b7c2a91fd2d78af665b4d2e/d456e/banner.png 750w,\n/static/8698d7183b7c2a91fd2d78af665b4d2e/130bf/banner.png 1125w,\n/static/8698d7183b7c2a91fd2d78af665b4d2e/52e98/banner.png 1500w","sizes":"(max-width: 750px) 100vw, 750px"}}},"tags":["30-lessons"]},"timeToRead":1,"fields":{"slug":"/breaking-it-down/"}}},"pageContext":{"isCreatedByStatefulCreatePages":false,"slug":"/breaking-it-down/"}}}