Skip to content

Commit 0f572ff

Browse files
authored
Merge pull request #39 from markdumay/develop
Configurable font
2 parents 4fdc29a + ff952af commit 0f572ff

File tree

6 files changed

+20
-12
lines changed

6 files changed

+20
-12
lines changed

config/_default/config.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,10 @@ mainSections = ["blog", "projects"]
8484
target = "assets/js/vendor/flexsearch"
8585
[[module.mounts]]
8686
source = "assets"
87-
target = "assets"
87+
target = "assets"
88+
[[module.mounts]]
89+
source = "layouts"
90+
target = "layouts"
91+
[[module.mounts]]
92+
source = "static"
93+
target = "static"

config/_default/params.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ schemaSection = "blog"
4646
[style]
4747
themeColor = "#D43900" #00b0f0
4848
themeOpacity = "10"
49+
themeFont = "Inter"
50+
themeFontPath = "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;600&display=swap"
4951

5052
[main]
5153
featurePhoto = "img/sunrise.jpg" # source: https://unsplash.com/photos/ZX6BPboJrYk

layouts/.gitkeep

Whitespace-only changes.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markdumay/hugo-theme-hinode-child",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
55
"main": "index.js",
66
"scripts": {
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@fortawesome/fontawesome-free": "^6.2.1",
4141
"@fullhuman/postcss-purgecss": "^5.0.0",
42-
"@markdumay/hugo-theme-hinode": "^0.7.6",
42+
"@markdumay/hugo-theme-hinode": "^0.7.7",
4343
"autoprefixer": "^10.4.13",
4444
"bootstrap": "^5.2.3",
4545
"eslint": "^8.29.0",

static/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)