Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: tweak spacing

the3ash 9be44f5a 5b048dd3

+11 -7
+5 -5
pnpm-lock.yaml
··· 166 166 resolution: {integrity: sha512-Y6+WUMsTFWE5jb20IFP4YGa5IrGY/+a/FbOSjDF/wz9gepU2hwCYSXRHP/vPwBvwcY3SVMASt4yXxbXNXigmZQ==} 167 167 engines: {node: '>=18'} 168 168 169 - '@emnapi/runtime@1.4.4': 170 - resolution: {integrity: sha512-hHyapA4A3gPaDCNfiqyZUStTMqIkKRshqPIuDOXv1hcBnD4U3l8cP0T1HMCfGRxQ6V64TGCcoswChANyOAwbQg==} 169 + '@emnapi/runtime@1.4.5': 170 + resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} 171 171 172 172 '@envelop/instrumentation@1.0.0': 173 173 resolution: {integrity: sha512-cxgkB66RQB95H3X27jlnxCRNTmPuSTgmBAq6/4n2Dtv4hsk4yz8FadA1ggmd0uZzvKqWD6CR+WFgTjhDqg7eyw==} ··· 4196 4196 gonzales-pe: 4.3.0 4197 4197 node-source-walk: 7.0.1 4198 4198 4199 - '@emnapi/runtime@1.4.4': 4199 + '@emnapi/runtime@1.4.5': 4200 4200 dependencies: 4201 4201 tslib: 2.8.1 4202 4202 optional: true ··· 4562 4562 4563 4563 '@img/sharp-wasm32@0.33.5': 4564 4564 dependencies: 4565 - '@emnapi/runtime': 1.4.4 4565 + '@emnapi/runtime': 1.4.5 4566 4566 optional: true 4567 4567 4568 4568 '@img/sharp-wasm32@0.34.3': 4569 4569 dependencies: 4570 - '@emnapi/runtime': 1.4.4 4570 + '@emnapi/runtime': 1.4.5 4571 4571 optional: true 4572 4572 4573 4573 '@img/sharp-win32-arm64@0.34.3':
public/screenshots/screenshot-dark.png

This is a binary file and will not be displayed.

public/screenshots/screenshot-light.png

This is a binary file and will not be displayed.

+1 -1
src/components/layout/Header.astro
··· 11 11 </header> 12 12 <style> 13 13 header { 14 - margin: 0 0 1.75rem 0; 14 + margin: 0; 15 15 } 16 16 nav { 17 17 display: flex;
+4
src/components/widgets/PostList.astro
··· 92 92 min-width: 0; 93 93 } 94 94 95 + .post-item.date-left .date { 96 + margin-right: 0.75rem; 97 + } 98 + 95 99 .title { 96 100 margin: 0; 97 101 flex-shrink: 1;
src/content/posts/_assets/copy-code.png

This is a binary file and will not be displayed.

src/content/posts/_assets/date-on-left.png

This is a binary file and will not be displayed.

src/content/posts/_assets/dotted-divider.png

This is a binary file and will not be displayed.

src/content/posts/_assets/reading-time.png

This is a binary file and will not be displayed.

src/content/posts/_assets/theme-toggle.png

This is a binary file and will not be displayed.

+1 -1
src/styles/global.css
··· 129 129 130 130 @media (max-width: 768px) { 131 131 body { 132 - padding: 3.5rem 1.35rem 1.35rem 1.35rem; 132 + padding: 4rem 1.35rem 1.35rem 1.35rem; 133 133 } 134 134 } 135 135