Update the version => 0.0.3

This commit is contained in:
Artur Gurgul 2025-08-14 10:09:25 +02:00
parent 3684688cdc
commit 6a505c85f3
2 changed files with 12 additions and 2 deletions

View file

@ -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
----
This is my website which is generated by `sajt`: [https://artur.gurgul.pro](https://artur.gurgul.pro)

View file

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