This repository contains the code for the Unreal Containers community hub website, which can be viewed live at https://unrealcontainers.com.
The site is implemented using the Jekyll static site generator and targets GitHub pages. You can use the GitHub Pages Ruby Gem to install all of the necessary dependencies to build and run the site locally. Once the dependencies are installed, generate and start the local server by running the command:
jekyll serve
Unless otherwise noted, all site content is licensed under a Creative Commons Attribution 4.0 International License.
The source code for the site itself is licensed under the MIT License, see the file LICENSE for details.
The following code from external projects is bundled in the source tree:
- Bootstrap CSS in the assets/css/thirdparty directory and JS in the assets/js/thirdparty directory. License details here.
- Font Awesome CSS in the assets/css/thirdparty directory and web font files in the assets/fonts directory. License details here.
- jQuery JS in the assets/js/thirdparty directory. License details here.
- Popper JS in the assets/js/thirdparty directory. License details here.