mirror of https://github.com/grpc/grpc.io.git
Upgrade packages, including hugo-extended (#893)
* Upgrade packages, including hugo-extended * Add extra margin due to markdown processor changes
This commit is contained in:
parent
809d341366
commit
fe1bb38072
|
@ -1,4 +1,5 @@
|
||||||
# Hugo default output directory
|
# Hugo default output directory
|
||||||
|
.hugo_build.lock
|
||||||
/public
|
/public
|
||||||
/resources
|
/resources
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
DirectoryPath: public
|
DirectoryPath: public
|
||||||
IgnoreDirectoryMissingTrailingSlash: true
|
|
||||||
IgnoreAltMissing: true
|
IgnoreAltMissing: true
|
||||||
|
IgnoreDirectoryMissingTrailingSlash: true
|
||||||
|
IgnoreInternalEmptyHash: true # At least until the following is fixed: https://github.com/gohugoio/hugo/issues/9149
|
||||||
CheckDoctype: false # Sadly, this is false only because of `google*.html`
|
CheckDoctype: false # Sadly, this is false only because of `google*.html`
|
||||||
IgnoreURLs:
|
IgnoreURLs:
|
||||||
- ^https?://localhost
|
- ^https?://localhost
|
||||||
|
|
|
@ -243,6 +243,7 @@ c - Component (Aware of its content/context...)
|
||||||
.grpc-logo {
|
.grpc-logo {
|
||||||
max-height: 8rem;
|
max-height: 8rem;
|
||||||
max-width: 65%;
|
max-width: 65%;
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.used-by-logo {
|
.used-by-logo {
|
||||||
|
|
10
package.json
10
package.json
|
@ -16,10 +16,10 @@
|
||||||
"submodule:update": "git submodule update --remote --recursive --depth 1"
|
"submodule:update": "git submodule update --remote --recursive --depth 1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.3.1",
|
"autoprefixer": "^10.4.0",
|
||||||
"hugo-extended": "0.82.0",
|
"hugo-extended": "^0.89.2",
|
||||||
"netlify-cli": "^6.6.1",
|
"netlify-cli": "^6.14.19",
|
||||||
"postcss": "^8.3.6",
|
"postcss": "^8.3.11",
|
||||||
"postcss-cli": "^8.3.1"
|
"postcss-cli": "^9.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue