Install Packages
Jekyll runs on ruby. Get the ruby development library:
Make sure you have the C compiler:
Ensure that your Fedora image contains the redhat-rpm-config package necessary for your gcc compiler:
Install Gems
Clone the repository
Install jekyll and bundler gems
Change directories to the site project and install the site gems with:
Make sure the following line is in _config.yaml so that the installed dependencies from bundle are ignored while building the site:
Now serve the site locally at default port 4000:
Hopefully you will see the site at (http://localhost:4000)[http://localhost:4000]