GitHub Pages
A short walkthrough of how to setup GitHub pages for local editing and some references of similar GitHub based websites and portals.
Running Jekyll For Local Editing:
Installation:
Before we install Jekyll, we need to make sure we have all the required dependencies.
It is best to avoid installing Ruby Gems as the root user. Therefore, we need to set up a gem installation directory for your user account. The following commands will add environment variables to your ~/.bashrc
file to configure the gem installation path. Run them now:
Finally, install Jekyll:
That’s it! You’re ready to start using Jekyll.
Usage:
To preview your site, in your web browser, navigate to http://localhost:4000.
Reference Links:
Last updated