From 793f722c66798d355064a68c7b95308efde0e267 Mon Sep 17 00:00:00 2001 From: James Shiffer Date: Wed, 3 Apr 2024 00:23:23 -0700 Subject: [PATCH] Readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf29d8a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# UCLA Linux Users Group Website + +This is the code for the website hosted at https://linux.ucla.edu. + +The whole website is static, and it's easy to edit: just change the markdown files and build it with [Hugo](https://gohugo.io/). + +Protip: run the `hugo server` command to preview your changes more quickly. + +## Contributing + +Make your own branch and submit a pull request if there's something you think we should change! We are open to suggestions.