Update the version => 0.0.3
This commit is contained in:
parent
3684688cdc
commit
6a505c85f3
2 changed files with 12 additions and 2 deletions
10
README.md
10
README.md
|
@ -29,9 +29,19 @@ Publishing throught SSH (ftp and dav is planned)
|
||||||
.sajt/media # copy all files as they are
|
.sajt/media # copy all files as they are
|
||||||
.sajt/layouts # pug files that describes the layout the pages
|
.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
|
### Development
|
||||||
|
|
||||||
Install local package
|
Install local package
|
||||||
|
|
||||||
npm link sajt
|
npm link sajt
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
This is my website which is generated by `sajt`: [https://artur.gurgul.pro](https://artur.gurgul.pro)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "sajt",
|
"name": "sajt",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Static site generator based on pug/html and yaml files",
|
"description": "Static site generator based on pug/html and yaml files",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue