You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ The Hugo [install page](https://gohugo.io/getting-started/installing/) has
9
9
instructions for different platforms and installers; make sure you end up with
10
10
the extended version.
11
11
12
-
On Linux it may be easiest to pick up a tarball of the latest extended version
12
+
On Linux, it may be easiest to pick up a tarball of the latest extended version
13
13
from the [release page](https://github.com/gohugoio/hugo/releases/) and
14
-
install it perhttps://gohugo.io/getting-started/installing/#install-hugo-from-tarball.
14
+
install it as described inhttps://gohugo.io/getting-started/installing/#install-hugo-from-tarball.
15
15
16
16
Next, clone this repository, and install the theme:
17
17
@@ -31,7 +31,7 @@ python gen_config.py
31
31
hugo server
32
32
```
33
33
34
-
after which the site should be served at http://localhost:1313.
34
+
After that, the site should be available at http://localhost:1313.
35
35
36
36
You'll see
37
37
@@ -63,7 +63,7 @@ if you don't have the Hugo extended version.
63
63
64
64
## Deployment
65
65
66
-
Submit pull requests first, those get run on [Netlify](https://quansight-labs.netlify.app/) and you can see a build preview by clicking on the `details` link at the bottom.
66
+
Submit pull requests first; they are run on [Netlify](https://quansight-labs.netlify.app/), and you can see a build preview by clicking the `details` link at the bottom.
0 commit comments