Static site for Genics Blog: An open source developer publication.
Genics Blog is an open-source developer publication that allows authors to publish their content on the blog. The repository holds all the content for the blog, including static pages, and also hosts the workflow for building and deploying the Jekyll site. The theme-related setup for the site is done in the theme-files repository.
_data folderTo set up the local environment and build the website, follow these steps:
dev.sh script to clone the theme files and install the required dependencies../dev.sh
localhost:4000.If you encounter any issues, here are some troubleshooting steps:
If you get a permission error, provide correct permissions to the bash script by running:
chmod +x dev.sh
Then try running ./dev.sh again.
If you receive an error stating that the command bundle is not found, make sure you have Ruby installed. Then, run the following command to install bundler:
gem install bundler
After the installation, run ./dev.sh again.
Feel free to open an issue or join the Discord server for assistance.
Genics Blog is an open-source developer publication that provides a platform for authors to publish their content. It offers a structured repository for managing blog posts, static pages, and series pages. The installation process involves setting up Ruby and Node.js, and running a script to clone theme files and install dependencies. Overall, Genics Blog offers an accessible and collaborative platform for developers to share their knowledge and insights.