You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-3Lines changed: 32 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ Check out the demo site [https://lotusdocs.dev/docs/](https://lotusdocs.dev/docs
39
39
40
40
### Requirements
41
41
42
-
- Hugo **Extended** (minimum version: 0.120.0)
42
+
- Hugo **Extended** (minimum version: 0.140.0)
43
43
- git
44
-
- Go (minimum version v1.20)
44
+
- Go (minimum version v1.21)
45
45
46
46
### Initialize your site as a Hugo Module
47
47
@@ -59,6 +59,9 @@ The Lotus Docs theme can be installed using one of the following methods:
59
59
- As a Git submodule
60
60
- Clone the theme files locally
61
61
62
+
Prerequisites:
63
+
-`contentDir` present in project folder
64
+
62
65
### Install as a Hugo Module (recommended)
63
66
64
67
Edit the `hugo.toml` configuration file to include the [Lotus Docs theme](https://github.com/colinwilson/lotusdocs) and the [Hugo Bootstrap module](https://github.com/gohugoio/hugo-mod-bootstrap-scss) as modules:
@@ -67,6 +70,8 @@ Edit the `hugo.toml` configuration file to include the [Lotus Docs theme](https:
0 commit comments