A minimal, dependency-light static site generator.
For the quick start you should execute the following commands.
npm init -y
npm install --save-dev shevky
npm install
npx shevky --initThe system provides a simple blog for you. Then you can build with following commands.
npm run build
npm run devThe tech documentation is preparing for Shevky with Shevky. You will find it under Shevky Project page.
