Skip to content

Commit

Permalink
📄 Update exampleSite README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Aug 15, 2023
1 parent 42e1932 commit bbd10e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This repository offers a multilingual example site using the [Lotus Docs](https:
```
## Notes:

The `exampleSite` functions by using the Hugo [`replace`](https://gohugo.io/hugo-modules/use-modules/#make-and-test-changes-in-a-module) directive (in [`go.mod`](go.mod#L10)) to point the default `lotusdocs` module path, `github.com/colinwilson/lotusdocs`, to the local directory above where the theme was cloned.
The `exampleSite` functions by using the Hugo [`replace`](https://gohugo.io/hugo-modules/use-modules/#make-and-test-changes-in-a-module) directive (in [`go.mod`](go.mod#L10)) to point the default `lotusdocs` module path, `github.com/colinwilson/lotusdocs`, to the local directory above where the theme is cloned.

```go
replace github.com/colinwilson/lotusdocs => ../
Expand Down

0 comments on commit bbd10e2

Please sign in to comment.