/csg

Openly edible knowledge base by RUCS students, for RUCS students.

Primary LanguageCSS

Build Status

CSCU Wiki

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.

Editing

Existing Pages

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

New pages can be created with the following command:

hugo new --kind=chapter category/page_name.md

Full Documentation

For full documentation on creaiting new pages, refer to the Hugo Learn Theme documentation site.

Issues

Should you have any comments or issues with the site, open an issue within the GitHub repository.