update theme

This commit is contained in:
Christoph Cullmann 2025-07-18 21:45:32 +02:00
parent fc43dba964
commit 93fea0ed81
No known key found for this signature in database
183 changed files with 6015 additions and 6241 deletions

View file

@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.85.1",
"version": "2.88.1",
"description": "Blowfish theme for Hugo.",
"scripts": {
"postinstall": "vendor-copy",
@ -11,6 +11,8 @@
"build-windows": "set NODE_ENV=production&& npx @tailwindcss/cli -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit",
"build-hugo": "hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/",
"example": "hugo server -E -F --minify --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/ -p 1313",
"example:core": "hugo server -E -F --minify --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/ -p 1313 --renderSegments core",
"example:production": "hugo server -E -F --minify --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/ -p 1313 -e production",
"lighthouse": "lhci autorun"
},
"repository": {
@ -34,23 +36,24 @@
},
"homepage": "https://github.com/nunocoracao/blowfish#readme",
"devDependencies": {
"@tailwindcss/cli": "^4.1.4",
"@awmottaz/prettier-plugin-void-html": "^1.9.0",
"@tailwindcss/cli": "^4.1.11",
"@tailwindcss/typography": "^0.5.16",
"chart.js": "^4.4.9",
"chart.js": "^4.5.0",
"fuse.js": "^7.1.0",
"jquery": "^3.7.1",
"katex": "^0.16.22",
"lite-youtube-embed": "^0.3.3",
"medium-zoom": "^1.1.0",
"mermaid": "^11.6.0",
"mermaid": "^11.7.0",
"packery": "^3.0.0",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.6.11",
"puppeteer": "^24.7.2",
"prettier-plugin-tailwindcss": "^0.6.13",
"puppeteer": "^24.12.1",
"rimraf": "^6.0.1",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.0.16",
"tailwindcss": "^4.1.11",
"tw-elements": "2.0.0",
"typeit": "^8.8.7",
"vendor-copy": "^3.0.1"
@ -110,15 +113,19 @@
"to": "assets/lib/lite-youtube-embed/lite-yt-embed.css"
},
{
"from": "node_modules/medium-zoom/dist/medium-zoom.min.js",
"to": "assets/lib/zoom/zoom.min.js"
"from": "node_modules/medium-zoom/dist/pure/medium-zoom.min.umd.js",
"to": "assets/lib/zoom/zoom.min.umd.js"
},
{
"from": "node_modules/medium-zoom/dist/style.css",
"to": "assets/lib/zoom/style.css"
}
],
"dependencies": {
"@headlessui/react": "^2.2.2",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.10",
"commander": "^13.1.0"
"commander": "^14.0.0"
}
}
}