Compare commits

...

15 Commits

Author SHA1 Message Date
Nuno Coração
80159c6974 Merge pull request #571 from nunocoracao/dev
🔖 release v2.30.0
2023-03-05 22:41:56 +00:00
Nuno Coração
88fc95ca9a updated version 2023-03-05 22:34:22 +00:00
Nuno Coração
e7f6a11071 Merge pull request #570 from nunocoracao/569-update-hugo-support-to-v01112
⬆️ updated hugo version to v0.111.2
2023-03-05 22:33:15 +00:00
Nuno Coração
9e5ac4fe50 updated hugo version 2023-03-05 22:32:33 +00:00
Nuno Coração
92cadad0ea Merge pull request #565 from nunocoracao/dependabot/npm_and_yarn/dev/prettier-plugin-tailwindcss-0.2.4
📌 Bump prettier-plugin-tailwindcss from 0.2.3 to 0.2.4
2023-03-05 22:30:21 +00:00
Nuno Coração
0be900efaa Merge branch 'dev' into dependabot/npm_and_yarn/dev/prettier-plugin-tailwindcss-0.2.4 2023-03-05 22:29:32 +00:00
Nuno Coração
ee51e6b7ed Merge pull request #566 from crodrigocs/patch-1
add rdgo.dev to the list
2023-03-05 22:27:20 +00:00
Nuno Coração
7c307c0fdd Merge pull request #567 from Sykursen/main
️ Add aria-label on buttons
2023-03-05 22:26:51 +00:00
Guillaume Assier
ff26b2f0e4 Accessibility: Add aria-label on buttons 2023-03-05 11:21:24 +00:00
Nuno Coração
32c8e8bac4 Merge pull request #564 from nunocoracao/dependabot/npm_and_yarn/dev/rimraf-4.2.0 2023-03-04 12:56:45 +00:00
Rodrigo Silva
4c074f25d7 add rdgo.dev to the list
also removed some capital letters for consistency's sake
2023-03-03 15:44:52 -05:00
dependabot[bot]
fde712fb2d 💄 Rebuild CSS 2023-03-03 06:06:08 +00:00
dependabot[bot]
eeb5f7815d 💄 Rebuild CSS 2023-03-03 06:06:01 +00:00
dependabot[bot]
966d6dd85f 📌 Bump prettier-plugin-tailwindcss from 0.2.3 to 0.2.4
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 06:05:43 +00:00
dependabot[bot]
836c18ba9d 📌 Bump rimraf from 4.1.3 to 4.2.0
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.3 to 4.2.0.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.1.3...v4.2.0)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 06:05:20 +00:00
12 changed files with 3254 additions and 5034 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,4 +2,4 @@
[module.hugoVersion]
extended = true
min = "0.87.0 "
max = "0.111.1"
max = "0.111.2"

View File

@@ -63,13 +63,14 @@ Real websites that are built with Blowfish.
| [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 |
| [mariuskimmina.com](https://mariuskimmina.com/) | Personal Site |
| [ashwinbalaji.xyz](https://ashwinbalaji.xyz/) | Personal Site |
| [technicat.com](https://technicat.com/) | Company Site |
| [fugugames.com](https://fugugames.com/) | Games Site |
| [hyperbowl3d.com](https://hyperbowl3d.com/) | Game Site |
| [talkdimsum.com](https://talkdimsum.com/) | App Site |
| [alanctanner.com](https://alanctanner.com/) | Personal Site |
| [mariuskimmina.com](https://mariuskimmina.com/) | Personal site |
| [ashwinbalaji.xyz](https://ashwinbalaji.xyz/) | Personal site |
| [technicat.com](https://technicat.com/) | Company site |
| [fugugames.com](https://fugugames.com/) | Games site |
| [hyperbowl3d.com](https://hyperbowl3d.com/) | Game site |
| [talkdimsum.com](https://talkdimsum.com/) | App site |
| [alanctanner.com](https://alanctanner.com/) | Personal site |
| [rdgo.dev](https://rdgo.dev/) | Personal site |
{{< alert >}}

View File

@@ -64,7 +64,7 @@
{{ partial "translations.html" . }}
{{ if .Site.Params.enableSearch | default false }}
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
<button id="search-button-mobile" aria-label="Search" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="{{ i18n " search.open_button_title" }}">
{{ partial "icon.html" "search" }}
</button>
@@ -72,7 +72,7 @@
{{/* Appearance switch */}}
{{ if .Site.Params.footer.showAppearanceSwitcher | default false }}
<button id="appearance-switcher-mobile" type="button" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" style="margin-right:5px">
<div class="flex items-center justify-center h-12 dark:hidden">
{{ partial "icon.html" "moon" }}
</div>

1352
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.29.0",
"version": "2.30.0",
"description": "Blowfish theme for Hugo",
"scripts": {
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
@@ -42,8 +42,8 @@
"packery": "^2.1.2",
"prettier": "^2.8.4",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.3",
"rimraf": "^4.1.3",
"prettier-plugin-tailwindcss": "^0.2.4",
"rimraf": "^4.2.0",
"tailwindcss": "^3.2.7",
"tw-elements": "^1.0.0-beta1",
"typeit": "^8.7.1",

View File

@@ -180,7 +180,7 @@
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
<button id="search-button-mobile" aria-label="Search" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="">
@@ -195,7 +195,7 @@
<button id="appearance-switcher-mobile" type="button" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" style="margin-right:5px">
<div class="flex items-center justify-center h-12 dark:hidden">

View File

@@ -182,7 +182,7 @@
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
<button id="search-button-mobile" aria-label="Search" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="">
@@ -197,7 +197,7 @@
<button id="appearance-switcher-mobile" type="button" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" style="margin-right:5px">
<div class="flex items-center justify-center h-12 dark:hidden">

View File

@@ -182,7 +182,7 @@
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
<button id="search-button-mobile" aria-label="Search" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="">
@@ -197,7 +197,7 @@
<button id="appearance-switcher-mobile" type="button" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" style="margin-right:5px">
<div class="flex items-center justify-center h-12 dark:hidden">

View File

@@ -201,7 +201,7 @@
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
<button id="search-button-mobile" aria-label="Search" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="">
@@ -216,7 +216,7 @@
<button id="appearance-switcher-mobile" type="button" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" style="margin-right:5px">
<div class="flex items-center justify-center h-12 dark:hidden">

View File

@@ -182,7 +182,7 @@
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
<button id="search-button-mobile" aria-label="Search" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="">
@@ -197,7 +197,7 @@
<button id="appearance-switcher-mobile" type="button" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" style="margin-right:5px">
<div class="flex items-center justify-center h-12 dark:hidden">

View File

@@ -182,7 +182,7 @@
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
<button id="search-button-mobile" aria-label="Search" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="">
@@ -197,7 +197,7 @@
<button id="appearance-switcher-mobile" type="button" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" style="margin-right:5px">
<div class="flex items-center justify-center h-12 dark:hidden">