1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-08-17 18:17:22 +02:00

Compare commits

..

No commits in common. "e7de15bd6da2c14f2652184ee43454cc0fef4865" and "e2ea0bb89b6f41b3f8e2029d562df0e889d37e8b" have entirely different histories.

4 changed files with 27 additions and 28 deletions

View File

@ -5,7 +5,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.ci for more information
ci:
skip: [install-dev-deps, prettier]
skip: [pnpm-prettier]
# I don't need so many duplicated notifications on the same thing as I keep
# autoupdating manually too. Besides it just creates extra branch I never
# touch.
@ -63,19 +63,25 @@ repos:
- id: check-github-workflows
- id: check-gitlab-ci
# - repo: https://github.com/rbubley/mirrors-prettier
# rev: "v3.3.1"
# hooks:
# - id: prettier
# additional_dependencies: [
# # https://www.npmjs.com/package/prettier
# "prettier@3.3.1",
# # https://www.npmjs.com/package/@prettier/plugin-xml
# "@prettier/plugin-xml@3.4.1",
# ]
- repo: local
hooks:
- id: install-dev-deps
name: Install pnpm dev dependencies
entry: corepack pnpm install -D
language: system
always_run: true
verbose: true
pass_filenames: false
- id: prettier
- id: pnpm-prettier
name: prettier
entry: corepack pnpm exec prettier --cache --ignore-unknown --write
entry: pnpm exec prettier --cache --ignore-unknown --write
language: system
# Better handled by pretty-format-json from pre-commit-hooks.
# Remember to have *.json in .prettierignore!
exclude_types: [json]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python

20
Gemfile.lock generated
View File

@ -1,8 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.3)
@ -21,22 +21,22 @@ GEM
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
forwardable-extended (2.6.0)
google-protobuf (4.27.2)
google-protobuf (4.27.1)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-aarch64-linux)
google-protobuf (4.27.1-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-arm64-darwin)
google-protobuf (4.27.1-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86-linux)
google-protobuf (4.27.1-x86-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-darwin)
google-protobuf (4.27.1-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-linux)
google-protobuf (4.27.1-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
@ -85,12 +85,12 @@ GEM
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.0)
public_suffix (5.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.1)
rexml (3.3.0)
strscan
rouge (4.3.0)
safe_yaml (1.0.5)

View File

@ -19,11 +19,6 @@ sitemap:
include: [robots.txt]
icon: https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/lfs-media/avatar/90.jpeg
linkedin_username: aminda-eu
facebook_username: "61560831284680"
facebook:
publisher: "61560831284680"
app_id: "1614500206007989"
admins: "61560831284680"
github_username: Mikaela
email: suomalainen@mikaela.info
# Explicitly specify built with kramdown and options for it
@ -37,7 +32,6 @@ webmaster_verifications:
google: oELGPuQ0VNEekDke964c0XCMYaC_Nd_Mr_TRYEVRXgY
bing: DDF472BEC8E65C680D65A24256C33B24
yandex: 2d5398c328c66322
facebook: 5tw3cfrix1jwfn6h3a7g5xod7g06nd
# Jekyll SEO as well
defaults:
- scope:

3
package.json vendored
View File

@ -3,6 +3,5 @@
"@prettier/plugin-xml": "3.4.1",
"prettier": "3.3.2",
"prettier-plugin-sh": "0.14.0"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}
}