Website for the Vancouver Linux Users Group.
VanLUG is a non-profit user group for Linux professionals, hobbyists, and curious newcomers in the Greater Vancouver area, incorporated in 1999. The site is built with Hugo and PatternFly v6.
It provides the following:
- Home page with next meeting card (fetched from Luma API via a proxy hosted on Railway), "what to expect" cards, and social links
- Events page with upcoming events (fetched from Luma API via a proxy hosted on Railway) and full past event history
- About page with mission, purpose mandates, and board of directors
- Partners page listing library and community venue partners
- Resources page with speaker slides, AGM documents, learning links, and design system
- Membership page with benefits and registration link (Luma)
- Code of Conduct, Terms of Service, and Privacy Policy pages
- Donate card and land acknowledgment in the footer
The site is accessible at https://vanlug.ca/.
Click on an image to see a larger version.
- gohugoio/hugo provides the static site generator.
- The open source PatternFly design system provides the UI components.
- FortAwesome/Font-Awesome provides the icons.
- lu.ma provides the event calendar and API.
To contribute, please use the GitHub flow and follow our Code of Conduct.
To build the site locally, run:
$ git clone https://github.com/vanlug/vanlug.github.io.git
$ cd vanlug.github.io
$ npm install
$ hugo servervanlug.ca (c) 2026 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0