Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/educenter-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2021-06-01 11:12:07 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2021-06-01 11:12:07 +0300
commit9a66cea9cf59cd0b3080258e4e16c6d2950343a6 (patch)
tree833f0cbf3d0a4180ba9cd358a806968cb0465c6d
parent6b4ccc7a0f02a81f1be57e047e132254a31796c2 (diff)
update readme files broken links
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 264739f..fabf9f5 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ In this tutorial we will show you to make your website live without buying any h
### What you need !!
1. Git account (Ex: Github, Gitlab etc ) . In our case we use github.
-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.
+2. [Netlify](https://netlify.com) account to host files and add custom domain .
+3. [Forestry](https://forestry.io/) account to maintain whole project without code.
### Step 1 : Fork or Clone repository
@@ -18,7 +18,7 @@ First we will fork this [educenter hugo](https://github.com/themefisher/educente
### Step 2 : Add your repository in Forestry
-Go to your [forestry](https://bit.ly/forestry-account) account and click on `import your site now`. declare your config.toml file [`exampleSite`] and fill up basic settings .
+Go to your [forestry](https://forestry.io/) account and click on `import your site now`. declare your config.toml file [`exampleSite`] and fill up basic settings .
**Or just click this button for one click installation** [![import to forestry](https://assets.forestry.io/import-to-forestryK.svg)](https://app.forestry.io/quick-start?repo=themefisher/educenter-hugo&engine=hugo&version=0.60.1&config=exampleSite)
@@ -26,7 +26,7 @@ Now mark everything as done, then go to configuration to change the base url . Y
### Step 3 : Setup and host website with Netlify
-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 `educenter hugo` theme. select it and follow the steps. Then go to `site settings` for change the site name and put your subdomain name here what you put 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 put 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://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 `educenter hugo` theme. select it and follow the steps. Then go to `site settings` for change the site name and put your subdomain name here what you put 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 put 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 [open a new issue](https://github.com/themefisher/educenter-hugo/issues)