learning_jekyll

This repository is nothing but the results of following the tutorial of jekyll to automatically generate static websites.

Usage

To use this project you need to install the following dependencies:

  • ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
    • Execute the following command: sudo apt-get install ruby-all-dev
  • jekyll
    • Execute the following command: sudo gem install jekyll

Then in the root path (where this README.md is) execute the following:

bundle update
bundle exec jekyll server