Skip to content

Commit a8044ee

Browse files
committed
Updated submodule to the latest version of dot-org-hugo-theme
Signed-off-by: Brady Fomegne <brady.fomegne@outlook.com>
1 parent 0d9c221 commit a8044ee

4 files changed

Lines changed: 17 additions & 40 deletions

File tree

Makefile

Lines changed: 0 additions & 28 deletions
This file was deleted.

config/_default/hugo.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ timeZone: "Africa/Douala"
88

99
######################## i18n ####################
1010
# Auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
11-
hasCJKLanguage: true
11+
hasCJKLanguage: false
1212
# Set default content directory for multilingual
1313
contentDir: content/en/
1414
# Set fallback if international version is not available
@@ -23,3 +23,8 @@ privacy:
2323
privacyEnhanced: true
2424
vimeo:
2525
enableDNT: true
26+
27+
+markup:
28+
+ goldmark:
29+
+ renderer:
30+
+ unsafe: true

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
"dev:build": "hugo --theme=dot-org-hugo-theme"
1313
},
1414
"repository": {
15-
"type": "git",
16-
"url": "https://github.com/cncf/dot-org-hugo-theme"
15+
"type": "git",
16+
"url": "https://github.com/cncf/dot-org-hugo-theme"
1717
},
1818
"keywords": [],
1919
"author": "",
2020
"license": "ISC",
2121
"bugs": {
22-
"url": "https://github.com/cncf/dot-org-hugo-theme/issues"
22+
"url": "https://github.com/cncf/dot-org-hugo-theme/issues"
2323
},
2424
"homepage": "https://github.com/cncf/dot-org-hugo-theme#readme",
2525
"dependencies": {
26-
"autoprefixer": "^10.4.16",
27-
"hugo-extended": "^0.126.0",
28-
"netlify-cli": "^17",
29-
"postcss": "^8.4.31",
30-
"postcss-cli": "^11"
26+
"autoprefixer": "^10.4.21",
27+
"hugo-extended": "^0.148.1",
28+
"netlify-cli": "^22.3.0",
29+
"postcss": "^8.5.6",
30+
"postcss-cli": "^11.0.1",
31+
"sass-embedded": "^1.89.2"
3132
},
3233
"devDependencies": {
33-
"prettier": "^3.0.3",
34-
"prettier-plugin-go-template": "^0.0.15"
34+
"prettier": "^3.6.2"
3535
}
3636
}

0 commit comments

Comments
 (0)