From 6a505c85f38726139865d45d28243c3b5fca87b7 Mon Sep 17 00:00:00 2001 From: Artur Gurgul Date: Thu, 14 Aug 2025 10:09:25 +0200 Subject: [PATCH] Update the version => 0.0.3 --- README.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ab5fad..36da8da 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,19 @@ Publishing throught SSH (ftp and dav is planned) .sajt/media # copy all files as they are .sajt/layouts # pug files that describes the layout the pages +### Support + +If you think the project is or might be usefull and wish me to work on it: https://buymeacoffee.com/artur.gurgul ### Development Install local package -npm link sajt \ No newline at end of file +npm link sajt + +---- + +This is my website which is generated by `sajt`: [https://artur.gurgul.pro](https://artur.gurgul.pro) + + + diff --git a/package.json b/package.json index 554e056..5d3a818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sajt", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "description": "Static site generator based on pug/html and yaml files", "main": "dist/index.js",