Gombaszögi Nyári Tábor is a traditional festival of the hungarian youth living in Slovakia. You can read more about it on our website.
The festival's website is created from the master branch.
ruby 2.1.0
Installing rvm (Ruby Version Manager) with ruby 2.1.0
$ gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
$ \curl -sSL https://get.rvm.io | bash -s stable
$ rvm install 2.1.0
$ rvm use 2.1.0 --default
Clone and install dependecies:
$ git clone https://github.com/gombaszog/gombaszog.sk.git
$ cd gombaszog.sk
$ bundle install
You'll have to install an ExecJS library e.g. Node.js.
Run the Jekyll server inside the main directory of the repository:
$ jekyll serve
If you want to build the static site and get the result in the _site folder:
$ jekyll build
If you get a Pagination error, you need to delete the plugins/pagination.rb file (it's a temporary solution).
The site will be available at: http://localhost:4000
For more info please visit the Jekyll project site.
This source code is released under the Apache License, Version 2.0.