Theme files for genicsblog.com
This is not a proper Jekyll theme. This repo contains only the theme files that genicsblog.com's repo retrevies at GitHub action's runtime to build the site.
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.sh
The 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.sh
Now you should be able to run the ./dev.sh
command.
Feel free to open an issue if you need any help!
The project is licensed under the MIT license terms and expects you to preserve the attribution to the developer and contributors in the website footer on each page.