You can contribute to our website and see you changes without having to install anything! This can be done in a thwo-steps process:
- Fork this repository
- Follow the GitHub Pages setup
You should now be able to access your version of our website at https://<your_username>.github.io/UCLOUVAIN-CLUB-ELEC.github.io/
. Any change that your will do to your fork (on the chosen branch) will directly reflect in changes your version of the website.
To properly setup your local environment, please read this, but skip the jekyll new
command. Then, you can read more about how this theme works here or learn with examples by directly looking at the code that generates this website.
Once you are happy with your changes, create a Pull Request so that we can review, and hopefully accept your code.
In order to have your version of the website published on GitHub pages, please follow this:
- Modify the following entries in
_config.yaml
:
baseurl: "/UCLOUVAIN-CLUB-ELEC.github.io" # the subpath of your site, e.g. /blog
github_username: <your_username>
- Go to your fork (
https://github.com/<your_username>/UCLOUVAIN-CLUB-ELEC.github.io/
) and go to Settings -> Pages - In Source, select a branch (usually
main
), and press Save
You will need to change a few things