This repository contains the files to build the blog website. This website is built via Hugo using the Blowfish theme. Blog files are published via the Team Spiral Racing Website and CMS is managed by the TSR Data Service. This website is deployed using GitHub pages.
- Clone the repo
- Install Huge (Instructions)
- Install Blowfish tools (Instructions)
- Run
hugo serverand navigate to http://localhost:1313/
Currently the website is build via a GitHub action and deployed to the gh-pages branch where it is served. The CNAME is hard coded and directly injected during the build process. CMS and content is managed by the aformention TSR Data Service which uploads the markdown content into this Git repository.
However, an alternative exists in the form of a Docker image. These images are built upon releases. Releases are kicked off by pushing tags and can be done by running the following commands:
git tag v*.*.*
git push origin tag v*.*.*
This project is licensed under the Creative Commons BY-NC 4.0 License. See LICENSE for more information.
