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,9 +7,11 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.16.13"
|
||||
"astro": "^5.16.13",
|
||||
"js-yaml": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"remark-directive": "^3.0.0",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"remark-slug": "^7.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue