{"componentChunkName":"component---src-templates-post-js","path":"/week7","result":{"data":{"mdx":{"frontmatter":{"image":{"childImageSharp":{"fluid":{"base64":"data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAUABQDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAQD/8QAFgEBAQEAAAAAAAAAAAAAAAAAAQID/9oADAMBAAIQAxAAAAGhNljrcpVMUoVYE//EABoQAQEAAwEBAAAAAAAAAAAAAAIBAAMRIkL/2gAIAQEAAQUCTSXyY+KyvNKEGw9y65muef/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhAh/9oACAEDAQE/AVE2/wD/xAAXEQEBAQEAAAAAAAAAAAAAAAABABAh/9oACAECAQE/AVuRn//EAB0QAAICAQUAAAAAAAAAAAAAAAABEjEhEUFRcbH/2gAIAQEABj8CjB6cmPSmPYwWPstln//EABsQAAMAAgMAAAAAAAAAAAAAAAABESExQVFh/9oACAEBAAE/IUFl1sx1ts/BuN/Y73V97LyxC085bQulfASsCc0f/9oADAMBAAIAAwAAABCnwID/xAAXEQEBAQEAAAAAAAAAAAAAAAABABFB/9oACAEDAQE/EOiy6ltv/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARIf/aAAgBAgEBPxATgRxAwsL/xAAeEAEBAAICAgMAAAAAAAAAAAABEQBRITFBYXHR8P/aAAgBAQABPxB4Alg31zh5mkhFSnvHON2vLiDmLwZf28mA57OsBlgqBXfxhzAvMTglnW3EQcdJ9Z3Rj2zR6z//2Q==","aspectRatio":1,"src":"/static/f988167f97803f39b5043ef7a406250e/14b42/IMG_2021.jpg","srcSet":"/static/f988167f97803f39b5043ef7a406250e/f836f/IMG_2021.jpg 200w,\n/static/f988167f97803f39b5043ef7a406250e/2244e/IMG_2021.jpg 400w,\n/static/f988167f97803f39b5043ef7a406250e/14b42/IMG_2021.jpg 800w,\n/static/f988167f97803f39b5043ef7a406250e/16310/IMG_2021.jpg 1024w","sizes":"(max-width: 800px) 100vw, 800px"},"id":"34cd5ac2-9dab-5f8e-ab5b-f6d31fc9d85a"}},"images":null,"author":"A-M","title":"Week 7- Valentines Day/Love","category":"baking","rotate":null},"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\": \"Week 7- Valentines Day/Love\",\n  \"slug\": \"week7\",\n  \"author\": \"A-M\",\n  \"image\": \"./images/IMG_2021.jpg\",\n  \"category\": \"baking\",\n  \"id\": 7\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(\"div\", {\n    className: \"main-page-container\"\n  }, mdx(\"p\", {\n    className: \"main-page-header\"\n  }, \"Week 7: Valentines Day/ Love\"), mdx(\"p\", {\n    className: \"sub-header-cream\"\n  }, \"Recipe: \", mdx(\"a\", {\n    className: \"category-link baking\",\n    href: \"https://cakejournal.com/recipes/chocolate-toffee-cookies/\"\n  }, \"Palmiers from The Art of French Pastry\"), \"  \"), mdx(\"p\", {\n    className: \"post-text\"\n  }, \"I decided to make these classic french pastries for this week since they end up heart shaped, or at least vaguely heart shaped in my attempt. They are also my boyfriend's favorite (edit for 2020- he's my husband now). I used the recipe from the book The Art of French Pastry although a lot of the recipes I looked at for them are similar. It was my first time making puff pastry (although I've made laminated dough for croissants before) so there a lot of things I would improve on for next time, but so far not a bad first attempt, even if they did separate a bit while baking.\")));\n}\n;\nMDXContent.isMDXComponent = true;"}},"pageContext":{"slug":"week7"}}}