|
|
@@ -1,15 +1,15 @@ |
|
|
|
# Easy Setup (Hugo + Netlify + Forestry) |
|
|
|
Build your website with meghna hugo theme by following this easy steps (No Coding Required) |
|
|
|
|
|
|
|
<a href="http://www.youtube.com/watch?v=DbZKmZIPBLg" title="meghna hugo installation" rel="nofollow"><img width="100%" src="https://camo.githubusercontent.com/61f5ab511f89fe75970cd04f93c7579f0ba19c99/687474703a2f2f696d672e796f75747562652e636f6d2f76692f44625a4b6d5a4950424c672f302e6a7067" alt="meghna hugo installation" data-canonical-src="http://img.youtube.com/vi/DbZKmZIPBLg/0.jpg" style="max-width:100%;"></a> |
|
|
|
<a href="https://bit.ly/meghna-hugo" target="_blank" title="meghna hugo installation" rel="nofollow"><img width="100%" src="https://user-images.githubusercontent.com/37659754/70844354-4028be00-1e6a-11ea-8d84-02e9a25e7db8.png"></a> |
|
|
|
|
|
|
|
In this tutorial we will show you to make your website live without buying any hosting and touching a single line of code. |
|
|
|
|
|
|
|
### What you need !! |
|
|
|
|
|
|
|
1. Git acccount (Ex: Github, Gitlab etc ) . In our case we use github. |
|
|
|
2. [Netlify](https://www.netlify.com/) account to host files and add custom domain . |
|
|
|
3. [Forestry](https://forestry.io/) account to maintain whole project without code. |
|
|
|
2. [Netlify](https://bit.ly/netlify-account) account to host files and add custom domain . |
|
|
|
3. [Forestry](https://bit.ly/forestry-account) account to maintain whole project without code. |
|
|
|
|
|
|
|
|
|
|
|
### Step 1 : Fork or Clone repository |
|
|
@@ -18,11 +18,11 @@ First we will fork this [meghna hugo](https://github.com/themefisher/meghna-hugo |
|
|
|
|
|
|
|
### Step 2 : Add your repository in Forestry |
|
|
|
|
|
|
|
Go to your [forestry](https://forestry.io/) account and click on `import your site now`. declare your config.toml file [`exampleSite/config.toml`] and fill up basic settings . Mark everything is done then go to configuration to change the base url . You can put any url but this have to similar as netlify . So for now put a name which you are going to put in netlify as netlify subdomain. |
|
|
|
Go to your [forestry](https://bit.ly/forestry-account) account and click on `import your site now`. declare your config.toml file [`exampleSite/config.toml`] and fill up basic settings . Mark everything is done then go to configuration to change the base url . You can put any url but this have to similar as netlify . So for now put a name which you are going to put in netlify as netlify subdomain. |
|
|
|
|
|
|
|
### Step 3 : Setup and host website with Netlify |
|
|
|
|
|
|
|
Here comes the last step . Go to your [netlify](https://www.netlify.com/) account and click add new site . Choose your git repository to import your website in netlify . And now you can see the forked `meghna hugo` theme. select it and follow the steps. Then go to `site settings` for change the site name and put your subdoamin name here what you puted on forestry as base url. save it and go to `deploy` from top menu, Wait a while and click on `site preview` or just simply go to the subdomain you puted as base url. **BOOM! Your site is live.** Now you can go to forestry and add, remove or customize every setting and content. |
|
|
|
Here comes the last step . Go to your [netlify](https://bit.ly/netlify-account) account and click add new site . Choose your git repository to import your website in netlify . And now you can see the forked `meghna hugo` theme. select it and follow the steps. Then go to `site settings` for change the site name and put your subdoamin name here what you puted on forestry as base url. save it and go to `deploy` from top menu, Wait a while and click on `site preview` or just simply go to the subdomain you puted as base url. **BOOM! Your site is live.** Now you can go to forestry and add, remove or customize every setting and content. |
|
|
|
|
|
|
|
> If you face any issue regarding the installation feel free to onen [open a new issue](https://github.com/themefisher/meghna-hugo/issues) |
|
|
|
|