|
1 | 1 | # vanlug.ca |
2 | 2 |
|
3 | | -Website for the Vancouver Linux Users Group |
| 3 | +Website for the Vancouver Linux Users Group. |
| 4 | + |
| 5 | +[](https://github.com/vanlug/vanlug.github.io/actions/workflows/hugo.yaml) |
| 6 | + |
| 7 | +[](https://pkg.go.dev/github.com/vanlug/vanlug.github.io) |
4 | 8 |
|
5 | 9 | ## Overview |
6 | 10 |
|
7 | | -🚧 This project is a work-in-progress! Instructions will be added as soon as it is usable. 🚧 |
| 11 | +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. |
| 12 | + |
| 13 | +It provides the following: |
| 14 | + |
| 15 | +- Home page with next meeting card (fetched from Luma API via a proxy hosted on Railway), "what to expect" cards, and social links |
| 16 | +- Events page with embedded Luma calendar iframe and full past event history |
| 17 | +- About page with mission, purpose mandates, and board of directors |
| 18 | +- Partners page listing library and community venue partners |
| 19 | +- Resources page with speaker slides, AGM documents, learning links, and design system |
| 20 | +- Membership page with benefits and registration link (Luma) |
| 21 | +- Code of Conduct, Terms of Service, and Privacy Policy pages |
| 22 | +- Donate card and land acknowledgment in the footer |
| 23 | + |
| 24 | +The site is accessible at [https://vanlug.ca/](https://vanlug.ca/). |
| 25 | + |
| 26 | +## Screenshots |
| 27 | + |
| 28 | +Click on an image to see a larger version. |
| 29 | + |
| 30 | +<a display="inline" href="./docs/home.png?raw=true"> |
| 31 | +<img src="./docs/home.png" width="45%" alt="Screenshot of the home page" title="Screenshot of the home page"> |
| 32 | +</a> |
| 33 | + |
| 34 | +<a display="inline" href="./docs/events.png?raw=true"> |
| 35 | +<img src="./docs/events.png" width="45%" alt="Screenshot of the events page" title="Screenshot of the events page"> |
| 36 | +</a> |
| 37 | + |
| 38 | +<a display="inline" href="./docs/about.png?raw=true"> |
| 39 | +<img src="./docs/about.png" width="45%" alt="Screenshot of the about page" title="Screenshot of the about page"> |
| 40 | +</a> |
| 41 | + |
| 42 | +<a display="inline" href="./docs/resources.png?raw=true"> |
| 43 | +<img src="./docs/resources.png" width="45%" alt="Screenshot of the resources page" title="Screenshot of the resources page"> |
| 44 | +</a> |
| 45 | + |
| 46 | +<a display="inline" href="./docs/partners.png?raw=true"> |
| 47 | +<img src="./docs/partners.png" width="45%" alt="Screenshot of the partners page" title="Screenshot of the partners page"> |
| 48 | +</a> |
| 49 | + |
| 50 | +<a display="inline" href="./docs/membership.png?raw=true"> |
| 51 | +<img src="./docs/membership.png" width="45%" alt="Screenshot of the membership page" title="Screenshot of the membership page"> |
| 52 | +</a> |
| 53 | + |
| 54 | +## Acknowledgements |
| 55 | + |
| 56 | +- [gohugoio/hugo](https://github.com/gohugoio/hugo) provides the static site generator. |
| 57 | +- The open source [PatternFly design system](https://www.patternfly.org/) provides the UI components. |
| 58 | +- [FortAwesome/Font-Awesome](https://github.com/FortAwesome/Font-Awesome) provides the icons. |
| 59 | +- [lu.ma](https://lu.ma/) provides the event calendar and API. |
| 60 | + |
| 61 | +## Contributing |
| 62 | + |
| 63 | +To contribute, please use the [GitHub flow](https://guides.github.com/introduction/flow/) and follow our [Code of Conduct](./CODE_OF_CONDUCT.md). |
| 64 | + |
| 65 | +To build the site locally, run: |
| 66 | + |
| 67 | +```shell |
| 68 | +$ git clone https://github.com/vanlug/vanlug.github.io.git |
| 69 | +$ cd vanlug.github.io |
| 70 | +$ npm install |
| 71 | +$ hugo server |
| 72 | +``` |
8 | 73 |
|
9 | 74 | ## License |
10 | 75 |
|
11 | | -vanlug.ca (c) 2026 Felicitas Pojtinger |
| 76 | +vanlug.ca (c) 2026 Felicitas Pojtinger and contributors |
12 | 77 |
|
13 | 78 | SPDX-License-Identifier: AGPL-3.0 |
0 commit comments