This repository hosts independent documents and pages for Eko, such as, help files, FAQ sections, public policy documents, etc.
Jekyll is a static site generator that's perfect for GitHub hosted blogs (Jekyll Repository)
Jekyll Now makes it easier to create your Jekyll blog, by eliminating a lot of the up front setup (Jekyll Now Repository).
- Install Ruby
- On Linux:
sudo apt-get install ruby-full - On Windows: Download RubyInstaller from rubyinstaller.org
- On MacOS:
brew install ruby(requires Homebrew) and then addexport PATH="/usr/local/opt/ruby/bin:$PATH"to your.bash_profileor.zshrcfile.
- On Linux:
- Install Jekyll and plug-ins in one fell swoop.
gem install github-pagesThis mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc. - Start the application locally with the following command:
jekyll serve - View your website at: http://127.0.0.1:4000/empages
- Commit any changes and push everything to the develop branch of this GitHub user repository. After the changes are accepted and merged into master, GitHub Pages will then rebuild and serve your website.