This commit refactors the project's directory structure to better align with a static site generator (SSG) workflow. The source files have been moved into a dedicated src directory, and Eleventy has been installed as the new SSG.
12 lines
161 B
JSON
12 lines
161 B
JSON
{
|
|
"scripts": {
|
|
"start": "servor --reload"
|
|
},
|
|
"dependencies": {
|
|
"servor": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.1.2"
|
|
}
|
|
}
|