Compare commits

..

5 commits

Author SHA1 Message Date
2ab74b90e2
chore(build): Bump hbstack/hb v0.15.1 2024-09-07 00:44:54 +07:00
renovate[bot]
3f3d288ae2
chore(deps): update module github.com/hbstack/hb to v0.15.1 2024-09-06 17:39:04 +00:00
ditatombot[bot]
920db6759b
Merge pull request #225 from ditatompel/renovate/github.com-hbstack-base-0.x
Merge pull request #225

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
2024-09-06 17:38:31 +00:00
514ad64c04
feat(build): Added dart-scss to build pipeline 2024-09-07 00:36:29 +07:00
renovate[bot]
e7b14db997
chore(deps): update module github.com/hbstack/base to v0.6.2 2024-09-06 17:30:35 +00:00
4 changed files with 14 additions and 3 deletions

View file

@ -27,6 +27,9 @@ jobs:
with:
node-version: "20"
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Cache dependencies
uses: actions/cache@v4
with:
@ -41,7 +44,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.133.0"
hugo-version: "0.134.1"
extended: true
- name: Cache Hugo modules

View file

@ -25,6 +25,9 @@ jobs:
with:
node-version: "20"
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Cache dependencies
uses: actions/cache@v4
with:
@ -39,7 +42,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.133.0"
hugo-version: "0.134.1"
extended: true
- name: Cache Hugo modules

2
go.mod
View file

@ -9,7 +9,7 @@ require (
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/hbstack/back-to-top v0.2.0 // indirect
github.com/hbstack/base v0.6.1 // indirect
github.com/hbstack/base v0.6.2 // indirect
github.com/hbstack/bigger-picture v0.10.1 // indirect
github.com/hbstack/blog v0.37.3 // indirect
github.com/hbstack/blog/modules/breadcrumb v0.1.23 // indirect

5
go.sum
View file

@ -16,6 +16,8 @@ github.com/hbstack/base v0.6.0 h1:kIMI5C7X1aTWffKnG9N5Db20O6DhjyztN5yAPIFFDbY=
github.com/hbstack/base v0.6.0/go.mod h1:4A2bxdXMjpj4HSEnugN7hlFECiap4zUX56jOqtu4YPY=
github.com/hbstack/base v0.6.1 h1:WqzfSNGE3jtauNS5QWyXiwweWa+InP63D+klz61IJIU=
github.com/hbstack/base v0.6.1/go.mod h1:rDOIrQy8GKXqam3dvHPQnrvwadQByiGcDY1Q35wBrT4=
github.com/hbstack/base v0.6.2 h1:ihsxMroTujvjVnKZwueujELNXGo9gsCQdrBrJ32zkuU=
github.com/hbstack/base v0.6.2/go.mod h1:eO3xP3CJ2Dwc38+FjVqZuzmvT8dYF2D2Dw4Sx4pi9Ng=
github.com/hbstack/bigger-picture v0.10.1 h1:EgUYZgSGhl4KwKVqryf6ncB2QY4YYgOqTpDW6+5tq14=
github.com/hbstack/bigger-picture v0.10.1/go.mod h1:wZpRrOlTFrt2lO3tl9Y7cIAJbAJN1MdvRu0UsbCnkaE=
github.com/hbstack/blog v0.36.1 h1:e+5/pXjJ7kSrOGy4teOO0hAivIkm0lME1ZaydWHqu5o=
@ -94,6 +96,9 @@ github.com/hbstack/hb v0.12.3 h1:/sJEzqpGY4dJDNc2YcIRMT7sgLOwmKKckHG6VXzDuEQ=
github.com/hbstack/hb v0.12.3/go.mod h1:K+8F6OQKKAVneWZKzW/Jj3vbqaG1ewFIH/P7HKNeF3o=
github.com/hbstack/hb v0.12.4 h1:dhhsoGyHq2HGhz3xJUGuyK6A4sqiTxW1l8yuTREr4JM=
github.com/hbstack/hb v0.12.4/go.mod h1:FJilVCHtkVpfXZT+Ii2OFCVeu9wQh/YGgRMuPKX5ycA=
github.com/hbstack/hb v0.14.0 h1:YYjSwIrjpLFSMkyHHDbh7xMf8dyEQba4XhIafAS7avs=
github.com/hbstack/hb v0.14.0/go.mod h1:FJilVCHtkVpfXZT+Ii2OFCVeu9wQh/YGgRMuPKX5ycA=
github.com/hbstack/hb v0.15.1 h1:bQxZrwDwPTw9ZIpq4rJkjmUAIYQifYnIL3z7yESwlvs=
github.com/hbstack/hb v0.15.1/go.mod h1:FJilVCHtkVpfXZT+Ii2OFCVeu9wQh/YGgRMuPKX5ycA=
github.com/hbstack/header v0.14.5 h1:TGjaudDop6df38A0K8hjMOdmcD1WpUN03xenpgR7tJw=
github.com/hbstack/header v0.14.5/go.mod h1:W7eolpYJctsTD8GVFEj09Ogbqqy8OAqcxBEbW3ZTYIg=