Add support to add a blog using Ghost, creating a separated blog page

This commit is contained in:
Korbs 2024-12-23 16:46:42 -05:00
parent 9d714e3c69
commit 7b3b7b386a
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
10 changed files with 127 additions and 28 deletions

View file

@ -7,6 +7,7 @@
"@assets/*": ["src/assets/*"],
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@library/*": ["src/library/*"],
"@styles/*": ["src/styles/*"],
"@config": ["./config.json"]
}