mirror of https://github.com/AMT-Cheif/drift.git
docs: Update docsy and hugo
This commit is contained in:
parent
0b8aa9b3dd
commit
fd85987b48
|
@ -4,7 +4,7 @@ We use [Docsy](https://github.com/google/docsy), a Hugo theme for this website.
|
|||
[here](https://www.docsy.dev/docs/getting-started/).
|
||||
|
||||
To work on the documentation, first cd into this directory, then run `git submodule update --init --recursive` and
|
||||
`npm install`. To update the dependencies, run `git pull --recurse-submodules`-
|
||||
`npm install`. To update the dependencies, run `git pull --recurse-submodules`.
|
||||
|
||||
## Running the website locally
|
||||
After the setup, it's just a simple
|
||||
|
|
|
@ -77,7 +77,7 @@ weight = 1
|
|||
[[menu.main]]
|
||||
name = "Pub"
|
||||
weight = 100
|
||||
url = "https://pub.dev/packages/moor_flutter"
|
||||
url = "https://pub.dev/packages/moor"
|
||||
[[menu.main]]
|
||||
name = "GitHub"
|
||||
weight = 110
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -18,7 +18,7 @@
|
|||
"homepage": "https://github.com/bep/tech-doc-hugo#readme",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^9.6.1",
|
||||
"postcss-cli": "^5.0.1"
|
||||
"autoprefixer": "^10.0.0",
|
||||
"postcss-cli": "^8.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 37a6452651d05cdba2634dc83cf812491d84d61f
|
||||
Subproject commit c2039d632295dd42364994bc3c04f75dcdc07a26
|
|
@ -12,4 +12,4 @@
|
|||
force = true
|
||||
|
||||
[context.production]
|
||||
environment = { HUGO_ENV="production", HUGO_VERSION="0.62.2" }
|
||||
environment = { HUGO_ENV="production", HUGO_VERSION="0.74.3" }
|
Loading…
Reference in New Issue