created site

This commit is contained in:
june 2026-03-30 17:56:46 -07:00
commit 1cd8f12a3c
30 changed files with 487 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "jhalfsharp-tilde",
"version": "1.0.0",
"description": "a website for the linuxposting tilde :3",
"license": "MIT",
"author": "jhalfsharp",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"eleventy": "^2.0.1",
"sass": "^1.98.0"
}
}