Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erc-bpgc/erc-bpgc.github.io
Main website repository for Electronics and Robotics Club, BITS Goa.
https://github.com/erc-bpgc/erc-bpgc.github.io
jekkyl website
Last synced: 1 day ago
JSON representation
Main website repository for Electronics and Robotics Club, BITS Goa.
- Host: GitHub
- URL: https://github.com/erc-bpgc/erc-bpgc.github.io
- Owner: ERC-BPGC
- License: other
- Created: 2020-08-23T17:24:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T19:57:48.000Z (3 months ago)
- Last Synced: 2024-08-22T21:59:36.604Z (3 months ago)
- Topics: jekkyl, website
- Language: JavaScript
- Homepage: https://erc-bpgc.github.io
- Size: 121 MB
- Stars: 0
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ERC Website
The Official Website of the Electronics and Robotics Club of BITS Goa.
Built using Jekyll Framework
## Installation Instructions(Windows)
Requirements: git, ruby, gem, jekyll
1. Install Scoop: A command line tool for installing and managing software.
```shell
powershell
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
```2. Install Curl: A command line tool for transferring data with URL syntax.
```shell
scoop install curl
curl https://get.scoop.sh
```3. Install Ruby.
- Go to this [link](https://rubyinstaller.org/) 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.## Running Local Host Server
In root directory of the repository, run the following command:
```shell
bundle exec jekyll serve
```Output:
```shell
Configuration file: C:/Users//erc-bpgc.github.io/_config.yml
Source: C:/Users//erc-bpgc.github.io
Destination: C:/Users//erc-bpgc.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
DEPRECATION WARNING on line 7 of C:/Users//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//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.