From db199c80ed4cec968b134b3e5d426b75e36973e5 Mon Sep 17 00:00:00 2001 From: Xin Date: Wed, 27 Sep 2023 19:52:15 +0000 Subject: [PATCH 1/3] docs: bump hextra to v0.4.0 Signed-off-by: Xin --- docs/go.mod | 2 +- docs/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/go.mod b/docs/go.mod index 96e7855c1..2c7a581f2 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -2,4 +2,4 @@ module github.com/getporter/porter go 1.20 -require github.com/imfing/hextra v0.2.5 // indirect +require github.com/imfing/hextra v0.4.0 // indirect diff --git a/docs/go.sum b/docs/go.sum index 529c7cd22..a920c7262 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.2.5 h1:lOuQAHxkehJ3PQsDMe+BHnh4Ig4pyZbjhqnUUuBsrE8= -github.com/imfing/hextra v0.2.5/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.4.0 h1:IwPL9eRAn2ukdhgaJHe5fPm1L/U0c5i5JkyPkyOZ9Qk= +github.com/imfing/hextra v0.4.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= From f9ef1a438ae78e606f7094efac7db937c818a364 Mon Sep 17 00:00:00 2001 From: Xin Date: Wed, 27 Sep 2023 19:53:02 +0000 Subject: [PATCH 2/3] fix styles Signed-off-by: Xin --- docs/hugo.toml | 2 +- docs/layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hugo.toml b/docs/hugo.toml index da294e311..2f60625a5 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -34,7 +34,7 @@ enableInlineShortcodes= true [params.navbar.logo] path = "images/porter-icon-badge.png" - width = 80 + width = 50 height = 50 [params.footer] diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 6320eb9ef..b5dd4d2e9 100644 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -91,7 +91,7 @@

-

+

We are a Cloud Native Computing Foundation Sandbox Project

From 703e7fd0bd35f06b7282dd3855e0a3705f1d5e76 Mon Sep 17 00:00:00 2001 From: Xin Date: Wed, 27 Sep 2023 19:57:50 +0000 Subject: [PATCH 3/3] chore: add me as contributor Signed-off-by: Xin --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b5fa91a39..4eac04346 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -90,3 +90,4 @@ and we will add you. **All** contributors belong here. 💯 - [Gonçalo Montalvão Marques](https://github.com/gonmmarques) - [Sumit Kumar Soni](https://github.com/zelfroster) - [Chaiyapruek Muangsiri](https://github.com/cmppoon) +- [Xin Fu](https://github.com/imfing)