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:
authorMarcin Mierzejewski <marcin@mierzejewski.net>2020-05-01 00:28:20 +0300
committerMarcin Mierzejewski <marcin@mierzejewski.net>2020-05-01 00:28:20 +0300
commit4e1c9914ae61ec4f9a725dfeff58505eafd87b15 (patch)
tree73a8aa81daf7f86155c071a76278db101d782c6c
parent99399d2096d95cef516c3facf906dcdcf4409a12 (diff)
.DS_store: remove files from repository
-rw-r--r--exampleSite/content/.DS_Storebin6148 -> 0 bytes
-rw-r--r--exampleSite/content/photos/.DS_Storebin6148 -> 0 bytes
-rw-r--r--exampleSite/content/posts/.DS_Storebin8196 -> 0 bytes
-rw-r--r--exampleSite/content/posts/what-is-hugo/index.md8
4 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/content/.DS_Store b/exampleSite/content/.DS_Store
deleted file mode 100644
index 388807c..0000000
--- a/exampleSite/content/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/exampleSite/content/photos/.DS_Store b/exampleSite/content/photos/.DS_Store
deleted file mode 100644
index aeb684a..0000000
--- a/exampleSite/content/photos/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/exampleSite/content/posts/.DS_Store b/exampleSite/content/posts/.DS_Store
deleted file mode 100644
index 29db9ad..0000000
--- a/exampleSite/content/posts/.DS_Store
+++ /dev/null
Binary files differ
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: