A friendly and static way to catalogue all of the Nix User Groups in existence, by using Nix, Git and Yaml.
-
Create a new
default.nix
in a folder in./lists/NUGs/
or./lists/Events/
that follows this template:{ keywords = ""; # space separated keywords name = "My User Group"; subtitle = "Every Thursday at Eelco's"; tag = "Netherlands"; target = "_blank"; # optional html <a> tag target attribute url = "https://nug.nixos.org"; }
-
Populate it with your details
-
Optionally place an image file named
logo
, such aslogo.svg
orlogo.png
with any extension in the same directory -
Submit a PR