The repositotory for the openly editable information repository by RUCS students, for RUCS students. It is a statically generated site, using the hugo static site generator for page generation, and the hugo-theme-learn theme. See the technical about page for more implementation details.
Existing pages can be edited by clicking the "Edit this page" link on the viewed page. This will allow you to submit a pull request to merge your changes.
New pages can be created with the following command:
hugo new --kind=chapter category/page_name.md
For full documentation on creaiting new pages, refer to the Hugo Learn Theme documentation site.
Should you have any comments or issues with the site, open an issue within the GitHub repository.