Compare commits

..

No commits in common. "7ec1d2fadd214ee20a12fe85f9bc4e00141c7519" and "bd5ecee3218b3638c8a351df60c52db4eb7cfc7d" have entirely different histories.

17 changed files with 51 additions and 100 deletions

1
.gitattributes vendored
View File

@ -8,6 +8,5 @@
*.jpg filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
LICENSES/** text linguist-vendored eol=lf LICENSES/** text linguist-vendored eol=lf

View File

@ -14,11 +14,13 @@ ci:
default_language_version: default_language_version:
node: "lts" node: "lts"
# Remember .python-version !
python: "3.12"
ruby: ".ruby-version" ruby: ".ruby-version"
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 rev: v4.6.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
args: ["--markdown-linebreak-ext", "md,markdown"] args: ["--markdown-linebreak-ext", "md,markdown"]
@ -41,7 +43,7 @@ repos:
args: [--autofix, --no-ensure-ascii] args: [--autofix, --no-ensure-ascii]
- repo: https://github.com/pre-commit/sync-pre-commit-deps - repo: https://github.com/pre-commit/sync-pre-commit-deps
rev: v0.0.3 rev: v0.0.1
hooks: hooks:
- id: sync-pre-commit-deps - id: sync-pre-commit-deps
@ -58,19 +60,18 @@ repos:
[ [
--update-only, --update-only,
--title, --title,
'<em lang="fi">Automaattinen sisällysluettelo</em> / <em '<em lang="fi">Automaattinen sisällysluettelo</em> / <em lang="en">Automatically generated Table of Contents</em>',
lang="en">Automatically generated Table of Contents</em>',
] ]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.3 rev: 0.29.2
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-workflows - id: check-github-workflows
- id: check-gitlab-ci - id: check-gitlab-ci
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v5.0.2 rev: v4.0.3
hooks: hooks:
- id: reuse - id: reuse
exclude: ^.cache\/.*$ exclude: ^.cache\/.*$
@ -90,7 +91,7 @@ repos:
types: [image] types: [image]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "3.2.0" rev: "3.0.3"
hooks: hooks:
- id: editorconfig-checker - id: editorconfig-checker
alias: ec alias: ec

BIN
avatar/128.jpeg (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +0,0 @@
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
SPDX-License-Identifier: CC-BY-ND-4.0

BIN
avatar/250.jpeg (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu> SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
SPDX-License-Identifier: CC-BY-ND-4.0 SPDX-License-Identifier: CC-BY-ND-4.0

BIN
avatar/90.jpeg (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu> SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
SPDX-License-Identifier: CC-BY-ND-4.0 SPDX-License-Identifier: CC-BY-ND-4.0

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
#
# SPDX-License-Identifier: CC0-1.0
# Pass the original filename as an argument to this script and it will do the
# rest!
magick "$1" -resize "250x250" -quality 100 "250.jpeg"
magick "$1" -resize "128x128" -quality 100 "128.jpeg"
magick "$1" -resize "90x90" -quality 100 "90.jpeg"

BIN
avatar/orig.jpeg (Stored with Git LFS) Normal file

Binary file not shown.

3
avatar/orig.jpeg.license Normal file
View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
SPDX-License-Identifier: CC-BY-ND-4.0

BIN
avatar/orig.png (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +0,0 @@
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
SPDX-License-Identifier: CC-BY-ND-4.0

BIN
avatar/origish.webp (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +0,0 @@
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
SPDX-License-Identifier: CC-BY-ND-4.0

View File

@ -1,13 +1,6 @@
{ {
"devDependencies": { "devDependencies": {
"@aminda/global-prettier-config": "2025.10.0", "@aminda/global-prettier-config": "2024.28.4"
"@prettier/plugin-ruby": "4.0.4",
"@prettier/plugin-xml": "3.4.1",
"prettier": "3.5.3",
"prettier-plugin-nginx": "1.0.3",
"prettier-plugin-sh": "0.15.0",
"prettier-plugin-toml": "2.0.2"
}, },
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6", "packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
"prettier": "@aminda/global-prettier-config"
} }

76
pnpm-lock.yaml generated
View File

@ -8,32 +8,14 @@ importers:
.: .:
devDependencies: devDependencies:
"@aminda/global-prettier-config": "@aminda/global-prettier-config":
specifier: 2025.10.0 specifier: 2024.28.4
version: 2025.10.0 version: 2024.28.4
"@prettier/plugin-ruby":
specifier: 4.0.4
version: 4.0.4(prettier@3.5.3)
"@prettier/plugin-xml":
specifier: 3.4.1
version: 3.4.1(prettier@3.5.3)
prettier:
specifier: 3.5.3
version: 3.5.3
prettier-plugin-nginx:
specifier: 1.0.3
version: 1.0.3
prettier-plugin-sh:
specifier: 0.15.0
version: 0.15.0(prettier@3.5.3)
prettier-plugin-toml:
specifier: 2.0.2
version: 2.0.2(prettier@3.5.3)
packages: packages:
"@aminda/global-prettier-config@2025.10.0": "@aminda/global-prettier-config@2024.28.4":
resolution: resolution:
{ {
integrity: sha512-7M2TWWTZDU6rU0AkcNeFSILuvh8lT3Mr0TAl/ZVctYWgWuzOzyRVZySwStl4o3Oj2QMCEEEky5wzJO8540rq1Q==, integrity: sha512-VjyTd8fFRnLgZRAMDRr9pm5hknnsVxpTCshvvE7RAiuH72hUzC82rm5vXDJjrhkedWJir2qZjmiC5Vo2LoR4tw==,
} }
"@prettier/plugin-ruby@4.0.4": "@prettier/plugin-ruby@4.0.4":
@ -88,28 +70,28 @@ packages:
integrity: sha512-vV5q85s8XnV6NEgvz1gVLfZhmxAxY03MyOYj2ApBpjFkbs00lRsRkTmqO9L39ADuD18z1RRCcfZ3eVxKhI/nqg==, integrity: sha512-vV5q85s8XnV6NEgvz1gVLfZhmxAxY03MyOYj2ApBpjFkbs00lRsRkTmqO9L39ADuD18z1RRCcfZ3eVxKhI/nqg==,
} }
prettier-plugin-sh@0.15.0: prettier-plugin-sh@0.14.0:
resolution: resolution:
{ {
integrity: sha512-U0PikJr/yr2bzzARl43qI0mApBj0C1xdAfA04AZa6LnvIKawXHhuy2fFo6LNA7weRzGlAiNbaEFfKMFo0nZr/A==, integrity: sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ==,
} }
engines: { node: ">=16.0.0" } engines: { node: ">=16.0.0" }
peerDependencies: peerDependencies:
prettier: ^3.0.3 prettier: ^3.0.3
prettier-plugin-toml@2.0.2: prettier-plugin-toml@2.0.1:
resolution: resolution:
{ {
integrity: sha512-tUIIhyfdVX5DMsLGKX/2qaEwi3W48OkUSR7XC91PRI5jFzhexmaYWkrSP1Xh/eWUcEc0TVMQenM3lB09xLQstQ==, integrity: sha512-99z1YOkViECHtXQjGIigd3talI/ybUI1zB3yniAwUrlWBXupNXThB1hM6bwSMUEj2/+tomTlMtT98F5t4s8IWA==,
} }
engines: { node: ">=16.0.0" } engines: { node: ">=16.0.0" }
peerDependencies: peerDependencies:
prettier: ^3.0.3 prettier: ^3.0.3
prettier@3.5.3: prettier@3.3.3:
resolution: resolution:
{ {
integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==, integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==,
} }
engines: { node: ">=14" } engines: { node: ">=14" }
hasBin: true hasBin: true
@ -127,30 +109,30 @@ packages:
} }
engines: { node: ">=16.0.0" } engines: { node: ">=16.0.0" }
tslib@2.8.1: tslib@2.7.0:
resolution: resolution:
{ {
integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==, integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==,
} }
snapshots: snapshots:
"@aminda/global-prettier-config@2025.10.0": "@aminda/global-prettier-config@2024.28.4":
dependencies: dependencies:
"@prettier/plugin-ruby": 4.0.4(prettier@3.5.3) "@prettier/plugin-ruby": 4.0.4(prettier@3.3.3)
"@prettier/plugin-xml": 3.4.1(prettier@3.5.3) "@prettier/plugin-xml": 3.4.1(prettier@3.3.3)
prettier: 3.5.3 prettier: 3.3.3
prettier-plugin-nginx: 1.0.3 prettier-plugin-nginx: 1.0.3
prettier-plugin-sh: 0.15.0(prettier@3.5.3) prettier-plugin-sh: 0.14.0(prettier@3.3.3)
prettier-plugin-toml: 2.0.2(prettier@3.5.3) prettier-plugin-toml: 2.0.1(prettier@3.3.3)
"@prettier/plugin-ruby@4.0.4(prettier@3.5.3)": "@prettier/plugin-ruby@4.0.4(prettier@3.3.3)":
dependencies: dependencies:
prettier: 3.5.3 prettier: 3.3.3
"@prettier/plugin-xml@3.4.1(prettier@3.5.3)": "@prettier/plugin-xml@3.4.1(prettier@3.3.3)":
dependencies: dependencies:
"@xml-tools/parser": 1.0.11 "@xml-tools/parser": 1.0.11
prettier: 3.5.3 prettier: 3.3.3
"@taplo/core@0.1.1": {} "@taplo/core@0.1.1": {}
@ -170,23 +152,23 @@ snapshots:
prettier-plugin-nginx@1.0.3: {} prettier-plugin-nginx@1.0.3: {}
prettier-plugin-sh@0.15.0(prettier@3.5.3): prettier-plugin-sh@0.14.0(prettier@3.3.3):
dependencies: dependencies:
mvdan-sh: 0.10.1 mvdan-sh: 0.10.1
prettier: 3.5.3 prettier: 3.3.3
sh-syntax: 0.4.2 sh-syntax: 0.4.2
prettier-plugin-toml@2.0.2(prettier@3.5.3): prettier-plugin-toml@2.0.1(prettier@3.3.3):
dependencies: dependencies:
"@taplo/lib": 0.4.0-alpha.2 "@taplo/lib": 0.4.0-alpha.2
prettier: 3.5.3 prettier: 3.3.3
prettier@3.5.3: {} prettier@3.3.3: {}
regexp-to-ast@0.5.0: {} regexp-to-ast@0.5.0: {}
sh-syntax@0.4.2: sh-syntax@0.4.2:
dependencies: dependencies:
tslib: 2.8.1 tslib: 2.7.0
tslib@2.8.1: {} tslib@2.7.0: {}