{
    "componentChunkName": "component---node-modules-gatsby-theme-blog-core-src-templates-post-query-js",
    "path": "/how-to-build-a-blog-in-April-2022/",
    "result": {"data":{"site":{"siteMetadata":{"title":"Luke Michals","social":[{"name":"twitter","url":"https://twitter.com/lukemichals"},{"name":"github","url":"https://github.com/michals2/"},{"name":"linkedin","url":"https://www.linkedin.com/in/luke-michals/"}]}},"blogPost":{"id":"eb645268-1f27-58e9-9c6f-f4adeea13eb5","excerpt":"I recently built a blog for my wife:  curatingcures.com . When deciding how to build it I considered many apprioaches: Use a WYSIWYG like…","body":"var _excluded = [\"components\"];\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/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"How to build a blog in April 2022\",\n  \"date\": \"2022-04-21T00:00:00.000Z\",\n  \"tags\": [\"Web\", \"Blogs\"]\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"I recently built a blog for my wife: \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.curatingcures.com/\"\n  }, \"curatingcures.com\"), \".\"), mdx(\"p\", null, \"When deciding how to build it I considered many apprioaches:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Use a WYSIWYG like SquareSpace or Webflow\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Use a blog specific generator like ghost\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Build something from scratch\")), mdx(\"p\", null, \"I decided to build it myself. I enjoy web development and I haven\\u2019t built a blog since this site.\"), mdx(\"p\", null, \"My main requirements were:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"She should be able to log into a CMS-like portal and edit content\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"It should be free (or very inexpensive) for us to operate\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"It should be mobile friendly\")), mdx(\"p\", null, \"Here\\u2019s the technology stack that I went with (and was very happy with!).\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Remix\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Tailwind\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"DaisyUI (with theme cupcake)\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"DatoCMS\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Deployed with Vercel\")), mdx(\"p\", null, \"It\\u2019s a work in progress but I\\u2019m proud of how it\\u2019s come together!\"));\n}\n;\nMDXContent.isMDXComponent = true;","slug":"/how-to-build-a-blog-in-April-2022/","title":"How to build a blog in April 2022","tags":["Web","Blogs"],"date":"April 21, 2022","image":null,"imageAlt":null,"imageCaptionText":null,"imageCaptionLink":null,"socialImage":null},"previous":{"id":"346a6a27-3ce3-5947-b433-f941f00c5dd4","excerpt":"Context I was listening to a  podcast  where @jackmallers referred to lightning network as the internet of bitcoin. The Internet of Bitcoin…","slug":"/lightning-is-the-internet-of-bitcoin/","title":"Lightning - The Internet of Bitcoin","date":"November 13, 2021"},"next":{"id":"2acf2182-9fc9-519a-90cb-202213ee640c","excerpt":"The beginning of my engineering career was in Mechanical Engineering. Now I work in web development. I think the manufacturing industry has…","slug":"/ice-in-browser/","title":"Internal Combustion Engine in a Browser","date":"May 03, 2022"}},"pageContext":{"id":"eb645268-1f27-58e9-9c6f-f4adeea13eb5","previousId":"346a6a27-3ce3-5947-b433-f941f00c5dd4","nextId":"2acf2182-9fc9-519a-90cb-202213ee640c","maxWidth":1380}},
    "staticQueryHashes": ["2220939718","2744905544","3090755652","764694655"]}