The website of The University of Queensland Computing Society.
This site is built on a verison of the jamstack using:
- Hugo Templating
- Bulma CSS Framework
- Font Awesome Icons
- Custom CSS and JS
Which is compiled to static files using Github Actions and then hosted Github Pages.
The UQCS site is a place to show off both the club itself, and the work its members. You can contribute ideas, bugs or suggestions by clicking the Issues tab above and creating a new issue.
You can contribute code by forking the repository, making your changes and creating a pull request. It's encouraged to create an issue for the changes you plan on making in your pull request and you should mention the IDs of any issues you work on in your pull request description.
For more information checkout the CONTRIBUTING.md
Want help with creating a pull request? No problem! Email us at [email protected] for help, or ask in Slack.
- Install Git
- Install Hugo
- Open your preferred terminal.
- Run
git clone https://github.com/UQComputingSociety/website.git
- Run
cd website
- Run
hugo server -D
- Open your preferred browser.
- Navigate to http://localhost:1313/
The /events calendar uses FullCalendar.js and fetches events from Google Calendar. To do this, it needs a Google API key. Currently, the production key is specified in events/_index.html but you will need your own key to test locally.
- Go to https://console.developers.google.com/apis/dashboard.
- If you haven't done so already, sign up with a Google account and create a new project. (UQCS committee can sign in with the Google account and use the "UQCS Website Calendar" project.)
- If you created a new project, enable the Google Calendar API from within APIs & Services → Library.
- Go to APIs & Services → Credentials and create new credentials. This page also shows existing API keys.
- Copy the key use it where needed. Optionally, you can restrict this key to specific websites and APIs.
Coming Soon TM
This project is licensed under the Apache License 2.0.