File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Hugo default output directory
2
+ .hugo_build.lock
2
3
/public
3
4
/resources
4
5
Original file line number Diff line number Diff line change 1
1
DirectoryPath : public
2
- IgnoreDirectoryMissingTrailingSlash : true
3
2
IgnoreAltMissing : true
3
+ IgnoreDirectoryMissingTrailingSlash : true
4
+ IgnoreInternalEmptyHash : true # At least until the following is fixed: https://github.com/gohugoio/hugo/issues/9149
4
5
CheckDoctype : false # Sadly, this is false only because of `google*.html`
5
6
IgnoreURLs :
6
7
- ^https?://localhost
Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ c - Component (Aware of its content/context...)
243
243
.grpc-logo {
244
244
max-height : 8rem ;
245
245
max-width : 65% ;
246
+ margin-bottom : 1rem ;
246
247
}
247
248
248
249
.used-by-logo {
Original file line number Diff line number Diff line change 16
16
"submodule:update" : " git submodule update --remote --recursive --depth 1"
17
17
},
18
18
"devDependencies" : {
19
- "autoprefixer" : " ^10.3.1 " ,
20
- "hugo-extended" : " 0.82.0 " ,
21
- "netlify-cli" : " ^6.6.1 " ,
22
- "postcss" : " ^8.3.6 " ,
23
- "postcss-cli" : " ^8.3.1 "
19
+ "autoprefixer" : " ^10.4.0 " ,
20
+ "hugo-extended" : " ^0.89.2 " ,
21
+ "netlify-cli" : " ^6.14.19 " ,
22
+ "postcss" : " ^8.3.11 " ,
23
+ "postcss-cli" : " ^9.0.2 "
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments