feat: add Journal page

This commit is contained in:
Stefan Imhoff
2023-05-31 19:34:46 +02:00
parent 3da1c5c0d2
commit 3a96fd808e
39 changed files with 640 additions and 15 deletions

31
pnpm-lock.yaml generated
View File

@@ -1,4 +1,8 @@
lockfileVersion: '6.0'
lockfileVersion: '6.1'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
dependencies:
'@astrojs/mdx':
@@ -31,6 +35,12 @@ dependencies:
find-cache-dir:
specifier: ^4.0.0
version: 4.0.0
mdast-util-to-string:
specifier: ^3.2.0
version: 3.2.0
moment:
specifier: ^2.29.4
version: 2.29.4
object-hash:
specifier: ^3.0.0
version: 3.0.0
@@ -43,6 +53,9 @@ dependencies:
preact:
specifier: ^10.15.1
version: 10.15.1
reading-time:
specifier: ^1.5.0
version: 1.5.0
sharp:
specifier: ^0.32.1
version: 0.32.1
@@ -51,6 +64,12 @@ dependencies:
version: 3.3.2
devDependencies:
'@types/mdast':
specifier: ^3.0.11
version: 3.0.11
'@types/unist':
specifier: ^2.0.6
version: 2.0.6
'@typescript-eslint/parser':
specifier: ^5.59.7
version: 5.59.7(eslint@8.41.0)(typescript@5.0.4)
@@ -1338,7 +1357,6 @@ packages:
resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==}
dependencies:
'@types/unist': 2.0.6
dev: false
/@types/mdx@2.0.5:
resolution: {integrity: sha512-76CqzuD6Q7LC+AtbPqrvD9AqsN0k8bsYo2bM2J8pmNldP1aIPAbzUQ7QbobyXL4eLr1wK5x8FZFe8eF/ubRuBg==}
@@ -1368,7 +1386,6 @@ packages:
/@types/unist@2.0.6:
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
dev: false
/@types/yargs-parser@21.0.0:
resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
@@ -4685,6 +4702,10 @@ packages:
minimist: 1.2.8
dev: false
/moment@2.29.4:
resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==}
dev: false
/mri@1.2.0:
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
engines: {node: '>=4'}
@@ -5753,6 +5774,10 @@ packages:
dependencies:
picomatch: 2.3.1
/reading-time@1.5.0:
resolution: {integrity: sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==}
dev: false
/regenerator-runtime@0.13.11:
resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==}