This is the repository for the website of FRC 5881, the TVHS Dragons. The website is built using Hugo, a static site generator. We're using the dot-org theme.
The website is organized into the following pages:
- Blog
- Sponsors
- About Us
- Support
Introduction about TVHS, FIRST Robotics Competition, and our team. Currently serves as our home page.
Generally, this is where we should post updates. Similar to our Instagram or other social media. We can post game reveals, build season updates, sponsor spotlights, and competition results here. A new blog post can be added by adding a new markdown file to the content/en/blog directory.
Blogs posts should have the follow structure:
---
title: "My first blog post!"
date: 2024-01-06
author: alextopher
---
Hello world!
The author-field is configured by editing the data/authors.yml file. If you're posting blog posts you should add yourself to the authors file.
alextopher:
name: Christopher Mahoney
A list of this year's sponsors and their logos.
At the end of every season, we should post a blog post as a thank you to our sponsors. This will serve as an archive of our sponsors over the years.
Information on how to support the team. Either financially or through donations of materials, tools, or services.
Every season the business team should evaluate this page and update it to encourage more support.
At the moment this website is being hosted by our mentor @Alextopher. Changes pushed to the main
branch are automatically deployed using github actions.