Live on https://iitgoa.ac.in/alumnicell
In general, all PRs should be made against the main
branch to update the edge version of the docs. If you are making a change that also affects released versions, indicate which release branches to update in your PR so a website maintainer can backport your changes.
If you are making a change that is specific to a single released version of documentation, make a PR against that branch (release-X
). For example, if you are fixing something specific to v2.1.0 you should make a PR against the release-2.1.0 branch only. If you are fixing something that impacts v2.1.0 docs and all future versions, you should make the PR against the main
branch so the change can also be backported to the v2.1.0 docs.
git clone [email protected]:Kushagra0214/alumnicell.git
cd alumnicell
npm i
make serve
This starts up the local Hugo server on http://localhost:8080. As you make changes, the site refreshes automatically in your browser.