feat: created basic blog layout

This commit is contained in:
Leyla Becker 2026-02-10 11:02:43 -06:00
parent 42fd071301
commit 0d41db36ef
13 changed files with 935 additions and 3 deletions

35
pnpm-lock.yaml generated
View file

@ -11,6 +11,18 @@ importers:
'@11ty/eleventy':
specifier: ^3.1.2
version: 3.1.2
'@11ty/eleventy-plugin-syntaxhighlight':
specifier: ^5.0.2
version: 5.0.2
markdown-it:
specifier: ^14.1.0
version: 14.1.0
markdown-it-container:
specifier: ^4.0.0
version: 4.0.0
markdown-it-footnote:
specifier: ^4.0.0
version: 4.0.0
packages:
@ -29,6 +41,9 @@ packages:
resolution: {integrity: sha512-QK1tRFBhQdZASnYU8GMzpTdsMMFLVAkuU0gVVILqNyp09xJJZb81kAS3AFrNrwBCsgLxTdWHJ8N64+OTTsoKkA==}
engines: {node: '>=18'}
'@11ty/eleventy-plugin-syntaxhighlight@5.0.2':
resolution: {integrity: sha512-T6xVVRDJuHlrFMHbUiZkHjj5o1IlLzZW+1IL9eUsyXFU7rY2ztcYhZew/64vmceFFpQwzuSfxQOXxTJYmKkQ+A==}
'@11ty/eleventy-utils@2.0.7':
resolution: {integrity: sha512-6QE+duqSQ0GY9rENXYb4iPR4AYGdrFpqnmi59tFp9VrleOl0QSh8VlBr2yd6dlhkdtj7904poZW5PvGr9cMiJQ==}
engines: {node: '>=18'}
@ -351,6 +366,12 @@ packages:
resolution: {integrity: sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew==}
engines: {node: '>=12'}
markdown-it-container@4.0.0:
resolution: {integrity: sha512-HaNccxUH0l7BNGYbFbjmGpf5aLHAMTinqRZQAEQbMr2cdD3z91Q6kIo1oUn1CQndkT03jat6ckrdRYuwwqLlQw==}
markdown-it-footnote@4.0.0:
resolution: {integrity: sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==}
markdown-it@14.1.0:
resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==}
hasBin: true
@ -454,6 +475,10 @@ packages:
resolution: {integrity: sha512-7Hc+IvlQ7hlaIfQFZnxlRl0jnpWq2qwibORBhQYIb0QbNtuicc5ZxvKkVT71HJ4Py1wSZ/3VR1r8LfkCtoCzhw==}
engines: {node: '>=12.0.0'}
prismjs@1.30.0:
resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==}
engines: {node: '>=6'}
prr@1.0.1:
resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
@ -586,6 +611,10 @@ snapshots:
- posthtml
- supports-color
'@11ty/eleventy-plugin-syntaxhighlight@5.0.2':
dependencies:
prismjs: 1.30.0
'@11ty/eleventy-utils@2.0.7': {}
'@11ty/eleventy@3.1.2':
@ -903,6 +932,10 @@ snapshots:
luxon@3.7.2: {}
markdown-it-container@4.0.0: {}
markdown-it-footnote@4.0.0: {}
markdown-it@14.1.0:
dependencies:
argparse: 2.0.1
@ -994,6 +1027,8 @@ snapshots:
posthtml-parser: 0.11.0
posthtml-render: 3.0.0
prismjs@1.30.0: {}
prr@1.0.1: {}
punycode.js@2.3.1: {}