Analytics-link.github.io
Prerequisites
Requirements
- Ruby version 2.7.1., including all development headers (ruby version can be checked by running
ruby -v
) - RubyGems (which you can check by running
gem -v
) - GCC and Make (in case your system doesn't have them installed, which you can check by running
gcc -v
,g++ -v
andmake -v
in your system's command line interface)
More info: Requirements
Instructions
- Run
gem install jekyll bundler
. - Copy the theme in your desired folder.
- Enter into the folder by executing
cd name-of-the-folder
. - Run
bundle install
. - If you want to access and customize the theme, use
bundle exec jekyll serve
. This way it will be accessible onhttp://localhost:4000
. - Upload the content of the compiled
_site
folder on your host server.