Compare commits

...

15 Commits

Author SHA1 Message Date
Nuno Coração 9b6e093e93 Merge pull request #532 from nunocoracao/dev
🔖 Release v2.27.2
2023-02-20 15:53:22 +00:00
Nuno Coração 4001daa39a Merge pull request #517 from Capprin/homepage-card-fix
Hotfixed homepage card spillover on responsive displays
2023-02-20 15:49:36 +00:00
Nuno Coração d72c2a8e0b Merge pull request #533 from nunocoracao/dependabot/npm_and_yarn/dev/heroicons/react-2.0.16 2023-02-20 09:39:16 +00:00
dependabot[bot] 81fa1fe76a 📌 Bump @heroicons/react from 2.0.15 to 2.0.16
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] <support@github.com>
2023-02-20 06:12:30 +00:00
Nuno Coração 30df5b125a Create greetings.yml 2023-02-18 23:36:48 +00:00
Nuno Coração 59f6d57341 Create stale.yml 2023-02-18 23:35:23 +00:00
Nuno Coração b84dc4af1d Merge pull request #530 from mariuskimmina/patch-1
Add myself to users list
2023-02-18 23:28:43 +00:00
Nuno Coração 92ff154b7c Merge branch 'dev' into patch-1 2023-02-18 23:28:35 +00:00
Nuno Coração 11a927846d Merge pull request #531 from muhalvin/patch-1
Update index.md
2023-02-18 23:28:07 +00:00
Muhammad Alvin cc8b76d1a5 Update index.md 2023-02-17 21:00:35 +07:00
Nuno Coração d16e76f06d Merge pull request #529 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss-3.2.7 2023-02-17 07:55:51 +00:00
Marius Kimmina 1f892c4090 Update index.md 2023-02-17 07:23:08 +01:00
dependabot[bot] 170115adb8 💄 Rebuild CSS 2023-02-17 05:30:21 +00:00
dependabot[bot] 98d9ee380a 📌 Bump tailwindcss from 3.2.6 to 3.2.7
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] <support@github.com>
2023-02-17 05:29:55 +00:00
Capprin Bass 66a706a77c Fixed homepage card spillover on responsive displays 2023-02-11 15:58:35 -05:00
7 changed files with 66 additions and 20 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for contributing to Blowfish"
pr-message: "Thanks for contributing to Blowfish"
+27
View File
@@ -0,0 +1,27 @@
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests
on:
schedule:
- cron: '60 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue will be closed since it has been stale for 60 days.'
stale-pr-message: 'This pull request will be closed since it has been stale for 60 days.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
+2 -2
View File
@@ -1,6 +1,6 @@
/*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */ /*! 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) 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 a,
body button { 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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms; transition-duration: 150ms;
} }
+3
View File
@@ -67,6 +67,9 @@ Real websites that are built with Blowfish.
| [voicedrew11.github.io](https://voicedrew11.github.io/) | Personal site | | [voicedrew11.github.io](https://voicedrew11.github.io/) | Personal site |
| [nick.bouwhuis.net](https://nick.bouwhuis.net) | Personal site | | [nick.bouwhuis.net](https://nick.bouwhuis.net) | Personal site |
| [vividscc.com](https://vividscc.com/) | Business site | | [vividscc.com](https://vividscc.com/) | Business site |
| [muhalvin.github.io](https://muhalvin.github.io/) | Personal site |
| [mariuskimmina.com](https://mariuskimmina.com/) | Personal Site |
{{< alert >}} {{< alert >}}
+2 -2
View File
@@ -12,8 +12,8 @@
<section>{{ .Content | emojify }}</section> <section>{{ .Content | emojify }}</section>
</article> </article>
</div> </div>
<div class="mt-6 sm:mt-16 lg:mt-0"> <div class="mt-6 sm:mt-16 lg:mt-0 mx-auto max-w-xl px-4 sm:px-6 lg:mx-0 lg:max-w-none lg:py-16 lg:px-0">
<div class="-mr-48 pl-4 sm:pl-6 md:-mr-16 lg:relative lg:m-0 lg:h-full lg:px-0"> <div class="-mr-48 md:-mr-16 lg:relative lg:m-0 lg:h-full lg:px-0" style="width:100%">
{{ $homepageImage := "" }} {{ $homepageImage := "" }}
{{ with .Site.Params.defaultBackgroundImage }}{{ $homepageImage = resources.Get . }}{{ end }} {{ with .Site.Params.defaultBackgroundImage }}{{ $homepageImage = resources.Get . }}{{ end }}
{{ with .Site.Params.homepage.homepageImage }}{{ $homepageImage = resources.Get . }}{{ end }} {{ with .Site.Params.homepage.homepageImage }}{{ $homepageImage = resources.Get . }}{{ end }}
+14 -14
View File
@@ -11,7 +11,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@headlessui/react": "^1.7.11", "@headlessui/react": "^1.7.11",
"@heroicons/react": "^2.0.15", "@heroicons/react": "^2.0.16",
"@tailwindcss/forms": "^0.5.3", "@tailwindcss/forms": "^0.5.3",
"commander": "^10.0.0" "commander": "^10.0.0"
}, },
@@ -27,7 +27,7 @@
"prettier-plugin-go-template": "^0.0.13", "prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.3", "prettier-plugin-tailwindcss": "^0.2.3",
"rimraf": "^4.1.2", "rimraf": "^4.1.2",
"tailwindcss": "^3.2.6", "tailwindcss": "^3.2.7",
"tw-elements": "^1.0.0-alpha13", "tw-elements": "^1.0.0-alpha13",
"typeit": "^8.7.1", "typeit": "^8.7.1",
"vendor-copy": "^3.0.1" "vendor-copy": "^3.0.1"
@@ -55,9 +55,9 @@
} }
}, },
"node_modules/@heroicons/react": { "node_modules/@heroicons/react": {
"version": "2.0.15", "version": "2.0.16",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.15.tgz", "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz",
"integrity": "sha512-CZ2dGWgWG3/z5LEoD5D3MEr1syn45JM/OB2aDpw531Ryecgkz2V7TWQ808P0lva7zP003PVW6WlwbofsYyga3A==", "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==",
"peerDependencies": { "peerDependencies": {
"react": ">= 16" "react": ">= 16"
} }
@@ -1761,9 +1761,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.2.6", "version": "3.2.7",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.6.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz",
"integrity": "sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==", "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==",
"dependencies": { "dependencies": {
"arg": "^5.0.2", "arg": "^5.0.2",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
@@ -2003,9 +2003,9 @@
} }
}, },
"@heroicons/react": { "@heroicons/react": {
"version": "2.0.15", "version": "2.0.16",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.15.tgz", "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz",
"integrity": "sha512-CZ2dGWgWG3/z5LEoD5D3MEr1syn45JM/OB2aDpw531Ryecgkz2V7TWQ808P0lva7zP003PVW6WlwbofsYyga3A==", "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==",
"requires": {} "requires": {}
}, },
"@kurkle/color": { "@kurkle/color": {
@@ -3208,9 +3208,9 @@
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
}, },
"tailwindcss": { "tailwindcss": {
"version": "3.2.6", "version": "3.2.7",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.6.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz",
"integrity": "sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==", "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==",
"requires": { "requires": {
"arg": "^5.0.2", "arg": "^5.0.2",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
+2 -2
View File
@@ -45,7 +45,7 @@
"prettier-plugin-go-template": "^0.0.13", "prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.3", "prettier-plugin-tailwindcss": "^0.2.3",
"rimraf": "^4.1.2", "rimraf": "^4.1.2",
"tailwindcss": "^3.2.6", "tailwindcss": "^3.2.7",
"tw-elements": "^1.0.0-alpha13", "tw-elements": "^1.0.0-alpha13",
"typeit": "^8.7.1", "typeit": "^8.7.1",
"vendor-copy": "^3.0.1" "vendor-copy": "^3.0.1"
@@ -99,7 +99,7 @@
], ],
"dependencies": { "dependencies": {
"@headlessui/react": "^1.7.11", "@headlessui/react": "^1.7.11",
"@heroicons/react": "^2.0.15", "@heroicons/react": "^2.0.16",
"@tailwindcss/forms": "^0.5.3", "@tailwindcss/forms": "^0.5.3",
"commander": "^10.0.0" "commander": "^10.0.0"
} }