{"data":{"allMarkdownRemark":{"edges":[{"node":{"id":"d7110890-b923-5892-82cc-3f7205923365","html":"<p>This article is about different typography which are supported in the post section of the blog.\nBelow you can see the various headings, paragraphs, code snippet examples, etc.</p>\n<h1>An h1 header</h1>\n<p>Paragraphs are separated by a blank line.</p>\n<p>2nd paragraph. <em>Italic</em>, <strong>bold</strong>, and <code class=\"language-text\">monospace</code>. Itemized lists\nlook like:</p>\n<ul>\n<li>this one</li>\n<li>that one</li>\n<li>the other one</li>\n</ul>\n<p>Note that --- not considering the asterisk --- the actual text\ncontent starts at 4-columns in.</p>\n<blockquote>\n<p>Block quotes are\nwritten like so.</p>\n<p>They can span multiple paragraphs,\nif you like.</p>\n</blockquote>\n<p>Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., \"it's all\nin chapters 12--14\"). Three dots ... will be converted to an ellipsis.\nUnicode is supported. ☺</p>\n<h2>An h2 header</h2>\n<p>Here's a numbered list:</p>\n<ol>\n<li>first item</li>\n<li>second item</li>\n<li>third item</li>\n</ol>\n<p>Note again how the actual text starts at 4 columns in (4 characters\nfrom the left side). Here's a code sample:</p>\n<div class=\"gatsby-highlight\" data-language=\"python\"><pre class=\"language-python\"><code class=\"language-python\"><span class=\"token comment\"># Let me re-iterate ...</span>\n<span class=\"token keyword\">for</span> i <span class=\"token keyword\">in</span> <span class=\"token number\">1</span> <span class=\"token punctuation\">.</span><span class=\"token punctuation\">.</span> <span class=\"token number\">10</span> <span class=\"token punctuation\">{</span> do<span class=\"token operator\">-</span>something<span class=\"token punctuation\">(</span>i<span class=\"token punctuation\">)</span> <span class=\"token punctuation\">}</span></code></pre></div>\n<p>As you probably guessed, indented 4 spaces. By the way, instead of\nindenting the block, you can use delimited blocks, if you like:</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\">define <span class=\"token function\">foobar</span><span class=\"token punctuation\">(</span><span class=\"token punctuation\">)</span> <span class=\"token punctuation\">{</span>\n    print <span class=\"token string\">\"Welcome to flavor country!\"</span><span class=\"token punctuation\">;</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n<p>(which makes copying &#x26; pasting easier). You can optionally mark the\ndelimited block for Pandoc to syntax highlight it:</p>\n<div class=\"gatsby-highlight\" data-language=\"python\"><pre class=\"language-python\"><code class=\"language-python\"><span class=\"token keyword\">import</span> time\n<span class=\"token comment\"># Quick, count to ten!</span>\n<span class=\"token keyword\">for</span> i <span class=\"token keyword\">in</span> <span class=\"token builtin\">range</span><span class=\"token punctuation\">(</span><span class=\"token number\">10</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">:</span>\n    <span class=\"token comment\"># (but not *too* quick)</span>\n    time<span class=\"token punctuation\">.</span>sleep<span class=\"token punctuation\">(</span><span class=\"token number\">0.5</span><span class=\"token punctuation\">)</span>\n    <span class=\"token keyword\">print</span><span class=\"token punctuation\">(</span>i<span class=\"token punctuation\">)</span></code></pre></div>\n<h3>An h3 header</h3>\n<p>Now a nested list:</p>\n<ol>\n<li>\n<p>First, get these ingredients:</p>\n<ul>\n<li>carrots</li>\n<li>celery</li>\n<li>lentils</li>\n</ul>\n</li>\n<li>\n<p>Boil some water.</p>\n</li>\n<li>\n<p>Dump everything in the pot and follow\nthis algorithm:</p>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">find wooden spoon\nuncover pot\nstir\ncover pot\nbalance wooden spoon precariously on pot handle\nwait 10 minutes\ngoto first step (or shut off burner when done)</code></pre></div>\n<p>Do not bump wooden spoon or it will fall.</p>\n</li>\n</ol>\n<h3>Image with Alt</h3>\n<p><img src=\"https://user-images.githubusercontent.com/21834/34442433-6afc7594-ecc2-11e7-9277-c4a6602a3067.png\" alt=\"Alt text of the image\"></p>","frontmatter":{"title":"Welcoming to write third post","date":"2019-11-29T18:30:00.000Z","draft":false,"feature_image":{"childImageSharp":{"fluid":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAIAAADwazoUAAAACXBIWXMAAAPoAAAD6AG1e1JrAAACnUlEQVQoz2NglnVgVfXk1AriM44WskkWc8mW8S1SjKzWzOjQL5qgXzRRI6NDMaJa1q9Y3DVbyDqZzziGSzuYRcWDWcaBgVnajkXFjV0jgEc/QsAyQcQ+Q9IjXzagRCmqRjW+USW+AaQzoFTCPV/EIV3QKpHXMJJTK5BF2Y1J2o6BUcKaRdGFTcOHSzeMzzQWaLmoY6aER560b7FsYKl8UBnQIUCuiEMm0Fp+0xgunVA2dW9mBWcmCRsGJnErFjlHNjVPTp0gkOXm8SD9DhlA90u450m654m5Zos4ZAjbJAtYxAMVcGgFsql7sSu5AjUyMPDoMfCbMIhbM8g6Myl4sasHcmiHcRtE8RjH8JrE8QCRcSy3UTSHThhQikXFh0nBlUHSlkHIjIFPn0EpKE8xIE/OO0spuFAnpUEvpUk/uVEvrcUgp0M3rUU/tUknuUE9ulonoV4xuETGM1PMMUnGI03RL1vWJ5PBa9pKh/Z5bv2LA+euy959uPrk+apjZ3IOHE/edSRxx+GoJVtC5m9I23YgY/sh90nLI1dtzz58uuDU+dBl2ywbZjOI2iWLOaRKe2SrRlXr53RaVk01q5hsWNirl92lldpiUjrBrmGmc/cih/b5tk2zrOpmmBX3q4SXy/nmy3pmMWgl1FuUTXRsnRsxf0PM6p3BizYHz99o3zTbpnKSSW6XWXGfaWGPWckEIEM/vUU5pEzGPVPGI1srvlY3tYVBIbBEObxCN7NDM75BK7lZL6vDrm6aY/Msj94FnhOWODVOM8po1ktvVY0ok3JOFbdN4NXyEbNNkHROk/XJZ5DzyRO2AsZBELd+CK9xFI9BOJt6gJRXPr9JFK9RNLdeKLOCu4BFAo9BpIhdqnxQiXpCo1IE0INd2hmtAObbxpaDo8uFAAAAAElFTkSuQmCC","aspectRatio":1.5873015873015872,"src":"/static/c70aaee4fd937cc2e7e24f403412d575/fb340/welcoming-third-post-feature-image.png","srcSet":"/static/c70aaee4fd937cc2e7e24f403412d575/7cb0f/welcoming-third-post-feature-image.png 100w,\n/static/c70aaee4fd937cc2e7e24f403412d575/eacd7/welcoming-third-post-feature-image.png 200w,\n/static/c70aaee4fd937cc2e7e24f403412d575/fb340/welcoming-third-post-feature-image.png 400w,\n/static/c70aaee4fd937cc2e7e24f403412d575/f3677/welcoming-third-post-feature-image.png 600w,\n/static/c70aaee4fd937cc2e7e24f403412d575/e75a6/welcoming-third-post-feature-image.png 800w,\n/static/c70aaee4fd937cc2e7e24f403412d575/5e37e/welcoming-third-post-feature-image.png 1920w","sizes":"(max-width: 400px) 100vw, 400px"}}},"featured":false,"published_at":"2019-11-29T18:30:00.000Z","weight":2,"page":false,"created_at":"2019-11-29T18:30:00.000Z","slug":"welcoming-post-third","tag_id":null,"name":null,"description":null,"meta_description":"A description for the welcoming post","meta_title":null,"visibility":null,"author":{"frontmatter":{"name":"Akansh Gulati","profile_image":"/images/authors/akansh.png","description":"Working professional","slug":"akansh"}},"tags":[{"id":"79dab2f9-5fad-5026-a160-b23f0e14a468","frontmatter":{"name":"education"}}]},"excerpt":"This article is about different typography which are supported in the post section of the blog. \nBelow you can see the various headings…"}},{"node":{"id":"711d271b-8c33-56ce-8345-678cbff0f1cd","html":"<p>This week we’ll <strong>take</strong> a look at all the steps required to make astonishing coffee with a Chemex at home. The Chemex Coffeemaker is a manual, pour-over style glass-container coffeemaker that Peter Schlumbohm invented in 1941, and which continues to be manufactured by the Chemex Corporation in Chicopee, Massachusetts.</p>\n<p>In 1958, designers at the <a href=\"https://www.spacefarm.digital\" target=\"_blank\">Illinois Institute of Technology</a> said that the Chemex Coffeemaker is <em>\"one of the best-designed products of modern times\"</em>, and so is included in the collection of the Museum of Modern Art in New York City.</p>\n<h2>The little secrets of Chemex brewing</h2>\n<p>The Chemex Coffeemaker consists of an hourglass-shaped glass flask with a conical funnel-like neck (rather than the cylindrical neck of an Erlenmeyer flask) and uses proprietary filters, made of bonded paper (thicker-gauge paper than the standard paper filters for a drip-method coffeemaker) that removes most of the coffee oils, brewing coffee with a taste that is different than coffee brewed in other coffee-making systems; also, the thicker paper of the Chemex coffee filters may assist in removing cafestol, a cholesterol-containing compound found in coffee oils. Here’s three important tips newbies forget about:</p>\n<ol>\n<li>Always buy dedicated Chemex filters.</li>\n<li>Use a scale, don’t try to eyeball it.</li>\n<li>Never skip preheating the glass.</li>\n<li>Timing is key, don’t forget the clock.</li>\n</ol>\n<p>The most visually distinctive feature of the Chemex is the heatproof wooden collar around the neck, allowing it to be handled and poured when full of hot water. This is turned, then split in two to allow it to fit around the glass neck. The two pieces are held loosely in place by a tied leather thong. The pieces are not tied tightly and can still move slightly, retained by the shape of the conical glass.</p>\n<p>For a design piece that became popular post-war at a time of Modernism and precision manufacture, this juxtaposition of natural wood and the organic nature of a hand-tied knot with the laboratory nature of glassware was a distinctive feature of its appearance.</p>","frontmatter":{"title":"Welcoming to write second post","date":"2019-11-13T18:30:00.000Z","draft":false,"feature_image":{"childImageSharp":{"fluid":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAABbyAAAW8gGIEFu/AAACoElEQVQoz2WTWW8SURTH+TK+m/gJfPTd5cHEfoKa+GLii8Y0TayJNY1pa0XhgVbpYmsradNYKIXCgCydsrRgESjIMoVhK8vAMOfvnQFxO8nJ3Jy593f+9z9ndADo31BrYotowUuYsivYjqk1IkWh4WKwR8uXNqJb76Am9C7SDQF/hTIs1TtE6SpRT1ZG7/rDtXyagZQsgGodYI0nfOSJLiXo1C6s80imMuw+eP4SAmo0u/Sj0NAKmXqPQh/8JDzeoOYOT91GS2viComkAQWhg93dHLlcF/B6S4jH638pPvBmcHd8EzfuLcO8FYbZLeL5jgi7NYuTyR0kDDYoch9tqT9Q2Gj0wPMVikSqCIUqCAREFIsd5PKDzrNvPLhyfRZXb5pw/84SHFNOPDTlMLFdgdl0hPCrnZFNGrBYbCMYFDWgqi4QKOMrV0A03mBGXkJcDWB87D1ujxnhnLOA13OYWM3jyVoRS3ofTmYZUJF/AwuFNjiuRMd8BR52ZYe9AKslicNDAVuWLI4/x9E0eRHTf8HehgMLS2d4Zkzi0XIRxnkPToxOzWmlPbyyzL5cnRmtXr1e66Ja6yN9XoHdEYWTS2DDlsb6ZgKLKzFMG75j5m0c+8ya7cglnP4S5EYJbWEL+WBMBY7GZjQ+1O/Ax0dhsXpwHAzCbY3j9XIehhkf3IYDnB5dYH/+E8R1j7a/lzOjKzg0gE6SiWRFmwYNKHUkyO0cCrEwOHcAiW9ZZPeiiERqcDGlfn8BcraK5LWnyD9YQU/po9mSUWXjWG0y4BxHZPARDlMM3B+IFNMlCIsOdMo1tCTC2Wl5JJ9NBrosBe4ctVQFXVbLloGUoCB1QdBNOxW8cCg0aVOwHqaBueyEpJ78I9Qfiv53B6U6aaAMg6r5E5KFYiEDQrAKAAAAAElFTkSuQmCC","aspectRatio":1.5873015873015872,"src":"/static/d34f128a2b589259e5ca23871f7ce715/fb340/welcoming-post-second-feature-image.png","srcSet":"/static/d34f128a2b589259e5ca23871f7ce715/7cb0f/welcoming-post-second-feature-image.png 100w,\n/static/d34f128a2b589259e5ca23871f7ce715/eacd7/welcoming-post-second-feature-image.png 200w,\n/static/d34f128a2b589259e5ca23871f7ce715/fb340/welcoming-post-second-feature-image.png 400w,\n/static/d34f128a2b589259e5ca23871f7ce715/f3677/welcoming-post-second-feature-image.png 600w,\n/static/d34f128a2b589259e5ca23871f7ce715/e75a6/welcoming-post-second-feature-image.png 800w,\n/static/d34f128a2b589259e5ca23871f7ce715/d659d/welcoming-post-second-feature-image.png 1200w","sizes":"(max-width: 400px) 100vw, 400px"}}},"featured":false,"published_at":"2019-11-13T18:30:00.000Z","weight":2,"page":false,"created_at":"2019-11-13T18:30:00.000Z","slug":"welcoming-post-second","tag_id":null,"name":null,"description":null,"meta_description":"A description for the welcoming post","meta_title":null,"visibility":null,"author":{"frontmatter":{"name":"Akansh Gulati","profile_image":"/images/authors/akansh.png","description":"Working professional","slug":"akansh"}},"tags":[{"id":"79dab2f9-5fad-5026-a160-b23f0e14a468","frontmatter":{"name":"education"}}]},"excerpt":"This week we’ll take a look at all the steps required to make astonishing coffee with a Chemex at home. The Chemex Coffeemaker is a manual…"}},{"node":{"id":"0b1aa83d-c02d-59d5-af35-8fb16fa7d3e1","html":"<p>Welcome to gatsby-starter!</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque tristique lacus vitae diam posuere faucibus. In hac habitasse platea dictumst. Ut id arcu non risus tincidunt commodo. Sed felis leo, pharetra non porttitor sodales, sodales dictum tortor. Vivamus vel neque interdum, egestas urna ac, finibus tellus. Morbi et rhoncus ligula, nec volutpat dolor. Cras efficitur ipsum a facilisis laoreet. Duis ut libero eget mi convallis maximus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque blandit sit amet erat vel semper.</p>\n<p>Ut egestas nisl in nunc accumsan, et interdum erat finibus. Fusce commodo ex nec imperdiet fermentum. Suspendisse non nulla eu eros rutrum vestibulum. Curabitur sit amet tortor venenatis, efficitur felis non, commodo urna. Aliquam ut auctor risus. Nullam nec felis pellentesque, tincidunt erat ut, aliquam neque. Ut elementum aliquam leo.</p>\n<p>Pellentesque sit amet purus a erat tincidunt elementum. Mauris lobortis egestas tellus, vel blandit tortor pellentesque at. Suspendisse potenti. Aenean vehicula, dolor ac interdum fermentum, velit elit fermentum nisi, in hendrerit nisi dolor semper est. Cras ullamcorper eros nec lacus maximus, a tincidunt ipsum feugiat. Quisque dignissim bibendum orci nec vestibulum. Phasellus accumsan eleifend posuere. Aliquam urna neque, auctor id accumsan nec, viverra vel tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sagittis libero ut porttitor lobortis. Nam nec felis tellus. Praesent ipsum ipsum, consectetur non hendrerit non, egestas et felis.</p>\n<p>Donec pretium facilisis orci, vitae blandit ex gravida a. Etiam a augue urna. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Fusce finibus urna lectus, eu iaculis massa tempus non. Maecenas in lectus massa. In ut ipsum eleifend, condimentum libero ut, ultricies massa. Integer viverra fringilla sem. Mauris nulla mi, accumsan sed hendrerit ut, tincidunt quis neque. Nullam egestas sem neque, id porta nunc sagittis quis.</p>\n<p>Morbi libero sem, molestie nec volutpat ac, volutpat eget dui. Phasellus ante turpis, blandit accumsan facilisis volutpat, bibendum vehicula metus. Fusce pellentesque orci ac imperdiet vestibulum. Aenean aliquam et elit sit amet eleifend. Vivamus libero lacus, porta quis neque a, tincidunt cursus lorem. Nulla placerat gravida nulla, in vestibulum risus lobortis ut. Proin sit amet varius arcu. Sed tincidunt vitae lectus vitae pretium. Fusce malesuada nec diam blandit pharetra. Vivamus fringilla elit ut odio sollicitudin, a convallis nulla dictum. Proin porta nisi eu cursus hendrerit. Donec vel tortor at magna maximus placerat gravida nec ligula.</p>\n<div class=\"gatsby-highlight\" data-language=\"javascript\"><pre class=\"language-javascript\"><code class=\"language-javascript\"><span class=\"token keyword\">const</span> plop <span class=\"token operator\">=</span> <span class=\"token string\">\"coucou\"</span><span class=\"token punctuation\">;</span>\n<span class=\"token keyword\">const</span> toto <span class=\"token operator\">=</span> <span class=\"token string\">\"tata\"</span><span class=\"token punctuation\">;</span></code></pre></div>","frontmatter":{"title":"Welcoming to write first post","date":"2019-06-09T18:30:00.000Z","draft":false,"feature_image":{"childImageSharp":{"fluid":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAJCAYAAAAywQxIAAAACXBIWXMAABYlAAAWJQFJUiTwAAACV0lEQVQoz2WS30uTURjH38Z++O79tU23vW26VUY/Bs6bcmwzwoZemGSgRaAolRVlEgSWRRlJ4U3TSSUSUWiZVwWRpamtiV4IEgvpoosu+g/qopuuPp13WDddHDjPeZ7v93ye8xypMZ2g5dYDIm9+UDm+RvjsXaLNnezZuYOgaSJ7/VQdu0jd8AyBF98Z+viVbxtF1oufKRaLzM3P09d7gVgshiy7kVw2Cff5HOH3v4k82SBwbhgtukskZdwOO0b9Eaq7rlDdcZm9/Q8ZfzrFwrtZCgtz5PN5piYn2Rbfh6xqGLqGZAkzV7MceFTA03YJTVXR5DIMj0cU6PQP3ube2H06TvUweGeY6ccTXHs2y9DrVdbWPzGazSKHtmP4ytG1TcPd0TBHmjJEghVEAz4M2YXL6SReW0t+aZHVlRWWCwWeT09zvLUFI3UY74l+ujo7qEvVoyluFAGiCwDJMAzcIrDZ7XSf7uHkxCv8iUZUcZvf7yeZSjEwMMDi0gdyuRzBYBBFQOiaSqgqQjyRptIMEigXIMJL0oTQ4/XicDg42tZO68svmLO/qDjUju60IUkSyWSS5cV5zvT04HYrpeewdIFAgKqQSbA2SU26AZ/wKRlaqKqmowv07MgoqbG3yGYUj6bgVhRq4nH6xmdIHmxgqyBUrfY8XhSHDW9Tp/ghPwmO5NF0QWiZWcvCdblcXL9xk/p0GrttyyaJGJIQq7EEsqIKM6VUr1k6sffG9hNo7sZs68Un6v8zzGQyhMLhEtnfnDU9vcz5Ly51tdmZJs41QeqRnZji3/4B29M0dwln80YAAAAASUVORK5CYII=","aspectRatio":1.5873015873015872,"src":"/static/21e2ebff6862b2ff509ae2dd9a28c002/fb340/network-world.png","srcSet":"/static/21e2ebff6862b2ff509ae2dd9a28c002/7cb0f/network-world.png 100w,\n/static/21e2ebff6862b2ff509ae2dd9a28c002/eacd7/network-world.png 200w,\n/static/21e2ebff6862b2ff509ae2dd9a28c002/fb340/network-world.png 400w,\n/static/21e2ebff6862b2ff509ae2dd9a28c002/f3677/network-world.png 600w,\n/static/21e2ebff6862b2ff509ae2dd9a28c002/e75a6/network-world.png 800w,\n/static/21e2ebff6862b2ff509ae2dd9a28c002/e5748/network-world.png 2840w","sizes":"(max-width: 400px) 100vw, 400px"}}},"featured":false,"published_at":"2019-06-09T18:30:00.000Z","weight":2,"page":false,"created_at":"2019-06-09T18:30:00.000Z","slug":"welcoming-to-first-article","tag_id":null,"name":null,"description":null,"meta_description":"","meta_title":null,"visibility":null,"author":{"frontmatter":{"name":"Akansh Gulati","profile_image":"/images/authors/akansh.png","description":"Working professional","slug":"akansh"}},"tags":[{"id":"27e492bf-6cf5-5432-ac88-e33bdc593d63","frontmatter":{"name":"Learning"}}]},"excerpt":"Welcome to gatsby-starter!Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque tristique lacus vitae diam posuere faucibus. In…"}}]}},"pageContext":{"isCreatedByStatefulCreatePages":false,"pageNumber":0,"humanPageNumber":1,"skip":0,"limit":12,"numberOfPages":1,"previousPagePath":"","nextPagePath":""}}