explicity indicated files where liquid

This commit is contained in:
Robert McGovern 2023-01-22 23:27:56 +00:00
parent 77e9103b8e
commit 93f13cc249
8 changed files with 21 additions and 0 deletions

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "tarasis.net",
"version": "2.0.0",
"description": "Second generation of site using 11ty for building but using Jekyll theme Minimal Mistakes (with mods to make it work)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "forgejo@git.tarasis.net:tarasis/tarasis.net.git"
},
"keywords": [
"website",
"blog",
"11ty",
"jekyll"
],
"author": "Robert McGovern et all",
"license": "MIT"
}