feat: add bookmarks data file and render in index
Create bookmarks.yaml data file with sample entries and update index.astro to import, parse, and display bookmarks with format DD/MM/YY Site Name (domain.com)
This commit is contained in:
parent
8a09357036
commit
a88af69ffd
3 changed files with 35 additions and 1 deletions
7
apps/blog/src/data/bookmarks.yaml
Normal file
7
apps/blog/src/data/bookmarks.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- date: 2026-01-15
|
||||
title: Hacker News
|
||||
url: https://news.ycombinator.com
|
||||
|
||||
- date: 2026-01-10
|
||||
title: Astro Documentation
|
||||
url: https://docs.astro.build/en/getting-started/
|
||||
Loading…
Add table
Add a link
Reference in a new issue