<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Girish Sharma</title>
    <description>The latest articles on Forem by Girish Sharma (@letmerecall).</description>
    <link>https://forem.com/letmerecall</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F263976%2Ff0f0c9e4-1d0a-4999-887b-7a6c73c8befe.png</url>
      <title>Forem: Girish Sharma</title>
      <link>https://forem.com/letmerecall</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/letmerecall"/>
    <language>en</language>
    <item>
      <title>Notion powered Website Up and Running</title>
      <dc:creator>Girish Sharma</dc:creator>
      <pubDate>Tue, 13 Oct 2020 11:39:04 +0000</pubDate>
      <link>https://forem.com/letmerecall/notion-powered-website-up-and-running-4f4m</link>
      <guid>https://forem.com/letmerecall/notion-powered-website-up-and-running-4f4m</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Notion is a cute yet very powerful to tool to perform number of tasks. The one less known feature of Notion is that you can build minimalist websites and serve them for free.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Here are the points which we'll discuss in this post, feel free to jump to any of them.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is Notion?&lt;/li&gt;
&lt;li&gt;What is the idea behind creating a Notion powered website?&lt;/li&gt;
&lt;li&gt;How to do the real stuff?&lt;/li&gt;
&lt;li&gt;What can we conclude?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What is Notion?
&lt;/h2&gt;

&lt;p&gt;Notion is a pretty versatile tool that can help you in taking notes, tracking your goals, managing your team or product, creating a knowledge base for your company, and much more. The one less known feature of Notion is its ability to create and serve aesthetic websites with almost no management overhead.&lt;br&gt;
If you are not familiar with Notion then I will strongly suggest you go to &lt;a href="https://www.notion.so/"&gt;Notion's website&lt;/a&gt; and get yourself a free account now.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's the idea behind creating a Notion powered website?
&lt;/h2&gt;

&lt;p&gt;There is a concept of &lt;code&gt;page&lt;/code&gt; in Notion which acts as a canvas to put all other elements on it. One can make a page and allow Notion to share it publically. This particular feature of notion will be key in the process of making our website.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to do the real stuff?
&lt;/h2&gt;

&lt;p&gt;Let's follow these simple steps and try to build a &lt;strong&gt;Hello world!&lt;/strong&gt; page.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1:
&lt;/h3&gt;

&lt;p&gt;Create a &lt;code&gt;page&lt;/code&gt; anywhere in notion by typing &lt;code&gt;/page&lt;/code&gt; or clicking on &lt;code&gt;+&lt;/code&gt; and selecting page block type.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--sLu7P1LS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/pgqefp7b0x1yt2r6am8e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sLu7P1LS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/pgqefp7b0x1yt2r6am8e.png" alt="notion page"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2:
&lt;/h3&gt;

&lt;p&gt;Put some content on the page and share it publically by clicking on &lt;code&gt;share&lt;/code&gt;. Copy the public link to the page.&lt;/p&gt;

&lt;p&gt;Put some content.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UQ0cXEpo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/urw0o9j5kim88kwocoue.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UQ0cXEpo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/urw0o9j5kim88kwocoue.PNG" alt="Hello world page"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Share your page.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZjfIVM1P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/13ksx5dj2qq4atau6e5i.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZjfIVM1P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/13ksx5dj2qq4atau6e5i.PNG" alt="share publically"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: [Option 1]
&lt;/h3&gt;

&lt;p&gt;Get a domain name and redirect your domain traffic to your public notion page.&lt;br&gt;
The steps below are for GoDaddy.com, it may differ slightly for your domain registrar, but the idea will be the same.&lt;/p&gt;

&lt;h4&gt;
  
  
  a) Select your product/domain name and click &lt;code&gt;connect to an existing site&lt;/code&gt;.
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JHIYpiwW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/rpoln6vc229ddbmr58fw.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JHIYpiwW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/rpoln6vc229ddbmr58fw.PNG" alt="connect to existing website"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  b) Copy your page's public link under &lt;code&gt;Forward To Any Site&lt;/code&gt;
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--exDfalcA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/4hu8mjk8aeo7ms08lv6x.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--exDfalcA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/4hu8mjk8aeo7ms08lv6x.PNG" alt="forward to any site"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  c) Goto your domain and yayy! Things works!
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3o6udK_B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/v9nvam5iz8hjevquser9.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3o6udK_B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/v9nvam5iz8hjevquser9.PNG" alt="publically shared page"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 4:[Option 2] [preferred]
&lt;/h3&gt;

&lt;p&gt;With Step 3 things work, but it looks a bit odd to get redirect to a different domain and lose your domain after landing on your publically shared Notion page.&lt;/p&gt;

&lt;p&gt;If you want to take it a step further and want to put the icing on the cake, follow this &lt;a href="https://medium.com/@TarasPyoneer/how-to-set-up-a-custom-domain-for-your-homepage-in-notion-53fa3d54f848"&gt;great article&lt;/a&gt; by &lt;strong&gt;Taras Frank&lt;/strong&gt; to set up a custom domain for your page.&lt;/p&gt;

&lt;p&gt;After setting up a custom domain.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AHaTjT0_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ago8a39zujxq8eq2w1cn.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AHaTjT0_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ago8a39zujxq8eq2w1cn.PNG" alt="domain setup"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What can we conclude?
&lt;/h2&gt;

&lt;p&gt;You might be appreciating the versatility of Notion by now. It's very fast and simple to get your static yet elegant website up and running. Also, the overhead which comes while maintaining the website is minimized with Notion. You can keep the editing rights for your page to yourself and update it as frequently as you want. The changes will reflect on your website almost instantaneously.&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;Special thanks to &lt;strong&gt;Taras Frank&lt;/strong&gt; for his &lt;code&gt;How to set up a custom domain for your homepage in Notion&lt;/code&gt; &lt;a href="https://medium.com/@TarasPyoneer/how-to-set-up-a-custom-domain-for-your-homepage-in-notion-53fa3d54f848"&gt;(link)&lt;/a&gt; which helped me in setting up my Notion powered website at &lt;a href="//girishsharma.me"&gt;girishsharma.me&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>webdev</category>
      <category>tutorial</category>
      <category>showdev</category>
      <category>career</category>
    </item>
  </channel>
</rss>
