Compare commits

..

No commits in common. "cfbc2443810d0adcf0fff3686b83a67e5697dda8" and "8ecb639a68a1ccba6bcf9ee9856f157762ba5493" have entirely different histories.

4 changed files with 2 additions and 2640 deletions

24
.gitignore vendored
View file

@ -1,24 +0,0 @@
# Generated files
package/generated*
# Ignore installed npm modules
node_modules/
# Ignore build tool output, e.g. code coverage
.nyc_output/
coverage/
docs/_data/coverage.json
# Ignore API documentation
api-docs/
# Ignore folders from source code editors
.vscode
.idea
# Ignore eleventy output when doing manual tests
_site/
# Ignore test files
.cache
test/stubs-layout-cache/_includes/*.js

2598
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,16 +4,10 @@
"description": "my website!!",
"main": "index.js",
"scripts": {
"watch:eleventy": "npx @11ty/eleventy --watch",
"watch:sass": "npx sass sass:_site/css --watch",
"start": "npm run watch:eleventy & npm run watch:sass"
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "yuki",
"license": "WTFPL",
"type": "commonjs",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"sass": "^1.86.0"
}
"type": "commonjs"
}

View file

@ -1,10 +0,0 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"liveServer.settings.root": "/_site/"
}
}