Compare commits

..

5 Commits

10 changed files with 66 additions and 29 deletions

5
.gitattributes vendored
View File

@ -2,8 +2,9 @@
# #
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
* text=auto linguist-detectable * text=auto linguist-detectable eol=lf
*.license text linguist-detectable eol=lf
*.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
LICENSES/** linguist-vendored LICENSES/** text linguist-vendored eol=lf

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ keys.txt.asc
.bundle .bundle
.jekyll-cache .jekyll-cache
vendor/ vendor/
*_original

View File

@ -3,9 +3,44 @@
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
# See https://pre-commit.com for more information # See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.ci for more information
ci:
skip: [exiftool]
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
repos: repos:
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v1.1.2 rev: v1.1.2
hooks: hooks:
- id: reuse - id: reuse
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-yaml
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: destroyed-symlinks
- id: detect-private-key
- id: end-of-file-fixer
exclude: .*\.nginx$
- id: fix-byte-order-marker
- id: trailing-whitespace
exclude_types: [markdown]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
# Fedora: perl-Image-ExifTool
- repo: local
hooks:
- id: exiftool
name: Remove all EXIF metadata using exiftool
entry: exiftool -all=
language: system
types: [image]

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
david-revoy/2023-01-06.png (Stored with Git LFS)

Binary file not shown.

BIN
david-revoy/2023-03-02.png (Stored with Git LFS)

Binary file not shown.

View File

@ -6,15 +6,15 @@ SPDX-License-Identifier: CC0-1.0
Files in this directory are [CC-By](https://creativecommons.org/licenses/by/4.0/) David Revoy [blog post](https://www.davidrevoy.com/article720/bird-avatar-generator) Files in this directory are [CC-By](https://creativecommons.org/licenses/by/4.0/) David Revoy [blog post](https://www.davidrevoy.com/article720/bird-avatar-generator)
* `2023-01-06.png` is generated using [cheeze2000/cat-avatar-generator](https://github.com/cheeze2000/cat-avatar-generator) with settings: - `2023-01-06.png` is generated using [cheeze2000/cat-avatar-generator](https://github.com/cheeze2000/cat-avatar-generator) with settings:
* Body: 11 - Body: 11
* Fur: 7 - Fur: 7
* Eyes: 7 - Eyes: 7
* Mouth: 7 - Mouth: 7
* Accessory: 1 - Accessory: 1
* `2023-03-02.png` is generated using [cheeze2000/cat-avatar-generator](https://github.com/cheeze2000/cat-avatar-generator) with settings: - `2023-03-02.png` is generated using [cheeze2000/cat-avatar-generator](https://github.com/cheeze2000/cat-avatar-generator) with settings:
* Body: 11 - Body: 11
* Fur: 7 - Fur: 7
* Eyes:11 - Eyes:11
* Mouth: 9 - Mouth: 9
* Accessory: 13 - Accessory: 13

BIN
jami.png (Stored with Git LFS)

Binary file not shown.