Your current installation docs say:
- Download latest build
- Run:
./build.js ./my-page/entu-ssg-config.yaml
But the download link contains some huge 50MiB .zip, which looks like some bundled electron app, which by running does nothing but brings up some file open dialog, but i don't even have any file to open, or what kind of file, pressing cancel the app quits. no gain.
However the build.js seems to be in the repo itself, so the instructions should be perhaps git clone && npm install, or maybe even npm install -g if the project has been uploaded to npm.
Brief: I came to this project when i searched for static site generator, that can take yaml as extra data source. And this was included in https://www.staticgen.com/entu-ssg
Your current installation docs say:
./build.js ./my-page/entu-ssg-config.yamlBut the download link contains some huge 50MiB .zip, which looks like some bundled electron app, which by running does nothing but brings up some file open dialog, but i don't even have any file to open, or what kind of file, pressing cancel the app quits. no gain.
However the build.js seems to be in the repo itself, so the instructions should be perhaps
git clone&&npm install, or maybe evennpm install -gif the project has been uploaded to npm.Brief: I came to this project when i searched for static site generator, that can take yaml as extra data source. And this was included in https://www.staticgen.com/entu-ssg