mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 19:37:23 +02:00
Compare commits
No commits in common. "ffc674166b96f5b66b02b98f6f05c42f5c00fc71" and "da12af62af1c456e06a2c2714fb046b0c32b42a5" have entirely different histories.
ffc674166b
...
da12af62af
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -2,9 +2,8 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
* text=auto linguist-detectable eol=lf
|
* text=auto linguist-detectable
|
||||||
*.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/** text linguist-vendored eol=lf
|
LICENSES/** linguist-vendored
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,4 +10,3 @@ keys.txt.asc
|
|||||||
.bundle
|
.bundle
|
||||||
.jekyll-cache
|
.jekyll-cache
|
||||||
vendor/
|
vendor/
|
||||||
*_original
|
|
||||||
|
@ -3,44 +3,9 @@
|
|||||||
# 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.ci for more information
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
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)
BIN
avatar/250.jpeg
(Stored with Git LFS)
Binary file not shown.
BIN
avatar/90.jpeg
(Stored with Git LFS)
BIN
avatar/90.jpeg
(Stored with Git LFS)
Binary file not shown.
BIN
avatar/orig.jpeg
(Stored with Git LFS)
BIN
avatar/orig.jpeg
(Stored with Git LFS)
Binary file not shown.
BIN
david-revoy/2023-01-06.png
(Stored with Git LFS)
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)
BIN
david-revoy/2023-03-02.png
(Stored with Git LFS)
Binary file not shown.
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user