From 66a706a77cd8ac3110a5a278d3eb49c1bd69df80 Mon Sep 17 00:00:00 2001 From: Capprin Bass Date: Sat, 11 Feb 2023 15:58:35 -0500 Subject: [PATCH 1/6] Fixed homepage card spillover on responsive displays --- layouts/partials/home/card.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/home/card.html b/layouts/partials/home/card.html index 7079c7b1..456a3526 100644 --- a/layouts/partials/home/card.html +++ b/layouts/partials/home/card.html @@ -12,8 +12,8 @@
{{ .Content | emojify }}
-
-
+
+
{{ $homepageImage := "" }} {{ with .Site.Params.defaultBackgroundImage }}{{ $homepageImage = resources.Get . }}{{ end }} {{ with .Site.Params.homepage.homepageImage }}{{ $homepageImage = resources.Get . }}{{ end }} From 98d9ee380a81d4067257ec2e0b31d4499fff6fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 05:29:55 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=F0=9F=93=8C=20Bump=20tailwindcss=20from=20?= =?UTF-8?q?3.2.6=20to=203.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.6...v3.2.7) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e2a79bf..22c56add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.3", "rimraf": "^4.1.2", - "tailwindcss": "^3.2.6", + "tailwindcss": "^3.2.7", "tw-elements": "^1.0.0-alpha13", "typeit": "^8.7.1", "vendor-copy": "^3.0.1" @@ -1761,9 +1761,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.6.tgz", - "integrity": "sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz", + "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==", "dependencies": { "arg": "^5.0.2", "chokidar": "^3.5.3", @@ -3208,9 +3208,9 @@ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" }, "tailwindcss": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.6.tgz", - "integrity": "sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz", + "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==", "requires": { "arg": "^5.0.2", "chokidar": "^3.5.3", diff --git a/package.json b/package.json index a52182e4..bd9568e7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.3", "rimraf": "^4.1.2", - "tailwindcss": "^3.2.6", + "tailwindcss": "^3.2.7", "tw-elements": "^1.0.0-alpha13", "typeit": "^8.7.1", "vendor-copy": "^3.0.1" From 170115adb8419bfcf76f72e97f4a6671805810f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 17 Feb 2023 05:30:21 +0000 Subject: [PATCH 3/6] =?UTF-8?q?=F0=9F=92=84=20Rebuild=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index c14ac8e7..9eb0bce4 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,6 +1,6 @@ /*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */ -/*! tailwindcss v3.2.6 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) @@ -5410,7 +5410,7 @@ textarea.form-control.is-invalid { body a, body button { - transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } From 1f892c4090f071b68e39902ff056c47e0b63fc7e Mon Sep 17 00:00:00 2001 From: Marius Kimmina <38843153+mariuskimmina@users.noreply.github.com> Date: Fri, 17 Feb 2023 07:23:08 +0100 Subject: [PATCH 4/6] Update index.md --- exampleSite/content/users/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/users/index.md b/exampleSite/content/users/index.md index 7eff614b..ebd1f9b3 100644 --- a/exampleSite/content/users/index.md +++ b/exampleSite/content/users/index.md @@ -67,6 +67,7 @@ Real websites that are built with Blowfish. | [voicedrew11.github.io](https://voicedrew11.github.io/) | Personal site | | [nick.bouwhuis.net](https://nick.bouwhuis.net) | Personal site | | [vividscc.com](https://vividscc.com/) | Business site | +| [mariuskimmina.com](https://mariuskimmina.com/) | Personal Site | {{< alert >}} From cc8b76d1a5fd04a5c56c2acaf37b821184e4efb6 Mon Sep 17 00:00:00 2001 From: Muhammad Alvin <97495721+muhalvin@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:00:35 +0700 Subject: [PATCH 5/6] Update index.md --- exampleSite/content/users/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/users/index.md b/exampleSite/content/users/index.md index 7eff614b..511ec0f3 100644 --- a/exampleSite/content/users/index.md +++ b/exampleSite/content/users/index.md @@ -67,6 +67,7 @@ Real websites that are built with Blowfish. | [voicedrew11.github.io](https://voicedrew11.github.io/) | Personal site | | [nick.bouwhuis.net](https://nick.bouwhuis.net) | Personal site | | [vividscc.com](https://vividscc.com/) | Business site | +| [muhalvin.github.io](https://muhalvin.github.io/) | Personal site | {{< alert >}} From 81fa1fe76aaafeb27d75685a36c08a62abc40ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 06:12:30 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=F0=9F=93=8C=20Bump=20@heroicons/react=20fr?= =?UTF-8?q?om=202.0.15=20to=202.0.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.15 to 2.0.16. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.0.15...v2.0.16) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22c56add..7a876fe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@headlessui/react": "^1.7.11", - "@heroicons/react": "^2.0.15", + "@heroicons/react": "^2.0.16", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0" }, @@ -55,9 +55,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.15.tgz", - "integrity": "sha512-CZ2dGWgWG3/z5LEoD5D3MEr1syn45JM/OB2aDpw531Ryecgkz2V7TWQ808P0lva7zP003PVW6WlwbofsYyga3A==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "peerDependencies": { "react": ">= 16" } @@ -2003,9 +2003,9 @@ } }, "@heroicons/react": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.15.tgz", - "integrity": "sha512-CZ2dGWgWG3/z5LEoD5D3MEr1syn45JM/OB2aDpw531Ryecgkz2V7TWQ808P0lva7zP003PVW6WlwbofsYyga3A==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "requires": {} }, "@kurkle/color": { diff --git a/package.json b/package.json index bd9568e7..13bfd61e 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ ], "dependencies": { "@headlessui/react": "^1.7.11", - "@heroicons/react": "^2.0.15", + "@heroicons/react": "^2.0.16", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0" }