|
|
||
|---|---|---|
| .. | ||
| content | ||
| data | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| hugo.toml | ||
README.md
Lotus Docs Example Site
This repository offers a multilingual example site using the Lotus Docs Hugo theme.
Using
-
Clone this repository
$ git clone --depth 1 https://github.com/colinwilson/lotusdocs lotusdocs $ cd lotusdocs/exampleSite -
Run Hugo server.
$ hugo server
Notes:
The exampleSite functions by using the Hugo replace directive (in go.mod) to point the default lotusdocs module path, github.com/colinwilson/lotusdocs, to the local directory above where the theme is cloned:
// go.mod
...
replace github.com/colinwilson/lotusdocs => ../