Website for the Technical Career Fair.
We welcome contributions of any kind including pages, suggestions, bug reports, pull requests etc. We would love to hear from you.
Configuration data for the site. The sidebar menu and event details are defined here.
Adjusting params.date
will also change various titles to be "TCF{year}".
Contains content files corresponding to every page, including the companies list.
Each markdown file here represents a company at the career fair.
The company title
, website
, and booth
number are specified in the front matter.
HTML template files for the site. These files transform markdown from content/
into HTML.
Static files that are copied into the website with no modifications. Images are placed here.
To view the site locally, you need to clone this repository:
git clone https://github.com/ubccsss/tcf.git
You'll also need to install Hugo.
Then to view the website in your browser, run Hugo and open up the link:
▶ hugo server
Building sites ...
.
.
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop