From f89cfc5ed2e0ce022cb7255dfc6f35dbd98459f0 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Sun, 27 Nov 2022 17:07:36 +0100 Subject: [PATCH] change package.json --- README.md | 9 +++++++-- package.json | 4 ++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7272184..f641ba0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ i had development a CMS that runs on Markdown File a few years ago as a proof of Next will be, +* Some tests * Integrate Eta.js and LiquidJS ## Installation @@ -40,7 +41,7 @@ plugins: [ | destination | {String} | null | If not set, it will use the public path | | htmlMinify | {Boolean} | true | Minify Html and remove all Whitespace | -## Markdown Files +## Pages ``` --- @@ -55,5 +56,9 @@ media: --- ``` -## Block Files +## Blocks + +## Find + +## Templates diff --git a/package.json b/package.json index f33129f..0dc0064 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "build": "webpack", "author": "Björn Hase ", "main": "index.js", + "repository": { + "type": "git", + "url": "git@gitea.node001.net:HerrHase/happy-site-webpack-plugin.git" + }, "description": "Generating a Website from a Markdown Generator", "dependencies": { "crypto": "^1.0.1",