implemented database, article cards, and parsing from markdown.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "quaxlyqueen/vintagecoding.net",
|
||||
"description": "My personal blogging platform.",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"erusev/parsedown": "^1.7",
|
||||
"vlucas/phpdotenv": "^5.6"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Josh Ashton",
|
||||
"email": "me@joshashton.dev"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user