This repository is the home to all code (and data) related to the official website of the Northeastern chapter of null.
The website is built with Hugo, a popular static site generator written in Go. All the data displayed on the website is stored in .md
files or .yaml
files.
The website is deployed using Cloudfare pages. This makes the website highly secure and available in different regions, significantly improving performance.
There are a couple of things that we are proud about regarding our website.
The website is highly user privacy centric and minimalistic, allowing you to easily grasp what we are trying to convey.
We have tried to keep out any and all Javascript from the codebase, which implies that the website will be fully functional even if all scripts are blocked on your browser.
If you find a bug somewhere, feel free to raise a new issue on GitHub.
[!NOTE]
Please check if the bug/feature you are raising/requesting has already been reported before you create a new issue!
Detailed guidelines for setting the project up locally and contributing can be found in the contribution guidelines for the project.