feat: ✨ extend default post data file
This commit is contained in:
parent
e3b1c67197
commit
c2bdd6d246
1 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,16 @@
|
||||||
{
|
{
|
||||||
"layout": "post.njk",
|
"layout": "post.njk",
|
||||||
"permalink": "/posts/{{ title | slugify }}/",
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue