Kode Crumbs' awesome website repository!
Browse the code, make contributions or fork the repository to create your version of the website.
Table of Contents
Kode Crumbs - We are a community for high school coders. Join us on the journey of exploring, learning and building cool things. This is the Kode Crumbs' website repository built using Hugo, a simple, fast, and flexible static site generator.
The website uses a basic color scheme derived off of the logo's hue. Light schemed by default, a dark mode is available consisting of the exchanged foreground and background colours.
The scheme can be found at static/css/custom.css
The Following major libraries and frameworks helped bootstrap the project:
Thank you for considering contributing to Kode Crumbs! This guide will help you get started with contributing to the project.
Before contributing to the project, please read and abide by our Code of Conduct.
If you find an issue or bug with the project, please submit a detailed report in the Issues section of our GitHub repository. Please be sure to include a clear and concise description of the issue, along with any steps you took to reproduce it.
We welcome all contributions, big and small! To submit a contribution, please follow these steps:
- Fork the project repository.
- Clone the forked repository to your local machine.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your forked repository.
- Submit a pull request from your branch to the
main
branch of the project repository.
Please ensure that your code follows the Hugo coding standards.
Please make sure to use the .gitattributes
file to ignore any files that should not be included in pull requests, such as the workflow file (hugo.yml
).
Distributed under the MIT License. See LICENSE
for more information.
If you have any questions or concerns, please reach out to us through the Issues section of our GitHub repository.