Skip to content

devclubtcsc/devclubtcsc.github.io

Repository files navigation

Dev Club Website

🤓 "Some Cliché Geeky Quote" 🤓

License GitHub issues


About   Built With   Setup   Testing   Contributing


About The Project

This repository holds the website for the Dev Club built using Jekyll. Dev Club is a community of students highly enthusiastic about software development, ethical hacking, web designing and all other aspects of programming. We aim to provide a gateway for the people in our institute to join the coding community.


Quick Links:
Action Link
See our website https://devclubtcsc.github.io
Join the Discord https://discord.gg/5eNCzS9
Mail us [email protected]

Built With

The following generator is built using the following software, you'll need them installed in your workspace to run properly.


Setup

The generator uses Jekyll as backend framework to generate the website.

  • Fork the repository
  • Clone the repository git clone forked-repository-link
  • Navigate inside the repository cd devclubtcsc.github.io
  • Install the dependencies bundler install

Testing

🚧 Under Construction 🚧


Contributing

To add a new feature or fix a bug follow the steps -

  • Make sure your local workspace is up-to-date with the main repository.
    • Add the original repository as upstream in you local git remote git remote add upstream https://github.com/devclubtcsc/devclubtcsc.github.io
    • Fetch the latest code git fetch upstream
    • Checkout to your local master branch git checkout master
    • Merge changes from upstream/master to sync git merge upstream/master
  • Create a new branch to work on the new feature or bug via the updated master branch git checkout -b "branch_name"
  • Name the branch something like fixes-xxx-issue or add-xxx-feature where xxx is a short description of the changes or feature you are adding.
  • Work on feature/bug and stage all the files to commit it on that branch git add . > git commit -m "Commit Message"
  • Push the branch to your fork git push -u origin branch_name
  • Create a pull request.

Contributors

A list of contributors can be found here.

Releases

No releases published

Packages

No packages published