Introduced initial setup for a Jekyll-based site, including configurations, layouts, assets, and styles. Added custom 404 page, favicon assets, SCSS themes, fonts, and a blog post template to establish the foundation for the site.
7 lines
126 B
JSON
7 lines
126 B
JSON
{
|
|
"version": 2,
|
|
"routes": [
|
|
{ "handle": "filesystem" },
|
|
{ "src": "/.*", "status": 404, "dest": "404.html" }
|
|
]
|
|
}
|