Files
paige-hugo/exampleSite/README.md
2025-02-13 19:03:13 -08:00

16 lines
305 B
Markdown

# Paige example site
If you move the directory exampleSite out of its parent directory,
you must remove this line from the file exampleSite/go.mod:
```
replace github.com/willfaught/paige => ../
```
and then run this command:
```
$ cd exampleSite
$ hugo mod get github.com/willfaught/paige@latest
```