diff --git a/config/_default/config.toml b/config/_default/config.toml index 89151f4..cec58ef 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -85,6 +85,9 @@ mainSections = ["blog", "projects"] [[module.mounts]] source = "assets" target = "assets" + [[module.mounts]] + source = "i18n" + target = "i18n" [[module.mounts]] source = "layouts" target = "layouts" diff --git a/i18n/.gitkeep b/i18n/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/package-lock.json b/package-lock.json index eb80cdd..816461a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@markdumay/hugo-theme-hinode-child", - "version": "0.4.5", + "version": "0.4.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@markdumay/hugo-theme-hinode-child", - "version": "0.4.5", + "version": "0.4.7", "hasInstallScript": true, "license": "MIT", "devDependencies": { "@fortawesome/fontawesome-free": "^6.2.1", "@fullhuman/postcss-purgecss": "^5.0.0", - "@markdumay/hugo-theme-hinode": "^0.7.7", + "@markdumay/hugo-theme-hinode": "^0.7.8", "autoprefixer": "^10.4.13", "bootstrap": "^5.2.3", "eslint": "^8.29.0", @@ -230,9 +230,9 @@ "dev": true }, "node_modules/@markdumay/hugo-theme-hinode": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.7.tgz", - "integrity": "sha512-JMYMdDCjsypidk8iQEktKjfQ82LQFHvGeU/Dj/dFDcmvsKvTmFlO2FNlhCtTg9rFybh7IWc82FiRkAsKSwK03w==", + "version": "0.7.8", + "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.8.tgz", + "integrity": "sha512-/onHseXliVrLmr3WnHPGITuROc3KD8xg0yMzeAJda8tOM8bdhiD5wIu/BphijR8vdEzyPp4+eRVj/gQbJREV+Q==", "dev": true, "hasInstallScript": true }, @@ -5744,9 +5744,9 @@ "dev": true }, "@markdumay/hugo-theme-hinode": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.7.tgz", - "integrity": "sha512-JMYMdDCjsypidk8iQEktKjfQ82LQFHvGeU/Dj/dFDcmvsKvTmFlO2FNlhCtTg9rFybh7IWc82FiRkAsKSwK03w==", + "version": "0.7.8", + "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.8.tgz", + "integrity": "sha512-/onHseXliVrLmr3WnHPGITuROc3KD8xg0yMzeAJda8tOM8bdhiD5wIu/BphijR8vdEzyPp4+eRVj/gQbJREV+Q==", "dev": true }, "@nodelib/fs.scandir": { diff --git a/package.json b/package.json index eeeada2..8f8270b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@markdumay/hugo-theme-hinode-child", - "version": "0.4.5", + "version": "0.4.7", "description": "Hinode is a clean blog theme for Hugo, an open-source static site generator", "main": "index.js", "scripts": { @@ -39,7 +39,7 @@ "devDependencies": { "@fortawesome/fontawesome-free": "^6.2.1", "@fullhuman/postcss-purgecss": "^5.0.0", - "@markdumay/hugo-theme-hinode": "^0.7.7", + "@markdumay/hugo-theme-hinode": "^0.7.8", "autoprefixer": "^10.4.13", "bootstrap": "^5.2.3", "eslint": "^8.29.0",