created site
This commit is contained in:
commit
1cd8f12a3c
30 changed files with 487 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue