Skip to content

Commit

Permalink
Merge pull request #39 from markdumay/develop
Browse files Browse the repository at this point in the history
Configurable font
  • Loading branch information
markdumay authored Dec 10, 2022
2 parents 4fdc29a + ff952af commit 0f572ff
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
8 changes: 7 additions & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,10 @@ mainSections = ["blog", "projects"]
target = "assets/js/vendor/flexsearch"
[[module.mounts]]
source = "assets"
target = "assets"
target = "assets"
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "static"
target = "static"
2 changes: 2 additions & 0 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file added layouts/.gitkeep
Empty file.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
Empty file added static/.gitkeep
Empty file.

0 comments on commit 0f572ff

Please sign in to comment.