feat: extend default post data file

This commit is contained in:
Sebin Nyshkim 2024-10-14 05:39:34 +02:00
parent e3b1c67197
commit c2bdd6d246

View file

@ -1,5 +1,16 @@
{
"layout": "post.njk",
"permalink": "/posts/{{ title | slugify }}/",
"url": "https://blog.sebin-nyshkim.net"
"url": "https://blog.sebin-nyshkim.net",
"author": {
"name": "Sebin Nyshkim",
"href": "https://blog.sebin-nyshkim.net"
},
"twitter": {
"cardType": "summary_large_image",
"account": "SebinNyshkim"
},
"mastodon": {
"fediverseCreator": "@SebinNyshkim@meow.social"
}
}