Skip to content

Commit b0ec6f1

Browse files
authored
Merge pull request #254 from justwriteclick/build
Updates after Hugo testing
2 parents ca8e006 + bf39ba2 commit b0ec6f1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

404.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ search_omit: true
77
permalink: /404.html
88
---
99

10-
Sorry, but the page you were trying to find does not exist --- perhaps you can try searching for it below.
10+
Sorry, but the page you were trying to find does not exist.
11+
Try searching for it below.
1112

1213
<script type="text/javascript">
1314
var GOOG_FIXURL_LANG = 'en';

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ On macOS you need to install brew, bundler.io, and Ruby version manager so that
3939
$ echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.zshrc
4040
```
4141

42-
1. Source your `.bash_profile` file. If you are using macOS Catalina, your profile file may be `.zshrc`.
42+
1. Source your `.bash_profile` file. If you are using macOS Catalina or later, your profile file may be `.zshrc`.
4343

4444
```
4545
$ source ~/.bash_profile

_learn/03-hugo-go-netlify.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ For a Hugo static site, you can choose your specific theme after you create the
6969
```
7070
1. To get the theme files in the `/themes` directory, and keep them updated, use a `git submodules` command to get the required theme files as well as keep them updated.
7171
```
72+
$ cd themes
7273
$ hugo mod init example.com
7374
```
7475
The terminal returns something like this:
7576
```
7677
go: creating new go.mod: module example.com
77-
go: to add module requirements and sums:
78-
go mod tidy
78+
hugo: to add module requirements and sums:
79+
hugo mod tidy
7980
```
8081
Next, add the theme as a Git submodule with this command:
8182
```

0 commit comments

Comments
 (0)