diff --git a/.gitignore b/.gitignore index f640035..7547ee9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -src/_site/ \ No newline at end of file +# @11ty/eleventy output +src/_site/ +_site/ \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..b2370fe --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "cybyside", + "version": "1.0.0", + "description": "My personal blog", + "scripts": { + "start": "npx @11ty/eleventy --input ./src", + "clean": "rm -rf {_site,./src/_site}" + }, + "repository": { + "type": "git", + "url": "https://git.cyper.cc/Cyper/CyBySide" + }, + "keywords": ["blog", "@11ty/eleventy", "eleventy"], + "author": "Cyper", + "license": "ISC", + "type": "commonjs" +}