Static site for genicsblog.com
The content under _posts folder belongs to the respective authors. Please contact the authors for questions relating to their content and licensing.
The content of the site excluding _posts is licensed under the CC BY-SA 4.0.
Please install Ruby (preferrably 3.x) and Node.js (preferrably 16.x) before you proceed.
Run the dev.sh script in order to set up the local environment and build the website:
./dev.shThe first build would take a few moments. Once done, you can preview the site at localhost:4000. Subsequent builds should be faster.
If any problem persists, try providing the correct permissions to the bash script by running:
chmod +x dev.shNow you should be able to run the ./dev.sh command.
Feel free to open an issue if you need any help!