diff --git a/config/_default/config.toml b/config/_default/config.toml index 61015b2..89151f4 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -84,4 +84,10 @@ mainSections = ["blog", "projects"] target = "assets/js/vendor/flexsearch" [[module.mounts]] source = "assets" - target = "assets" \ No newline at end of file + target = "assets" + [[module.mounts]] + source = "layouts" + target = "layouts" + [[module.mounts]] + source = "static" + target = "static" \ No newline at end of file diff --git a/config/_default/params.toml b/config/_default/params.toml index 2d3914b..32f1028 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -46,6 +46,8 @@ schemaSection = "blog" [style] themeColor = "#D43900" #00b0f0 themeOpacity = "10" + themeFont = "Inter" + themeFontPath = "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;600&display=swap" [main] featurePhoto = "img/sunrise.jpg" # source: https://unsplash.com/photos/ZX6BPboJrYk diff --git a/layouts/.gitkeep b/layouts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/package-lock.json b/package-lock.json index f282036..eb80cdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@markdumay/hugo-theme-hinode-child", - "version": "0.4.4", + "version": "0.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@markdumay/hugo-theme-hinode-child", - "version": "0.4.4", + "version": "0.4.5", "hasInstallScript": true, "license": "MIT", "devDependencies": { "@fortawesome/fontawesome-free": "^6.2.1", "@fullhuman/postcss-purgecss": "^5.0.0", - "@markdumay/hugo-theme-hinode": "^0.7.6", + "@markdumay/hugo-theme-hinode": "^0.7.7", "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.6", - "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.6.tgz", - "integrity": "sha512-j73DMcxz1HWwIcUoakshtmPvgVjd4/D42uNZXJt5oe79ikDkty1m51zY5tkoghKN8cWwHB8qHNIX/JSsrZJORA==", + "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==", "dev": true, "hasInstallScript": true }, @@ -5744,9 +5744,9 @@ "dev": true }, "@markdumay/hugo-theme-hinode": { - "version": "0.7.6", - "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.6.tgz", - "integrity": "sha512-j73DMcxz1HWwIcUoakshtmPvgVjd4/D42uNZXJt5oe79ikDkty1m51zY5tkoghKN8cWwHB8qHNIX/JSsrZJORA==", + "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==", "dev": true }, "@nodelib/fs.scandir": { diff --git a/package.json b/package.json index bd3d531..eeeada2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@markdumay/hugo-theme-hinode-child", - "version": "0.4.4", + "version": "0.4.5", "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.6", + "@markdumay/hugo-theme-hinode": "^0.7.7", "autoprefixer": "^10.4.13", "bootstrap": "^5.2.3", "eslint": "^8.29.0", diff --git a/static/.gitkeep b/static/.gitkeep new file mode 100644 index 0000000..e69de29