The Official Website of the Electronics and Robotics Club of BITS Goa.
Built using Jekyll Framework
Requirements: git, ruby, gem, jekyll
-
Install Scoop: A command line tool for installing and managing software.
powershell iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
-
Install Curl: A command line tool for transferring data with URL syntax.
scoop install curl curl https://get.scoop.sh
-
Install Ruby.
- Go to this link to download the latest version of Ruby.
- Run the installer and add the bin folder from the Ruby folder in the C: drive to your PATH.
In root directory of the repository, run the following command:
bundle exec jekyll serve
Output:
Configuration file: C:/Users/<path to repository>/erc-bpgc.github.io/_config.yml
Source: C:/Users/<path to repository>/erc-bpgc.github.io
Destination: C:/Users/<path to repository>/erc-bpgc.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
DEPRECATION WARNING on line 7 of C:/Users/<path to repository>/erc-bpgc.github.io/_sass/libs/_skel.scss:
!global assignments won't be able to declare new variables in future versions.
Consider adding `$breakpoints: null` at the top level.
Please add the following to your Gemfile to avoid polling for changes:
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
Auto-regeneration: enabled for 'C:/Users/<path to file>/erc-bpgc.github.io'
Server address: http://127.0.0.1:4000
Server running... press ctrl-c to stop.
Note:- Ruby and gemfile are required to run the server
Copy the Server Address given into your browser.
Reload the browser tab when you make changes.