Skip to content

Commit aa11ae8

Browse files
authored
Module config: mention possible need for proxy setting (#173)
1 parent 24ca37b commit aa11ae8

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ A simple way to get started is to use this project as a template, which gives yo
3737
git clone --depth 1 https://github.com/me/example.git
3838
```
3939

40-
You can now edit your own versions of the site’s source files.
40+
Depending on your environment you may need to adjust the top-level `module` settings in your project's Hugo config file, for example, by adding a proxy to use when downloading remote modules.
41+
You can find details of what these configuration settings do in the [Hugo modules documentation](https://gohugo.io/hugo-modules/configuration/#module-config-top-level).
42+
43+
Once your settings are adjusted, you can edit your own versions of the site’s source files.
4144

4245
If you want to do SCSS edits and want to publish these, you need to install `PostCSS`
4346

@@ -170,7 +173,7 @@ $ hugo server
170173
Error: failed to download modules: binary with name "go" not found
171174
```
172175

173-
This error occurs if you have not installed the `go` programming language on your system.
176+
This error occurs if the `go` programming language is not available on your system.
174177
See this [section](https://www.docsy.dev/docs/get-started/docsy-as-module/installation-prerequisites/#install-go-language) of the user guide for instructions on how to install `go`.
175178

176179

hugo-disabled.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ archived_version = false
114114
# The version number for the version of the docs represented in this doc set.
115115
# Used in the "version-banner" partial to display a version number for the
116116
# current doc set.
117-
version = "0.0"
117+
version = "0.7.1"
118118

119119
# A link to latest version of the docs. Used in the "version-banner" partial to
120120
# point people to the main doc site.
@@ -209,7 +209,6 @@ enable = false
209209
desc = "Discuss development issues around the project"
210210

211211
# hugo module configuration
212-
213212
[module]
214213
# Uncomment the next line to build and serve using local docsy clone declared in the named Hugo workspace:
215214
# workspace = "docsy.work"

0 commit comments

Comments
 (0)