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

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/posts/what-is-hugo/index.md')
-rw-r--r--exampleSite/content/posts/what-is-hugo/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/content/posts/what-is-hugo/index.md b/exampleSite/content/posts/what-is-hugo/index.md
index 29f3c3c..866810d 100644
--- a/exampleSite/content/posts/what-is-hugo/index.md
+++ b/exampleSite/content/posts/what-is-hugo/index.md
@@ -3,7 +3,7 @@ title = "Introduction"
date = "2019-08-03"
+++
-Hugo is an open-source project and lives by the work of its [contributors][]. There are plenty of [open issues][issues], and we need your help to make Hugo even more awesome. You don't need to be a Go guru to contribute to the project's development.
+Hugo is an open-source project and lives by the work of its contributors. There are plenty of open issues, and we need your help to make Hugo even more awesome. You don't need to be a Go guru to contribute to the project's development.
<!--more-->
@@ -18,11 +18,11 @@ This contribution guide takes a step-by-step approach in hopes of helping newcom
The installation of Go should take only a few minutes. You have more than one option to get Go up and running on your machine.
-If you are having trouble following the installation guides for Go, check out [Go Bootcamp, which contains setups for every platform][gobootcamp] or reach out to the Hugo community in the [Hugo Discussion Forums][forums].
+If you are having trouble following the installation guides for Go, check out Go Bootcamp, which contains setups for every platform or reach out to the Hugo community in the Hugo Discussion Forums.
### Install Go From Source
-[Download the latest stable version of Go][godl] and follow the official [Go installation guide][goinstall].
+Download the latest stable version of Go and follow the official Go installation guide.
Once you're finished installing Go, let's confirm everything is working correctly. Open a terminal---or command line under Windows--and type the following:
@@ -36,7 +36,7 @@ You should see something similar to the following written to the console. Note t
go version go1.12 darwin/amd64
```
-Next, make sure that you set up your `GOPATH` [as described in the installation guide][setupgopath].
+Next, make sure that you set up your `GOPATH` as described in the installation guide.
You can print the `GOPATH` with `echo $GOPATH`. You should see a non-empty string containing a valid path to your Go workspace; for example: