<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Website on TECHNERDONLINE</title>
    <link>https://technerdonline.com/categories/website/</link>
    <description>Recent content in Website on TECHNERDONLINE</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright &amp;copy; 2025 TECHNERDONLINE All Rights Reserved.</copyright>
    <lastBuildDate>Wed, 12 Sep 2018 14:51:12 +0600</lastBuildDate><atom:link href="https://technerdonline.com/categories/website/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How To Setup Meghna Hugo</title>
      <link>https://technerdonline.com/post/installation/</link>
      <pubDate>Wed, 12 Sep 2018 14:51:12 +0600</pubDate>
      
      <guid>https://technerdonline.com/post/installation/</guid>
      <description>Install this template by following those simple steps :
STEP-1 : Hugo installation Check this link below for install hugo on your computer. hugo install documentation
STEP-2 : Create your project Hugo provides a new command to create a new website.
hugo new site &amp;lt;new_project&amp;gt; STEP-3 : Install the theme Run this command
hugo new site meghna-hugo and then go to the themes folder inside of meghna-hugo folder. You can also use this command cd meghna-hugo/themes for going to this folder.</description>
      <content>&lt;p&gt;&lt;strong&gt;Install this template by following those simple steps :&lt;/strong&gt;&lt;/p&gt;
&lt;h4 id=&#34;step-1--hugo-installation&#34;&gt;STEP-1 : Hugo installation&lt;/h4&gt;
&lt;p&gt;Check this link below for install hugo on your computer.
&lt;a href=&#34;https://gohugo.io/getting-started/installing/&#34;&gt;hugo install documentation&lt;/a&gt;&lt;/p&gt;
&lt;h4 id=&#34;step-2--create-your-project&#34;&gt;STEP-2 : Create your project&lt;/h4&gt;
&lt;p&gt;Hugo provides a &lt;code&gt;new&lt;/code&gt; command to create a new website.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hugo new site &amp;lt;new_project&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;step-3--install-the-theme&#34;&gt;STEP-3 : Install the theme&lt;/h4&gt;
&lt;p&gt;Run this command&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hugo new site meghna-hugo
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;and then go to the themes folder inside of meghna-hugo folder. You can also use this command &lt;code&gt;cd meghna-hugo/themes&lt;/code&gt; for going to this folder.
Then run the command&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;git clone git@github.com:themefisher/meghna-hugo.git
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Alternatively, you can &lt;a href=&#34;https://github.com/themefisher/meghna-hugo/archive/master.zip&#34;&gt;download the theme as .zip&lt;/a&gt; file and extract it in the &lt;code&gt;themes&lt;/code&gt; directory&lt;/p&gt;
&lt;p&gt;After that you need to go to the &lt;code&gt;meghna-hugo/exampleSite&lt;/code&gt; folder and copy or cut all the elements, and now go back to the root folder and paste it here.&lt;/p&gt;
&lt;p&gt;open the command prompt again and run &lt;code&gt;cd ../&lt;/code&gt; command for go back to the root folder.&lt;/p&gt;
&lt;h4 id=&#34;step-4--host-locally&#34;&gt;STEP-4 : Host locally&lt;/h4&gt;
&lt;p&gt;Launching the website locally by using the following command:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hugo server
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Go to &lt;code&gt;http://localhost:1313&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Or you can check this video documentation for installing this template:

&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://www.youtube.com/embed/3O3qvDoVp5g&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h4 id=&#34;step-5--basic-configuration&#34;&gt;STEP-5 : Basic configuration&lt;/h4&gt;
&lt;p&gt;When building the website, you can set a theme by using &lt;code&gt;--theme&lt;/code&gt; option. However, we suggest you modify the configuration file (&lt;code&gt;config.toml&lt;/code&gt;) and set the theme as the default.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-toml&#34; data-lang=&#34;toml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# Change the default theme to be use when building the site with Hugo&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;theme&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;meghna-hugo&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id=&#34;step-6--create-your-first-content-pages&#34;&gt;STEP-6 : Create your first content pages&lt;/h4&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hugo new blog/post-name.md
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;step-7--build-the-website&#34;&gt;STEP-7 : Build the website&lt;/h4&gt;
&lt;p&gt;When your site is ready to deploy, run the following command:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hugo

# You can also create a minified version by using this command:
hugo --minify
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;A &lt;code&gt;public&lt;/code&gt; folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.&lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;p&gt;You can use the referral badge below to get started with a $100 credit from Digital Ocean or use this link to &lt;a href=&#34;https://m.do.co/c/42cf2120197b&#34;&gt;DigitalOcean&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.digitalocean.com/?refcode=42cf2120197b&amp;utm_campaign=Referral_Invite&amp;utm_medium=Referral_Program&amp;utm_source=badge&#34;&gt;&lt;img alt=&#34;DigitalOcean Referral Badge&#34; src=&#34;https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
</content>
    </item>
    
  </channel>
</rss>
