AHA! Website Source
  • CSS 59.3%
  • HTML 38.1%
  • JavaScript 2.4%
  • Shell 0.2%
Find a file
Tod Beardsley 15d378a72d
Case issue on cve.md
Signed-off-by: Tod Beardsley <todb@packetfu.com>
2026-03-29 14:15:38 -05:00
.github/workflows fix: pin upload-pages-artifact to v3 to restore .well-known/ serving 2026-03-20 14:48:29 -05:00
archetypes feat(hugo): migrate from Jekyll to Hugo for website framework (#200) 2024-12-23 14:46:34 -06:00
content Case issue on cve.md 2026-03-29 14:15:38 -05:00
layouts feat: site improvements and theme fork 2026-03-17 08:54:45 -05:00
static fix: pin upload-pages-artifact to v3 to restore .well-known/ serving 2026-03-20 14:48:29 -05:00
themes/terminal Bump minimatch from 3.1.2 to 3.1.5 in /themes/terminal (#238) 2026-03-17 08:59:24 -05:00
.gitignore feat(hugo): migrate from Jekyll to Hugo for website framework (#200) 2024-12-23 14:46:34 -06:00
hugo.toml feat(contact): add contact page with multiple communication options (#209) 2024-12-24 09:54:00 -06:00
README.md feat(hugo): migrate from Jekyll to Hugo for website framework (#200) 2024-12-23 14:46:34 -06:00
SECURITY.md Create SECURITY.md (#227) 2025-11-17 18:00:22 -06:00

AHA! Website

Deploy Hugo site to Pages Website

This git repository contains the website for the Austin Hackers Anonymous group. Someone should really update it to make it suck less.

Local Dev

If you want to make changes and actually test them locally you will need to install Hugo. How you accomplish that is beyond this README file. We recommend using Homebrew.

hugo server

This will launch a local web server running on http://127.0.0.1:1313/ that auto-updates the test site live when changes are detected on disk.

Directory Structure

Configuration can be managed in the file hugo.toml. It is unlikely you'll need to touch this.

The primary folder you'll be working with is content/ which contains all the main Pages, such as About, Chat, Meetings, etc.

Anything that should be deployed to the final website and not rendered through Hugo and go directly into the static/ directory.