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)
21 lines
455 B
JSON
21 lines
455 B
JSON
{
|
|
"name": "@ily/blog",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev --port 4322",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"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",
|
|
"remark-smartypants": "^3.0.2",
|
|
"unist-util-visit": "^5.1.0"
|
|
}
|
|
}
|