Skip to content

Commit ac12071

Browse files
committed
added opengraph for article
Signed-off-by: bidi <bidi@apidemia.com>
1 parent 6298e79 commit ac12071

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

211 KB
Loading

public/opengraph/dotkernel.png

198 KB
Loading

src/App/src/Fixture/articles_cleaned.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@
998998
"github": "OStefan2001"
999999
},
10001000
"isObsolete": false,
1001-
"opengraph_img": null,
1001+
"opengraph_img": "/opengraph/article/twitter-card-build-dotkernel.png",
10021002
"excerpt": "How this blog itself came together: starting from the Dotkernel Light starter project, then following the Tutorial 101 to add Doctrine ORM and load real data into the database.",
10031003
"tl_dr": "This project started from the Dotkernel Light starter (Mezzio, Twig, FastRoute, PSR-7 via Laminas Diactoros) as a bare-bones website skeleton.\nFollowing the official Tutorial 101, Doctrine ORM was added on top: entities for posts, categories, authors and tags, migrations to create the schema, and fixtures to load real content into the database.\nThe result is this: a Dotkernel Light project turned into a fully data-driven site.",
10041004
"tags": [

0 commit comments

Comments
 (0)