This is the Ellaism Core website. Live page is at http://ellaism.org
It is recommended to install RVM and use Ruby 2.3.3
. ~/.rvm/scripts/rvm
rvm use 2.3.3
rvm gemset create ellaism.org
rvm gemset use ellaism.org
gem install bundle
Install all dependencies with
bundle install
bundle config build.nokogiri --use-system-libraries --with-xml2-include=$(brew --prefix libxml2)/include/libxml2
bundle install
Use Jekyll to build the site.
https://jekyllrb.com/docs/usage/
jekyll serve
npm run-script build:js