feat: Reworked project layout to use liquid + components
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s

Made project make heavier use of component-based rendering and broke parts of layout into separate files for making future layout files easier and less redundant
This commit is contained in:
2025-07-27 18:07:57 -04:00
parent d088bd012c
commit beb83a9849
13 changed files with 317 additions and 264 deletions

View File

@ -1,4 +1,4 @@
{
"layout": "layout.html",
"layout": "layout.liquid",
"tags": "post"
}