Skip to content

Commit

Permalink
📄 readme + config updates (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson authored Nov 20, 2023
2 parents 982b3d1 + 6330004 commit a255181
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

Check out the demo site [https://lotusdocs.dev/docs/](https://lotusdocs.dev/docs/) (also doubles as the documentation guide for Lotus Docs 📖)

🚧 **WARNING** 🚧 - **Lotus Docs is currently in pre-release development and thus not recommended for use in production at this time. But please do try it out 😊. Pull requests and feedback are most welcome.**

## Features

* [x] Modern documentation layout
Expand Down Expand Up @@ -41,7 +39,7 @@ Check out the demo site [https://lotusdocs.dev/docs/](https://lotusdocs.dev/docs

### Requirements

- Hugo **Extended** (minimum version: 0.117.0)
- Hugo **Extended** (minimum version: 0.120.0)
- git
- Go (minimum version v1.20)

Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[module]
[module.hugoVersion]
extended = true
min = "0.100.0"
min = "0.120.0"
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
disable = false
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PR
ignore = "false"

[build.environment]
HUGO_VERSION = "0.118.2"
HUGO_VERSION = "0.120.4"
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/colinwilson/lotusdocs"
demosite = "https://lotusdocs.dev/docs/"
tags = ["documentation", "responsive", "bootstrap", "minimal", "secure", "search", "customizable", "modern","dark", "dark mode", "landing page"]
features = ["security aware", "fast by default", "seo-ready","custom shortcodes", "prismjs syntax highlighting", "deploy to vercel", "flexsearch static search", "docsearch", "landing page layouts", "dark mode"]
min_version = "0.100.0"
min_version = "0.120.0"

[author]
name = "Colin Wilson"
Expand Down

0 comments on commit a255181

Please sign in to comment.