jekyllJS
Lightweight Static Site Generator created with JS
Installation
Clone repository and install dependencies.
git clone git@github.com:IamMattco/jekyllJS.git
npm install
Usage
Create your own content in content folder and run build script.
npm run build
If you need local server just use jekyllJS web server
npm run server
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.