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
|
rev: v2.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: doctoc
|
- id: doctoc
|
||||||
args: [
|
args:
|
||||||
|
[
|
||||||
--update-only,
|
--update-only,
|
||||||
--title,
|
--title,
|
||||||
'<em lang="fi">Automaattinen sisällysluettelo</em> / <em
|
'<em lang="fi">Automaattinen sisällysluettelo</em> / <em
|
||||||
|
@ -49,8 +49,8 @@ robots: noai
|
|||||||
- Change font: yes
|
- Change font: yes
|
||||||
- Font name: Depends on the circumstances. Are you worried about I and l and
|
- Font name: Depends on the circumstances. Are you worried about I and l and
|
||||||
whatever else looking the same? Serif. Legibility especially with reading
|
whatever else looking the same? Serif. Legibility especially with reading
|
||||||
difficulties? Sans-Serif. While system-ui generally maps to Sans Serif, I
|
difficulties? Sans-Serif. While system-ui generally maps to Sans Serif, I just
|
||||||
just get annoyed by other fonts.
|
get annoyed by other fonts.
|
||||||
- `ui-serif, system-ui`
|
- `ui-serif, system-ui`
|
||||||
- `ui-sans-serif, system-ui`
|
- `ui-sans-serif, system-ui`
|
||||||
|
|
||||||
|
@ -2,7 +2,10 @@
|
|||||||
layout: mini
|
layout: mini
|
||||||
permalink: /n/helen.html
|
permalink: /n/helen.html
|
||||||
title: Helenin hintatiedot
|
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
|
sitemap: true
|
||||||
robots: noai
|
robots: noai
|
||||||
lang: fi
|
lang: fi
|
||||||
|
@ -66,7 +66,7 @@ be
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[Settings]
|
[Settings]
|
||||||
Hidden=true
|
Hidden = true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Seeing hidden networks
|
## Seeing hidden networks
|
||||||
|
3
package.json
vendored
3
package.json
vendored
@ -2,5 +2,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aminda/global-prettier-config": "2024.28.4"
|
"@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