<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Mogoni - Medium]]></title>
        <description><![CDATA[WE MAKE DEVELOPERS HEROES - Medium]]></description>
        <link>https://medium.com/mogoni?source=rss----9ab68cb1f443---4</link>
        <image>
            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>
            <title>Mogoni - Medium</title>
            <link>https://medium.com/mogoni?source=rss----9ab68cb1f443---4</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Thu, 25 Jun 2026 11:26:36 GMT</lastBuildDate>
        <atom:link href="https://medium.com/feed/mogoni" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[How to setup FREE Secure Landing page without coding skills]]></title>
            <link>https://medium.com/mogoni/how-to-setup-free-secure-landing-page-without-coding-skills-99ecaf175029?source=rss----9ab68cb1f443---4</link>
            <guid isPermaLink="false">https://medium.com/p/99ecaf175029</guid>
            <dc:creator><![CDATA[Armen Mkrtchian]]></dc:creator>
            <pubDate>Thu, 09 Jul 2020 03:28:29 GMT</pubDate>
            <atom:updated>2021-01-07T21:22:53.164Z</atom:updated>
            <cc:license>http://creativecommons.org/publicdomain/zero/1.0/</cc:license>
            <content:encoded><![CDATA[<p>Hello there,</p><p>I just launched my <a href="https://mogoni.dev">side project landing page</a> today and want to share how I did it using FREE services.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*1Fxv13wavxs0X1G3GCIscw.png" /><figcaption><a href="https://mogoni.dev">https://mogoni.dev</a></figcaption></figure><h3>Here are the steps</h3><ol><li>Created a landing page using <a href="https://launchaco.com"><strong>Launchaco</strong></a></li><li>Copied and published source code on <a href="http://github.com"><strong>GitHub Pages</strong></a></li><li>Added custom domain name. I use <a href="https://domains.google/"><strong>Google Domains</strong></a></li></ol><h3>Let’s get started</h3><p>I will describe briefly the overall process to get you familiar with the whole loop. And I will share more detailed articles for each step later.</p><h3>1. Create a landing page using Launchaco</h3><p>After doing some research I find that <a href="https://www.launchaco.com/"><strong>Launchaco</strong></a> provides the best tool to quickly set up a landing page. The UX is amazing.</p><p>Go to <a href="https://www.launchaco.com/">www.launchaco.com</a> and press “<em>Create your website for Free”.</em></p><p>Name your project, then choose the <strong>layout</strong> that fits your product.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1002/1*7_cAA3pi92b_2wJc5dYKdA.png" /><figcaption>Choose a layout for your project</figcaption></figure><p>The online editor is great. There is no big variety of blocks, but in my opinion, it’s even better. Fewer chances to mix the design styles.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*3P40YYhF-eo941yt-N7IAQ.png" /><figcaption>All the components you need</figcaption></figure><p>Each block has a couple of fields to fill in.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Eib5P9sicu5wSKr72gYT8g.png" /><figcaption>Editing blocks</figcaption></figure><p>After you’re done with editing publish it.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*LBi6sALLwHXySpwLcccf5A.png" /><figcaption>Publishing on Launcaco</figcaption></figure><p>You will get a link similar to <strong>https://&lt;your-project-name&gt;.launchaco.com</strong>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*eAe8NMRqssomZQ0KZ2uEBg.png" /><figcaption>Link to Launchaco page</figcaption></figure><p><strong>Copy</strong> and keep it somewhere. We will use it later.</p><h3>2. Publish code on GitHub Pages</h3><p>Great job so far. To have our custom domain instead of <strong>your-project-name.launchaco.com</strong> we need to host the code. Github provides free hosting and it’s very easy to setup.</p><p>Go to <a href="https://github.com">github.com</a> and register your account(if you don’t have one).</p><p>I have an active GitHub account already, so you may have different onboarding experience as a first time user, however, there you should be able to find “New” button on the left top corner. Or just type <a href="https://github.com/new">https://github.com/new</a></p><p>Type your project name and press <strong>Create repository</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*YEToVqly3zNHM8dfQr-f7g.png" /><figcaption>Create new repository</figcaption></figure><p>Click on the “<strong>creating a new file</strong>” text.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*c4FGDWikyIM27hGMQ6BxqA.png" /><figcaption>Create a new file</figcaption></figure><p>Type <strong><em>docs/index.html</em></strong> in the name field. It will automatically create <strong>docs </strong>folder.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/500/1*XjMFGeARE0aqlbzacc6UTg.gif" /></figure><p>In a new tab open the link you saved from Launchaco in Chrome Browser. (<strong><em>your-project-name.launchaco.com</em></strong>)</p><p>Press Right-click on the page to view the source code.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*1f_lQPr8qqNb1i2dFJGpPg.png" /></figure><p>Select all and copy</p><p>(Press <strong>Ctrl+A</strong> then <strong>Ctrl+C </strong>on Windows<strong>, Command+A </strong>then <strong>Command+C for macOS</strong>).</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5BLiA-SDyI0UHkj1uRzp6A.png" /><figcaption>Copy source code</figcaption></figure><p>Paste into Github editing. Save with <strong>Commit new file.</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*gzDeCeY61qAAT_GUItqDzQ.gif" /></figure><p>Go to <strong>Repository Settings</strong> and scroll to <strong>GitHub Pages</strong> section</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*uzMJxC5cVbWtEeGIO8Imfg.png" /><figcaption>Open repository settings</figcaption></figure><p>Select <strong>/docs</strong> folder as the source.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*DFpSprt_CHBkg1SWNvN-qA.png" /><figcaption>Select the default folder for your page</figcaption></figure><p>It will automatically save and now if you scroll down, you will see the published page link. Open it and you will see your Landing page hosted on Github.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*x7O7DGHwVqV2DUld-7PbXQ.png" /><figcaption>GitHub page link</figcaption></figure><h3>3. Adding your custom domain name. I use Google Domains 🔗</h3><p>We are almost done. Are you excited?</p><p>The last step is to connect your custom shiny domain to GitHub.</p><p>I used to use <a href="http://godaddy.com"><strong>Godaddy</strong></a> previously for my domains. However, after recent price bump on domains, I transferred all my domains to <a href="https://domains.google.com"><strong>Google Domains</strong></a>.</p><p><strong><em>Hack:</em></strong> Google Domains doesn’t have promo offers, but you can register a domain on Godaddy, and then transfer it to Google Domain</p><h3><strong>Congrats 🎉</strong></h3><p>If got this far your website should be ready to share with the public.</p><p>So what’s next? Share it. Do it now. No delays.</p><p>Why? Some people (me including) think that after publishing the site it will go viral.</p><p>But realistically just a few people will see it unless you already prepared a marketing campaign. And it will take a lot of effort and time to get it to a big audience. So don’t be scared to share it immediately. I am sure you will get some issues from first users and but that’s great that people want you to improve it.</p><p>…TO BE CONTINUED…</p><p>Part 2 (optional steps)</p><ol><li>Set up <a href="https://www.hotjar.com">Hotjar</a> for Heatmaps and Visitor Recording</li><li>Add privacy policy with <a href="https://www.iubenda.com/en/">Iubenda</a></li><li>Setup mailing list using <a href="https://mailchimp.com">MailChimp</a></li><li>Setup domain on <a href="https://www.cloudflare.com/">Cloudflare</a></li></ol><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=99ecaf175029" width="1" height="1" alt=""><hr><p><a href="https://medium.com/mogoni/how-to-setup-free-secure-landing-page-without-coding-skills-99ecaf175029">How to setup FREE Secure Landing page without coding skills</a> was originally published in <a href="https://medium.com/mogoni">Mogoni</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>