Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 845 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 845 Bytes

Texas Linux Fest 2024 website

This repository contains the source code for 2024.texaslinuxfest.org. It uses the Hugo framework with the Eventre theme.

If you are making changes to the talks or speakers, make sure to update the following files:

  • data/homepage.yml
  • content/talks/<title>.md
  • content/speakers/<name>.md
  • static/images/speakers/<name>.<extension>
  • static/images/speakers/<name>-thumb.<extension>

If you are making changes to the sponsors, make sure to update the following files:

  • data/homepage.yml
  • static/images/sponsors/<name>.<extension>

To preview your changes locally before submitting a pull request, run the following command:

hugo server