Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch 11ty",
"program": "${workspaceFolder}\\node_modules\\@11ty\\eleventy\\cmd.js",
"args": [
// Just an example argument
// "--output=C:\\Temp"
],
}
]
}
105 changes: 0 additions & 105 deletions fetchData.js

This file was deleted.

2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ It also runs a local webserver and makes the site available at
* [11ty - JS Templates](https://www.11ty.io/docs/languages/javascript/)
* [a11y - add lang attribute](https://dequeuniversity.com/rules/axe/3.1/html-has-lang?application=lighthouse)
* [a11y - Accessible SVGs](https://css-tricks.com/accessible-svgs/)
* [11ty - Debug 11ty with VS Code](https://github.com/11ty/eleventy/issues/331)
* [11ty - JavaScript Data Files](https://www.11ty.io/docs/data-js/)
32 changes: 0 additions & 32 deletions src/_data/rooms.json

This file was deleted.

133 changes: 0 additions & 133 deletions src/_data/schedule.js

This file was deleted.

Loading