change package.json

develop
HerrHase 1 year ago
parent 1ab50d1089
commit f89cfc5ed2

@ -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

@ -4,6 +4,10 @@
"build": "webpack",
"author": "Björn Hase <me@herr-hase.wtf>",
"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",

Loading…
Cancel
Save