This is the repository for the official NIT Durgapur's GLUG website. It is
presently based on Jekyll
static site generator. So, make sure jekyll
is installed when you are running locally.
To run an instance of this site locally or as a template for your own website, follow the steps given here.
- Install
ruby
first if you don't have. Then installgem
. For further info look into https://jekyllrb.com/docs/installation/ - In the above steps its mentioned how to get and install
jekyll
usinggem install jekyll
- Then clone this repository using
git clone https://github.com/lugnitdgp/lugnitdgp.github.io
- Get into the root of the repostory on your local machine and run:
bundle exec jekyll serve
- Open your browser and put the link:
http://localhost:4000
You can just contribute by reporting issues if you are not part of our team. If you really want to contribute real code then fork this repository and get started. You can contact us on https://gitter.im/lugnitdgp for further help on contributing to this project.