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.
- 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.
- Install Jekyll by using the command
gem install jekyll
. - Then, install Jekyll Sitemap and Jekyll SEO gems by using the commnad
gem install jekyll-sitemap
andgem install jekyll-seo-tag
. - 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. - Your site should be accessible at
localhost:4000
. - For additional information about Jekyll, refer to the official website.