Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.06 KB

File metadata and controls

15 lines (11 loc) · 1.06 KB

SPOT Conference

This site is a fork of Event Jekyll Theme by Melvin Ch'ng. You can find his original here.

It has been modified by Leonhard Weese to fit the needs of SPOT, a conference for cryptocurrency exchanges.

Installation

  1. For first time user, you have to install Ruby and Rails. If you do no thave Ruby on Rails installed, you may follow this tutorial by Melvin Ch'ng.
  2. Install Jekyll by using the command gem install jekyll.
  3. Then, install Jekyll Sitemap and Jekyll SEO gems by using the commnad gem install jekyll-sitemap and gem install jekyll-seo-tag.
  4. Start your localhost server by using the command jekyll serve. Make sure that you are at the root directory of your folder before using this command.
  5. Your site should be accessible at localhost:4000.
  6. For additional information about Jekyll, refer to the official website.

Enjoy!