Upgrade packages, including hugo-extended (#893)

* Upgrade packages, including hugo-extended
* Add extra margin due to markdown processor changes
This commit is contained in:
Patrice Chalin 2021-11-09 16:52:06 -05:00 committed by GitHub
parent 809d341366
commit fe1bb38072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
# Hugo default output directory
.hugo_build.lock
/public
/resources

View File

@ -1,6 +1,7 @@
DirectoryPath: public
IgnoreDirectoryMissingTrailingSlash: 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`
IgnoreURLs:
- ^https?://localhost

View File

@ -243,6 +243,7 @@ c - Component (Aware of its content/context...)
.grpc-logo {
max-height: 8rem;
max-width: 65%;
margin-bottom: 1rem;
}
.used-by-logo {

View File

@ -16,10 +16,10 @@
"submodule:update": "git submodule update --remote --recursive --depth 1"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"hugo-extended": "0.82.0",
"netlify-cli": "^6.6.1",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1"
"autoprefixer": "^10.4.0",
"hugo-extended": "^0.89.2",
"netlify-cli": "^6.14.19",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.2"
}
}