mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-17 01:19:26 +01:00
actually use the global prettier configuration
This commit is contained in:
parent
cefee2fdc8
commit
d8cb354ec8
@ -56,7 +56,8 @@ repos:
|
||||
rev: v2.2.0
|
||||
hooks:
|
||||
- id: doctoc
|
||||
args: [
|
||||
args:
|
||||
[
|
||||
--update-only,
|
||||
--title,
|
||||
'<em lang="fi">Automaattinen sisällysluettelo</em> / <em
|
||||
|
@ -49,8 +49,8 @@ robots: noai
|
||||
- Change font: yes
|
||||
- Font name: Depends on the circumstances. Are you worried about I and l and
|
||||
whatever else looking the same? Serif. Legibility especially with reading
|
||||
difficulties? Sans-Serif. While system-ui generally maps to Sans Serif, I
|
||||
just get annoyed by other fonts.
|
||||
difficulties? Sans-Serif. While system-ui generally maps to Sans Serif, I just
|
||||
get annoyed by other fonts.
|
||||
- `ui-serif, system-ui`
|
||||
- `ui-sans-serif, system-ui`
|
||||
|
||||
|
@ -2,7 +2,10 @@
|
||||
layout: mini
|
||||
permalink: /n/helen.html
|
||||
title: Helenin hintatiedot
|
||||
excerpt: Lunttilappu sähkönhintatietosovelluksille paljonko maksan Helenille, sillä kaipaan näitä tietoja säännöllisen epäsäännöllisesti jostakin Helenin valikoita helpommasta paikasta.
|
||||
excerpt:
|
||||
Lunttilappu sähkönhintatietosovelluksille paljonko maksan Helenille, sillä
|
||||
kaipaan näitä tietoja säännöllisen epäsäännöllisesti jostakin Helenin
|
||||
valikoita helpommasta paikasta.
|
||||
sitemap: true
|
||||
robots: noai
|
||||
lang: fi
|
||||
|
3
package.json
vendored
3
package.json
vendored
@ -2,5 +2,6 @@
|
||||
"devDependencies": {
|
||||
"@aminda/global-prettier-config": "2024.28.4"
|
||||
},
|
||||
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
|
||||
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user